-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLaugh.sln
35 lines (34 loc) · 1.93 KB
/
Laugh.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("{D59294CE-0BBF-5FA6-7523-3747EEEFFE60}") = "Laugh", "Assembly-CSharp-firstpass.csproj", "{5EEA930D-F011-E081-F9F0-19458E440093}"
EndProject
Project("{D59294CE-0BBF-5FA6-7523-3747EEEFFE60}") = "Laugh", "Assembly-CSharp.csproj", "{58D472D3-9B91-FC12-A15C-A23165AB4E88}"
EndProject
Project("{D59294CE-0BBF-5FA6-7523-3747EEEFFE60}") = "Laugh", "Assembly-CSharp-Editor.csproj", "{E10850C2-23A8-E3CE-5653-8160741FF6F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5EEA930D-F011-E081-F9F0-19458E440093}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EEA930D-F011-E081-F9F0-19458E440093}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EEA930D-F011-E081-F9F0-19458E440093}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EEA930D-F011-E081-F9F0-19458E440093}.Release|Any CPU.Build.0 = Release|Any CPU
{58D472D3-9B91-FC12-A15C-A23165AB4E88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58D472D3-9B91-FC12-A15C-A23165AB4E88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58D472D3-9B91-FC12-A15C-A23165AB4E88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58D472D3-9B91-FC12-A15C-A23165AB4E88}.Release|Any CPU.Build.0 = Release|Any CPU
{E10850C2-23A8-E3CE-5653-8160741FF6F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E10850C2-23A8-E3CE-5653-8160741FF6F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E10850C2-23A8-E3CE-5653-8160741FF6F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E10850C2-23A8-E3CE-5653-8160741FF6F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal