-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBreakout.sln
29 lines (28 loc) · 1.47 KB
/
Breakout.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{26AE7496-4466-3C64-9950-CD240B55236F}") = "Breakout", "Assembly-CSharp.csproj", "{1B91EFDE-9B25-2316-2D71-6E972A83EF85}"
EndProject
Project("{26AE7496-4466-3C64-9950-CD240B55236F}") = "Breakout", "Assembly-CSharp-Editor.csproj", "{8058187A-A7E2-658E-BA2F-16ED637D656D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B91EFDE-9B25-2316-2D71-6E972A83EF85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B91EFDE-9B25-2316-2D71-6E972A83EF85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B91EFDE-9B25-2316-2D71-6E972A83EF85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B91EFDE-9B25-2316-2D71-6E972A83EF85}.Release|Any CPU.Build.0 = Release|Any CPU
{8058187A-A7E2-658E-BA2F-16ED637D656D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8058187A-A7E2-658E-BA2F-16ED637D656D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8058187A-A7E2-658E-BA2F-16ED637D656D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8058187A-A7E2-658E-BA2F-16ED637D656D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal