-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPennApps2016.sln
35 lines (34 loc) · 1.92 KB
/
PennApps2016.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{E6987248-1E3D-F47F-57D7-DBC19B38A0B5}") = "PennApps2016", "Assembly-CSharp-firstpass.csproj", "{8F4361E4-55D9-E306-B690-FE2D00981060}"
EndProject
Project("{E6987248-1E3D-F47F-57D7-DBC19B38A0B5}") = "PennApps2016", "Assembly-CSharp.csproj", "{3BFFFC91-C6C5-7233-4493-7EDD8456A7B3}"
EndProject
Project("{E6987248-1E3D-F47F-57D7-DBC19B38A0B5}") = "PennApps2016", "Assembly-CSharp-Editor.csproj", "{6A55B633-F67D-97B4-466D-DB75A55F86E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F4361E4-55D9-E306-B690-FE2D00981060}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F4361E4-55D9-E306-B690-FE2D00981060}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F4361E4-55D9-E306-B690-FE2D00981060}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F4361E4-55D9-E306-B690-FE2D00981060}.Release|Any CPU.Build.0 = Release|Any CPU
{3BFFFC91-C6C5-7233-4493-7EDD8456A7B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BFFFC91-C6C5-7233-4493-7EDD8456A7B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BFFFC91-C6C5-7233-4493-7EDD8456A7B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BFFFC91-C6C5-7233-4493-7EDD8456A7B3}.Release|Any CPU.Build.0 = Release|Any CPU
{6A55B633-F67D-97B4-466D-DB75A55F86E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A55B633-F67D-97B4-466D-DB75A55F86E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A55B633-F67D-97B4-466D-DB75A55F86E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A55B633-F67D-97B4-466D-DB75A55F86E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal