-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGaspee.sln
More file actions
41 lines (41 loc) · 2.42 KB
/
Gaspee.sln
File metadata and controls
41 lines (41 loc) · 2.42 KB
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
39
40
41
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gaspee", "Assembly-CSharp-firstpass.csproj", "{46515969-E235-71C4-2434-B14644A70953}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gaspee", "Assembly-CSharp.csproj", "{9F692974-37AF-B6DF-C35F-1ABE569875AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gaspee", "Assembly-CSharp-Editor-firstpass.csproj", "{04D657F7-8987-2B77-D489-0AEB096DF913}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gaspee", "Assembly-CSharp-Editor.csproj", "{10D56092-6658-F7C6-4CF2-3B58DA14EF7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46515969-E235-71C4-2434-B14644A70953}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46515969-E235-71C4-2434-B14644A70953}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46515969-E235-71C4-2434-B14644A70953}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46515969-E235-71C4-2434-B14644A70953}.Release|Any CPU.Build.0 = Release|Any CPU
{9F692974-37AF-B6DF-C35F-1ABE569875AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F692974-37AF-B6DF-C35F-1ABE569875AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F692974-37AF-B6DF-C35F-1ABE569875AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F692974-37AF-B6DF-C35F-1ABE569875AF}.Release|Any CPU.Build.0 = Release|Any CPU
{04D657F7-8987-2B77-D489-0AEB096DF913}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04D657F7-8987-2B77-D489-0AEB096DF913}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04D657F7-8987-2B77-D489-0AEB096DF913}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04D657F7-8987-2B77-D489-0AEB096DF913}.Release|Any CPU.Build.0 = Release|Any CPU
{10D56092-6658-F7C6-4CF2-3B58DA14EF7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10D56092-6658-F7C6-4CF2-3B58DA14EF7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10D56092-6658-F7C6-4CF2-3B58DA14EF7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10D56092-6658-F7C6-4CF2-3B58DA14EF7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal