forked from Jorgemagic/DonatelloAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDonatelloAI.Windows.sln
36 lines (36 loc) · 2.07 KB
/
DonatelloAI.Windows.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DonatelloAI", "DonatelloAI\DonatelloAI.csproj", "{0591901E-BE11-4811-AF08-57B180C7F071}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DonatelloAI.Editor", "DonatelloAI.Editor\DonatelloAI.Editor.csproj", "{EB4F3D0A-93E4-47E3-B4F7-CC3441ECC162}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DonatelloAI.Windows", "DonatelloAI.Windows\DonatelloAI.Windows.csproj", "{51B99600-FFB6-4941-88BC-3502BC2E5C13}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0591901E-BE11-4811-AF08-57B180C7F071}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0591901E-BE11-4811-AF08-57B180C7F071}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0591901E-BE11-4811-AF08-57B180C7F071}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0591901E-BE11-4811-AF08-57B180C7F071}.Release|Any CPU.Build.0 = Release|Any CPU
{EB4F3D0A-93E4-47E3-B4F7-CC3441ECC162}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB4F3D0A-93E4-47E3-B4F7-CC3441ECC162}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB4F3D0A-93E4-47E3-B4F7-CC3441ECC162}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB4F3D0A-93E4-47E3-B4F7-CC3441ECC162}.Release|Any CPU.Build.0 = Release|Any CPU
{51B99600-FFB6-4941-88BC-3502BC2E5C13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51B99600-FFB6-4941-88BC-3502BC2E5C13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51B99600-FFB6-4941-88BC-3502BC2E5C13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51B99600-FFB6-4941-88BC-3502BC2E5C13}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7FB4780F-59F9-4357-9D0A-C41B393E8799}
EndGlobalSection
EndGlobal