-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgamejam1_tetris.sln
25 lines (25 loc) · 1.33 KB
/
gamejam1_tetris.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{b33b2721-6714-b603-c6b2-be67a491249c}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{8dd1803f-1b26-6c84-fe41-2dd18702fad1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor-firstpass", "Assembly-CSharp-Editor-firstpass.csproj", "{6ee97641-43e8-8d47-140b-316d91816c1b}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{b33b2721-6714-b603-c6b2-be67a491249c}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{b33b2721-6714-b603-c6b2-be67a491249c}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8dd1803f-1b26-6c84-fe41-2dd18702fad1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8dd1803f-1b26-6c84-fe41-2dd18702fad1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ee97641-43e8-8d47-140b-316d91816c1b}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ee97641-43e8-8d47-140b-316d91816c1b}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal