From 77cd3825dbb1e9e73ffd42197848e4b9c9120021 Mon Sep 17 00:00:00 2001 From: Filip Strajnar Date: Tue, 7 May 2024 17:54:57 +0200 Subject: [PATCH] Added AioNet.Linq project to solution. --- AioNet.Linq/AioNet.Linq.csproj | 7 +++++++ AioNet.sln | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 AioNet.Linq/AioNet.Linq.csproj diff --git a/AioNet.Linq/AioNet.Linq.csproj b/AioNet.Linq/AioNet.Linq.csproj new file mode 100644 index 0000000..dbdcea4 --- /dev/null +++ b/AioNet.Linq/AioNet.Linq.csproj @@ -0,0 +1,7 @@ + + + + netstandard2.0 + + + diff --git a/AioNet.sln b/AioNet.sln index bb32f59..0fc4460 100644 --- a/AioNet.sln +++ b/AioNet.sln @@ -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