-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathThesis.sln
49 lines (49 loc) · 3.22 KB
/
Thesis.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
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{7c4a922a-51e4-1aed-4566-45e45c19cfec}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dreamteck.Utilities", "Dreamteck.Utilities.csproj", "{7271f092-d16b-0429-adde-22f7f4aac658}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dreamteck.Splines", "Dreamteck.Splines.csproj", "{7fd13737-3e8a-0e85-7acc-cb8c7529fb6f}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{399e9c13-f7a4-7275-0a26-5c79d9a4f105}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmplifyShaderEditor", "AmplifyShaderEditor.csproj", "{56441557-66cc-709a-07b9-0bc8383fc5de}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dreamteck.Splines.Editor", "Dreamteck.Splines.Editor.csproj", "{bb0b2b49-c9d1-e4f8-aa09-9864591d88a3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor-firstpass", "Assembly-CSharp-Editor-firstpass.csproj", "{b24b1248-fc5a-1492-0025-7d49dc3739cb}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{faabad63-149f-ea6f-79d4-cdb853dbf49f}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dreamteck.Utilities.Editor", "Dreamteck.Utilities.Editor.csproj", "{7685b1b4-7304-7754-6bad-b58ae902396d}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7c4a922a-51e4-1aed-4566-45e45c19cfec}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7c4a922a-51e4-1aed-4566-45e45c19cfec}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7271f092-d16b-0429-adde-22f7f4aac658}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7271f092-d16b-0429-adde-22f7f4aac658}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7fd13737-3e8a-0e85-7acc-cb8c7529fb6f}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7fd13737-3e8a-0e85-7acc-cb8c7529fb6f}.Debug|Any CPU.Build.0 = Debug|Any CPU
{399e9c13-f7a4-7275-0a26-5c79d9a4f105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{399e9c13-f7a4-7275-0a26-5c79d9a4f105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56441557-66cc-709a-07b9-0bc8383fc5de}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56441557-66cc-709a-07b9-0bc8383fc5de}.Debug|Any CPU.Build.0 = Debug|Any CPU
{bb0b2b49-c9d1-e4f8-aa09-9864591d88a3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{bb0b2b49-c9d1-e4f8-aa09-9864591d88a3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{b24b1248-fc5a-1492-0025-7d49dc3739cb}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{b24b1248-fc5a-1492-0025-7d49dc3739cb}.Debug|Any CPU.Build.0 = Debug|Any CPU
{faabad63-149f-ea6f-79d4-cdb853dbf49f}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{faabad63-149f-ea6f-79d4-cdb853dbf49f}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7685b1b4-7304-7754-6bad-b58ae902396d}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7685b1b4-7304-7754-6bad-b58ae902396d}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal