-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSaper.sln
More file actions
37 lines (37 loc) · 2.37 KB
/
Saper.sln
File metadata and controls
37 lines (37 loc) · 2.37 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{71231e0e-cb38-d206-50c1-e8ac7baf8f0b}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sirenix.OdinInspector.CompatibilityLayer", "Sirenix.OdinInspector.CompatibilityLayer.csproj", "{cd744fe6-fbf3-6e0f-3937-59d8f1dd8cde}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{82b4657d-3e8d-fefd-dd6c-7e0dedd2526d}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{7d213aa6-0526-e51b-7a2e-c842b8296fde}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sirenix.OdinInspector.CompatibilityLayer.Editor", "Sirenix.OdinInspector.CompatibilityLayer.Editor.csproj", "{a796b377-cdf4-11fc-821c-1a4b6247acef}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor-firstpass", "Assembly-CSharp-Editor-firstpass.csproj", "{d25b95c6-4c2f-b276-1af9-1f7e617e078f}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71231e0e-cb38-d206-50c1-e8ac7baf8f0b}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71231e0e-cb38-d206-50c1-e8ac7baf8f0b}.Debug|Any CPU.Build.0 = Debug|Any CPU
{cd744fe6-fbf3-6e0f-3937-59d8f1dd8cde}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{cd744fe6-fbf3-6e0f-3937-59d8f1dd8cde}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82b4657d-3e8d-fefd-dd6c-7e0dedd2526d}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82b4657d-3e8d-fefd-dd6c-7e0dedd2526d}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7d213aa6-0526-e51b-7a2e-c842b8296fde}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7d213aa6-0526-e51b-7a2e-c842b8296fde}.Debug|Any CPU.Build.0 = Debug|Any CPU
{a796b377-cdf4-11fc-821c-1a4b6247acef}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{a796b377-cdf4-11fc-821c-1a4b6247acef}.Debug|Any CPU.Build.0 = Debug|Any CPU
{d25b95c6-4c2f-b276-1af9-1f7e617e078f}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{d25b95c6-4c2f-b276-1af9-1f7e617e078f}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal