-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCCAI.NET.sln
More file actions
33 lines (33 loc) · 1.92 KB
/
CCAI.NET.sln
File metadata and controls
33 lines (33 loc) · 1.92 KB
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
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}") = "CCAI.NET", "src\CCAI.NET\CCAI.NET.csproj", "{D8F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCAI.NET.Tests", "tests\CCAI.NET.Tests\CCAI.NET.Tests.csproj", "{A9F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCAI.NET.Examples", "examples\CCAI.NET.Examples.csproj", "{B9F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1A}.Release|Any CPU.Build.0 = Release|Any CPU
{A9F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1B}.Release|Any CPU.Build.0 = Release|Any CPU
{B9F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9F8E6B5-3F3A-4E6B-8F9D-5F5C0F0C9B1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal