-
Notifications
You must be signed in to change notification settings - Fork 0
/
2D Platformer.sln
32 lines (32 loc) · 1.84 KB
/
2D 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2017
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2D Platformer.Plugins", "2D Platformer.Plugins.csproj", "{FF96728E-6BA1-AAF3-EC1E-7F35E723A2F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2D Platformer", "2D Platformer.csproj", "{A997F70A-6393-250A-2D0D-A7172346E176}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2D Platformer.Editor.Plugins", "2D Platformer.Editor.Plugins.csproj", "{ABD2173B-19C1-0F12-7070-9790A71562C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF96728E-6BA1-AAF3-EC1E-7F35E723A2F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF96728E-6BA1-AAF3-EC1E-7F35E723A2F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF96728E-6BA1-AAF3-EC1E-7F35E723A2F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF96728E-6BA1-AAF3-EC1E-7F35E723A2F2}.Release|Any CPU.Build.0 = Release|Any CPU
{A997F70A-6393-250A-2D0D-A7172346E176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A997F70A-6393-250A-2D0D-A7172346E176}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A997F70A-6393-250A-2D0D-A7172346E176}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A997F70A-6393-250A-2D0D-A7172346E176}.Release|Any CPU.Build.0 = Release|Any CPU
{ABD2173B-19C1-0F12-7070-9790A71562C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABD2173B-19C1-0F12-7070-9790A71562C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABD2173B-19C1-0F12-7070-9790A71562C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABD2173B-19C1-0F12-7070-9790A71562C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal