-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCatSceneEditor.sln
34 lines (34 loc) · 1.91 KB
/
CatSceneEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CatSceneEditor", "CatSceneEditor\CatSceneEditor.csproj", "{90DE8ACC-4E17-4AAA-8FEF-33EBCED1E35D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSEGui", "CSEGui\CSEGui.csproj", "{DC16B661-FC33-417C-9A09-E65E0CD9DEAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CatSystemDebugger", "CatSystemDebugger\CatSystemDebugger.csproj", "{51F0BF29-7EFD-45A1-A794-3C0CA7BF0BA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90DE8ACC-4E17-4AAA-8FEF-33EBCED1E35D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90DE8ACC-4E17-4AAA-8FEF-33EBCED1E35D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90DE8ACC-4E17-4AAA-8FEF-33EBCED1E35D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90DE8ACC-4E17-4AAA-8FEF-33EBCED1E35D}.Release|Any CPU.Build.0 = Release|Any CPU
{DC16B661-FC33-417C-9A09-E65E0CD9DEAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC16B661-FC33-417C-9A09-E65E0CD9DEAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC16B661-FC33-417C-9A09-E65E0CD9DEAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC16B661-FC33-417C-9A09-E65E0CD9DEAE}.Release|Any CPU.Build.0 = Release|Any CPU
{51F0BF29-7EFD-45A1-A794-3C0CA7BF0BA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51F0BF29-7EFD-45A1-A794-3C0CA7BF0BA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51F0BF29-7EFD-45A1-A794-3C0CA7BF0BA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51F0BF29-7EFD-45A1-A794-3C0CA7BF0BA4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal