-
Notifications
You must be signed in to change notification settings - Fork 1
/
2DActionRPG.sln
29 lines (28 loc) · 1.47 KB
/
2DActionRPG.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("{5A3437DA-5384-F081-2DE4-6059F8EF629F}") = "2DActionRPG", "Assembly-CSharp.csproj", "{08CA8064-5F7B-8232-23FA-FAB0DB3C1ACA}"
EndProject
Project("{5A3437DA-5384-F081-2DE4-6059F8EF629F}") = "2DActionRPG", "Assembly-CSharp-Editor.csproj", "{8E6C6FF7-70FF-C956-C487-71770A882137}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08CA8064-5F7B-8232-23FA-FAB0DB3C1ACA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08CA8064-5F7B-8232-23FA-FAB0DB3C1ACA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08CA8064-5F7B-8232-23FA-FAB0DB3C1ACA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08CA8064-5F7B-8232-23FA-FAB0DB3C1ACA}.Release|Any CPU.Build.0 = Release|Any CPU
{8E6C6FF7-70FF-C956-C487-71770A882137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E6C6FF7-70FF-C956-C487-71770A882137}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E6C6FF7-70FF-C956-C487-71770A882137}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E6C6FF7-70FF-C956-C487-71770A882137}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal