-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathAiDotNet.sln
43 lines (43 loc) · 2.53 KB
/
AiDotNet.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34004.107
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AiDotNet", "src\AiDotNet.csproj", "{588E787B-4FCA-4590-9EE7-16750B9E6D3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AiDotNetTestConsole", "testconsole\AiDotNetTestConsole.csproj", "{10A6CCBA-C92B-41CD-87D1-3030FA4CF483}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AiDotNetTests", "tests\AiDotNetTests.csproj", "{9D9859B0-528F-416A-A908-B96CA11074EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AiDotNetBenchmarkTests", "AiDotNetBenchmarkTests\AiDotNetBenchmarkTests.csproj", "{42B9395F-DD55-46EB-9AF5-E7837AA5BB1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{588E787B-4FCA-4590-9EE7-16750B9E6D3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{588E787B-4FCA-4590-9EE7-16750B9E6D3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{588E787B-4FCA-4590-9EE7-16750B9E6D3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{588E787B-4FCA-4590-9EE7-16750B9E6D3E}.Release|Any CPU.Build.0 = Release|Any CPU
{10A6CCBA-C92B-41CD-87D1-3030FA4CF483}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10A6CCBA-C92B-41CD-87D1-3030FA4CF483}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10A6CCBA-C92B-41CD-87D1-3030FA4CF483}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10A6CCBA-C92B-41CD-87D1-3030FA4CF483}.Release|Any CPU.Build.0 = Release|Any CPU
{9D9859B0-528F-416A-A908-B96CA11074EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D9859B0-528F-416A-A908-B96CA11074EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D9859B0-528F-416A-A908-B96CA11074EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D9859B0-528F-416A-A908-B96CA11074EC}.Release|Any CPU.Build.0 = Release|Any CPU
{42B9395F-DD55-46EB-9AF5-E7837AA5BB1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42B9395F-DD55-46EB-9AF5-E7837AA5BB1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42B9395F-DD55-46EB-9AF5-E7837AA5BB1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42B9395F-DD55-46EB-9AF5-E7837AA5BB1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99F5DE1C-2F44-4B2D-B8B3-DEFFC86D2F16}
EndGlobalSection
EndGlobal