-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNeatTest.sln
More file actions
43 lines (43 loc) · 2.54 KB
/
NeatTest.sln
File metadata and controls
43 lines (43 loc) · 2.54 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
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.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeatTest.ConsoleApp", "NeatTest.Console\NeatTest.ConsoleApp.csproj", "{362B1C8D-8F5C-4A41-B721-7F74B07FA3A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TitTacToeGame", "TitTacToeGame\TitTacToeGame.csproj", "{B7478175-FDD5-4097-A154-DC52C92B5D66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NEATDrive", "..\..\NEATDrive\NEATDrive\NEATDrive.csproj", "{BAA177B9-DCB6-4EF5-825C-7DE39C898592}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NEATDrive_WPF", "NEATDrive_WPF\NEATDrive_WPF.csproj", "{1CE073B0-C73C-4696-88D2-500236A37A9E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{362B1C8D-8F5C-4A41-B721-7F74B07FA3A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{362B1C8D-8F5C-4A41-B721-7F74B07FA3A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{362B1C8D-8F5C-4A41-B721-7F74B07FA3A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{362B1C8D-8F5C-4A41-B721-7F74B07FA3A9}.Release|Any CPU.Build.0 = Release|Any CPU
{B7478175-FDD5-4097-A154-DC52C92B5D66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7478175-FDD5-4097-A154-DC52C92B5D66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7478175-FDD5-4097-A154-DC52C92B5D66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7478175-FDD5-4097-A154-DC52C92B5D66}.Release|Any CPU.Build.0 = Release|Any CPU
{BAA177B9-DCB6-4EF5-825C-7DE39C898592}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAA177B9-DCB6-4EF5-825C-7DE39C898592}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAA177B9-DCB6-4EF5-825C-7DE39C898592}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAA177B9-DCB6-4EF5-825C-7DE39C898592}.Release|Any CPU.Build.0 = Release|Any CPU
{1CE073B0-C73C-4696-88D2-500236A37A9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CE073B0-C73C-4696-88D2-500236A37A9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CE073B0-C73C-4696-88D2-500236A37A9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CE073B0-C73C-4696-88D2-500236A37A9E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60FF0D21-6ACB-44F5-B28C-BD1B0C2F23AB}
EndGlobalSection
EndGlobal