-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForgottenWar.sln
49 lines (49 loc) · 2.66 KB
/
ForgottenWar.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForgottenWar", "ForgottenWar.csproj", "{73666E95-AED2-4288-B4C6-48922E62594F}"
ProjectSection(ProjectDependencies) = postProject
{7020C4CA-B5FE-4A76-8AC7-B0AA10D9E6D2} = {7020C4CA-B5FE-4A76-8AC7-B0AA10D9E6D2}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DifficultChild", "DifficultChild\DifficultChild.csproj", "{2F8713F5-E714-4D4A-B4FC-82C784192F94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stoic", "Stoic\Stoic.csproj", "{7020C4CA-B5FE-4A76-8AC7-B0AA10D9E6D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC5F5C71-D1A7-4018-A2CF-AE996F652BE6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73666E95-AED2-4288-B4C6-48922E62594F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73666E95-AED2-4288-B4C6-48922E62594F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73666E95-AED2-4288-B4C6-48922E62594F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73666E95-AED2-4288-B4C6-48922E62594F}.Release|Any CPU.Build.0 = Release|Any CPU
{2F8713F5-E714-4D4A-B4FC-82C784192F94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F8713F5-E714-4D4A-B4FC-82C784192F94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F8713F5-E714-4D4A-B4FC-82C784192F94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F8713F5-E714-4D4A-B4FC-82C784192F94}.Release|Any CPU.Build.0 = Release|Any CPU
{7020C4CA-B5FE-4A76-8AC7-B0AA10D9E6D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7020C4CA-B5FE-4A76-8AC7-B0AA10D9E6D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7020C4CA-B5FE-4A76-8AC7-B0AA10D9E6D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7020C4CA-B5FE-4A76-8AC7-B0AA10D9E6D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2F8713F5-E714-4D4A-B4FC-82C784192F94} = {DC5F5C71-D1A7-4018-A2CF-AE996F652BE6}
{7020C4CA-B5FE-4A76-8AC7-B0AA10D9E6D2} = {DC5F5C71-D1A7-4018-A2CF-AE996F652BE6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3DF16DE-9144-48EB-828F-9C8985271BA9}
EndGlobalSection
EndGlobal