-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGameJam2016.sln
35 lines (34 loc) · 1.92 KB
/
GameJam2016.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{CF464899-FA63-7FFF-55BD-3B3528E951CF}") = "GameJam2016", "Assembly-CSharp-firstpass.csproj", "{427CDE43-9BCB-5A91-37A8-C69105AF59A3}"
EndProject
Project("{CF464899-FA63-7FFF-55BD-3B3528E951CF}") = "GameJam2016", "Assembly-CSharp.csproj", "{BA52F004-E8F5-C3EB-B0A0-7A99BFD036B2}"
EndProject
Project("{CF464899-FA63-7FFF-55BD-3B3528E951CF}") = "GameJam2016", "Assembly-CSharp-Editor.csproj", "{72C77537-9A99-E50C-6588-73055FB2257B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{427CDE43-9BCB-5A91-37A8-C69105AF59A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{427CDE43-9BCB-5A91-37A8-C69105AF59A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{427CDE43-9BCB-5A91-37A8-C69105AF59A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{427CDE43-9BCB-5A91-37A8-C69105AF59A3}.Release|Any CPU.Build.0 = Release|Any CPU
{BA52F004-E8F5-C3EB-B0A0-7A99BFD036B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA52F004-E8F5-C3EB-B0A0-7A99BFD036B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA52F004-E8F5-C3EB-B0A0-7A99BFD036B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA52F004-E8F5-C3EB-B0A0-7A99BFD036B2}.Release|Any CPU.Build.0 = Release|Any CPU
{72C77537-9A99-E50C-6588-73055FB2257B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72C77537-9A99-E50C-6588-73055FB2257B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72C77537-9A99-E50C-6588-73055FB2257B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72C77537-9A99-E50C-6588-73055FB2257B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal