-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyFirstPlatformer.sln
29 lines (29 loc) · 1.64 KB
/
MyFirstPlatformer.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 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{d9121dd3-4c8d-a027-e2ff-079c5b0886bd}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.2DPlatformer.Tutorials", "Unity.2DPlatformer.Tutorials.csproj", "{25bafeaa-627e-050b-d44c-06d1ec6e5846}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Platformer.Tutorials", "Unity.Platformer.Tutorials.csproj", "{2d401800-bd55-3ed6-52fa-a8da072a7371}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{39e80f59-fa9f-228d-e9f1-68f4373427cc}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{d9121dd3-4c8d-a027-e2ff-079c5b0886bd}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{d9121dd3-4c8d-a027-e2ff-079c5b0886bd}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25bafeaa-627e-050b-d44c-06d1ec6e5846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25bafeaa-627e-050b-d44c-06d1ec6e5846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2d401800-bd55-3ed6-52fa-a8da072a7371}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2d401800-bd55-3ed6-52fa-a8da072a7371}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39e80f59-fa9f-228d-e9f1-68f4373427cc}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39e80f59-fa9f-228d-e9f1-68f4373427cc}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal