-
Notifications
You must be signed in to change notification settings - Fork 0
/
Random Assets Platformer.sln
35 lines (35 loc) · 2 KB
/
Random Assets Platformer.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 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Random Assets Platformer", "Assembly-CSharp-firstpass.csproj", "{5FEBC7A1-858B-8E73-BF5E-873AE80EEEA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Random Assets Platformer", "Assembly-CSharp.csproj", "{092DB0FB-BF23-4E6E-63EC-3F8F92001E7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Random Assets Platformer", "Assembly-CSharp-Editor-firstpass.csproj", "{E183BA5D-AA4B-524D-10FA-CA9A9D26D615}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5FEBC7A1-858B-8E73-BF5E-873AE80EEEA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FEBC7A1-858B-8E73-BF5E-873AE80EEEA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FEBC7A1-858B-8E73-BF5E-873AE80EEEA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FEBC7A1-858B-8E73-BF5E-873AE80EEEA9}.Release|Any CPU.Build.0 = Release|Any CPU
{092DB0FB-BF23-4E6E-63EC-3F8F92001E7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{092DB0FB-BF23-4E6E-63EC-3F8F92001E7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{092DB0FB-BF23-4E6E-63EC-3F8F92001E7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{092DB0FB-BF23-4E6E-63EC-3F8F92001E7E}.Release|Any CPU.Build.0 = Release|Any CPU
{E183BA5D-AA4B-524D-10FA-CA9A9D26D615}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E183BA5D-AA4B-524D-10FA-CA9A9D26D615}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E183BA5D-AA4B-524D-10FA-CA9A9D26D615}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E183BA5D-AA4B-524D-10FA-CA9A9D26D615}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal