-
Notifications
You must be signed in to change notification settings - Fork 0
/
2D Test Game.sln
26 lines (26 loc) · 1.35 KB
/
2D Test Game.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2017
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2D Test Game", "2D Test Game.csproj", "{697454E0-1B6F-8773-FB46-990A0C067ECA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2D Test Game.Editor", "2D Test Game.Editor.csproj", "{31A7C554-B2E3-7CAC-31AF-9961F7892748}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{697454E0-1B6F-8773-FB46-990A0C067ECA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{697454E0-1B6F-8773-FB46-990A0C067ECA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{697454E0-1B6F-8773-FB46-990A0C067ECA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{697454E0-1B6F-8773-FB46-990A0C067ECA}.Release|Any CPU.Build.0 = Release|Any CPU
{31A7C554-B2E3-7CAC-31AF-9961F7892748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31A7C554-B2E3-7CAC-31AF-9961F7892748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31A7C554-B2E3-7CAC-31AF-9961F7892748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31A7C554-B2E3-7CAC-31AF-9961F7892748}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal