-
Notifications
You must be signed in to change notification settings - Fork 2
/
CGAA.sln
42 lines (42 loc) · 2.24 KB
/
CGAA.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CGAA", "CGAA\CGAA.csproj", "{C7917907-526B-4F4A-ACB9-2037576CF639}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{58A92EE2-FCD1-47B1-A52D-640347ED09FC}"
ProjectSection(SolutionItems) = preProject
Misc\content.png = Misc\content.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CGAA.Visualizer", "CGAA.Visualizer\CGAA.Visualizer.csproj", "{71B8C473-49CE-468B-B1F7-58901C626C99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CGAA.UnitTests", "CGAA.UnitTests\CGAA.UnitTests.csproj", "{3CD89BAA-EE1A-474C-B2B8-4C17B06149CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7917907-526B-4F4A-ACB9-2037576CF639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7917907-526B-4F4A-ACB9-2037576CF639}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7917907-526B-4F4A-ACB9-2037576CF639}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7917907-526B-4F4A-ACB9-2037576CF639}.Release|Any CPU.Build.0 = Release|Any CPU
{71B8C473-49CE-468B-B1F7-58901C626C99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71B8C473-49CE-468B-B1F7-58901C626C99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71B8C473-49CE-468B-B1F7-58901C626C99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71B8C473-49CE-468B-B1F7-58901C626C99}.Release|Any CPU.Build.0 = Release|Any CPU
{3CD89BAA-EE1A-474C-B2B8-4C17B06149CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CD89BAA-EE1A-474C-B2B8-4C17B06149CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CD89BAA-EE1A-474C-B2B8-4C17B06149CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CD89BAA-EE1A-474C-B2B8-4C17B06149CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F92A82BF-8FA8-4661-AEA5-D8C8D7E0F397}
EndGlobalSection
EndGlobal