-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2D_Platform_Demo.sln
38 lines (38 loc) · 2.34 KB
/
2D_Platform_Demo.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
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2017
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2D_Platform_Demo", "2D_Platform_Demo.csproj", "{5CD56F19-EA04-2875-8D7F-2D0A194C7528}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2D_Platform_Demo.Plugins", "2D_Platform_Demo.Plugins.csproj", "{9BC4E17D-84E2-7EA9-9829-AB68BCADC6BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2D_Platform_Demo.Editor", "2D_Platform_Demo.Editor.csproj", "{421D1005-7F1B-47B0-5D70-D176EE35B3BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2D_Platform_Demo.Editor.Plugins", "2D_Platform_Demo.Editor.Plugins.csproj", "{C0F9AB93-8B8C-67CF-A68C-42CA57675D61}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5CD56F19-EA04-2875-8D7F-2D0A194C7528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CD56F19-EA04-2875-8D7F-2D0A194C7528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CD56F19-EA04-2875-8D7F-2D0A194C7528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CD56F19-EA04-2875-8D7F-2D0A194C7528}.Release|Any CPU.Build.0 = Release|Any CPU
{9BC4E17D-84E2-7EA9-9829-AB68BCADC6BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BC4E17D-84E2-7EA9-9829-AB68BCADC6BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BC4E17D-84E2-7EA9-9829-AB68BCADC6BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BC4E17D-84E2-7EA9-9829-AB68BCADC6BE}.Release|Any CPU.Build.0 = Release|Any CPU
{421D1005-7F1B-47B0-5D70-D176EE35B3BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{421D1005-7F1B-47B0-5D70-D176EE35B3BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{421D1005-7F1B-47B0-5D70-D176EE35B3BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{421D1005-7F1B-47B0-5D70-D176EE35B3BD}.Release|Any CPU.Build.0 = Release|Any CPU
{C0F9AB93-8B8C-67CF-A68C-42CA57675D61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0F9AB93-8B8C-67CF-A68C-42CA57675D61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0F9AB93-8B8C-67CF-A68C-42CA57675D61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0F9AB93-8B8C-67CF-A68C-42CA57675D61}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal