-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecsrx.schmup.sln
32 lines (32 loc) · 1.82 KB
/
ecsrx.schmup.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 2015
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ecsrx.schmup.Plugins", "ecsrx.schmup.Plugins.csproj", "{F039F83F-B8CB-2507-C6DA-7B71807796EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ecsrx.schmup", "ecsrx.schmup.csproj", "{FCA453CC-F6F5-F793-D6A5-E2FA86EF280F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ecsrx.schmup.Editor", "ecsrx.schmup.Editor.csproj", "{1FE46C9D-2DB7-E25A-099B-2BE9CA9C4716}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F039F83F-B8CB-2507-C6DA-7B71807796EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F039F83F-B8CB-2507-C6DA-7B71807796EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F039F83F-B8CB-2507-C6DA-7B71807796EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F039F83F-B8CB-2507-C6DA-7B71807796EF}.Release|Any CPU.Build.0 = Release|Any CPU
{FCA453CC-F6F5-F793-D6A5-E2FA86EF280F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCA453CC-F6F5-F793-D6A5-E2FA86EF280F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCA453CC-F6F5-F793-D6A5-E2FA86EF280F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCA453CC-F6F5-F793-D6A5-E2FA86EF280F}.Release|Any CPU.Build.0 = Release|Any CPU
{1FE46C9D-2DB7-E25A-099B-2BE9CA9C4716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FE46C9D-2DB7-E25A-099B-2BE9CA9C4716}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FE46C9D-2DB7-E25A-099B-2BE9CA9C4716}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FE46C9D-2DB7-E25A-099B-2BE9CA9C4716}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal