-
Notifications
You must be signed in to change notification settings - Fork 7
/
TurnBasedGame.sln
38 lines (38 loc) · 2.38 KB
/
TurnBasedGame.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio for Mac
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{C7988ED3-3E56-93B2-44AA-2E444D521841}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{C8533D25-6B89-1DBB-B78D-610409A61CF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor-firstpass", "Assembly-CSharp-Editor-firstpass.csproj", "{BDB1055C-2C70-7635-B773-D2C3BF35571B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{04166CDD-34FE-012B-A1DE-076AE7D125A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7988ED3-3E56-93B2-44AA-2E444D521841}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7988ED3-3E56-93B2-44AA-2E444D521841}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7988ED3-3E56-93B2-44AA-2E444D521841}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7988ED3-3E56-93B2-44AA-2E444D521841}.Release|Any CPU.Build.0 = Release|Any CPU
{C8533D25-6B89-1DBB-B78D-610409A61CF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8533D25-6B89-1DBB-B78D-610409A61CF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8533D25-6B89-1DBB-B78D-610409A61CF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8533D25-6B89-1DBB-B78D-610409A61CF1}.Release|Any CPU.Build.0 = Release|Any CPU
{BDB1055C-2C70-7635-B773-D2C3BF35571B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDB1055C-2C70-7635-B773-D2C3BF35571B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDB1055C-2C70-7635-B773-D2C3BF35571B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDB1055C-2C70-7635-B773-D2C3BF35571B}.Release|Any CPU.Build.0 = Release|Any CPU
{04166CDD-34FE-012B-A1DE-076AE7D125A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04166CDD-34FE-012B-A1DE-076AE7D125A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04166CDD-34FE-012B-A1DE-076AE7D125A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04166CDD-34FE-012B-A1DE-076AE7D125A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal