-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesunking.sln
41 lines (41 loc) · 2.49 KB
/
thesunking.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
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFXRDemo", "CFXRDemo.csproj", "{d936567c-7c00-fab6-383f-abc37f46e341}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{e408e0ed-857c-3f2d-e631-93bae254ee1a}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFXRRuntime", "CFXRRuntime.csproj", "{d722162b-37b5-c1e9-7484-8c02897ed4b3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KinoBloom.Runtime", "KinoBloom.Runtime.csproj", "{29e0e5e6-0af4-1666-ddcb-eb55ba9d57ad}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFXREditor", "CFXREditor.csproj", "{f40d22f3-ce14-7cd7-2f2f-5e64b7c5f68e}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFXR.WelcomeScreen", "CFXR.WelcomeScreen.csproj", "{998b599b-a779-1e4d-f5a2-18c385699121}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToonyColorsPro.Demo.Editor", "ToonyColorsPro.Demo.Editor.csproj", "{24227915-766c-38b7-d85d-f629e0034af8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{d936567c-7c00-fab6-383f-abc37f46e341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{d936567c-7c00-fab6-383f-abc37f46e341}.Debug|Any CPU.Build.0 = Debug|Any CPU
{e408e0ed-857c-3f2d-e631-93bae254ee1a}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{e408e0ed-857c-3f2d-e631-93bae254ee1a}.Debug|Any CPU.Build.0 = Debug|Any CPU
{d722162b-37b5-c1e9-7484-8c02897ed4b3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{d722162b-37b5-c1e9-7484-8c02897ed4b3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29e0e5e6-0af4-1666-ddcb-eb55ba9d57ad}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29e0e5e6-0af4-1666-ddcb-eb55ba9d57ad}.Debug|Any CPU.Build.0 = Debug|Any CPU
{f40d22f3-ce14-7cd7-2f2f-5e64b7c5f68e}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{f40d22f3-ce14-7cd7-2f2f-5e64b7c5f68e}.Debug|Any CPU.Build.0 = Debug|Any CPU
{998b599b-a779-1e4d-f5a2-18c385699121}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{998b599b-a779-1e4d-f5a2-18c385699121}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24227915-766c-38b7-d85d-f629e0034af8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24227915-766c-38b7-d85d-f629e0034af8}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal