Added AioNet.Linq project to solution.

This commit is contained in:
Filip Strajnar 2024-05-07 17:54:57 +02:00
parent 5fca356cbb
commit 77cd3825db
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>

View file

@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AioNet.Linq", "AioNet.Linq\AioNet.Linq.csproj", "{575A2A25-59BF-4ED1-8278-0BFCD24D65B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -11,4 +13,10 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{575A2A25-59BF-4ED1-8278-0BFCD24D65B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{575A2A25-59BF-4ED1-8278-0BFCD24D65B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{575A2A25-59BF-4ED1-8278-0BFCD24D65B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{575A2A25-59BF-4ED1-8278-0BFCD24D65B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal