-
Notifications
You must be signed in to change notification settings - Fork 0
/
Savage.sln
88 lines (88 loc) · 5.6 KB
/
Savage.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Savage-Editor", "Savage-Editor\Savage-Editor.csproj", "{D9256739-6711-4DBF-B730-7F6C67FA3A18}"
ProjectSection(ProjectDependencies) = postProject
{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A} = {E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}
{EC594756-DEE2-4A06-A9F8-A2B0FC50F78A} = {EC594756-DEE2-4A06-A9F8-A2B0FC50F78A}
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA} = {FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Engine", "Engine\Engine.vcxproj", "{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EngineTest", "EngineTest\EngineTest.vcxproj", "{DEA1E164-168C-46F1-B150-F8EF86D1156E}"
ProjectSection(ProjectDependencies) = postProject
{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A} = {E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}
{EC594756-DEE2-4A06-A9F8-A2B0FC50F78A} = {EC594756-DEE2-4A06-A9F8-A2B0FC50F78A}
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA} = {FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EngineDLL", "EngineDLL\EngineDLL.vcxproj", "{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}"
ProjectSection(ProjectDependencies) = postProject
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA} = {FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContentTools", "ContentTools\ContentTools.vcxproj", "{EC594756-DEE2-4A06-A9F8-A2B0FC50F78A}"
ProjectSection(ProjectDependencies) = postProject
{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A} = {E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA} = {FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
DebugEditor|x64 = DebugEditor|x64
Release|x64 = Release|x64
ReleaseEditor|x64 = ReleaseEditor|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9256739-6711-4DBF-B730-7F6C67FA3A18}.Debug|x64.ActiveCfg = DebugEditor|x64
{D9256739-6711-4DBF-B730-7F6C67FA3A18}.Debug|x64.Build.0 = DebugEditor|x64
{D9256739-6711-4DBF-B730-7F6C67FA3A18}.DebugEditor|x64.ActiveCfg = DebugEditor|x64
{D9256739-6711-4DBF-B730-7F6C67FA3A18}.DebugEditor|x64.Build.0 = DebugEditor|x64
{D9256739-6711-4DBF-B730-7F6C67FA3A18}.Release|x64.ActiveCfg = ReleaseEditor|x64
{D9256739-6711-4DBF-B730-7F6C67FA3A18}.Release|x64.Build.0 = ReleaseEditor|x64
{D9256739-6711-4DBF-B730-7F6C67FA3A18}.ReleaseEditor|x64.ActiveCfg = ReleaseEditor|x64
{D9256739-6711-4DBF-B730-7F6C67FA3A18}.ReleaseEditor|x64.Build.0 = ReleaseEditor|x64
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}.Debug|x64.ActiveCfg = Debug|x64
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}.Debug|x64.Build.0 = Debug|x64
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}.DebugEditor|x64.ActiveCfg = DebugEditor|x64
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}.DebugEditor|x64.Build.0 = DebugEditor|x64
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}.Release|x64.ActiveCfg = Release|x64
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}.Release|x64.Build.0 = Release|x64
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}.ReleaseEditor|x64.ActiveCfg = ReleaseEditor|x64
{FC1A8C38-E67B-40D6-AD3C-1D08F0AD5EEA}.ReleaseEditor|x64.Build.0 = ReleaseEditor|x64
{DEA1E164-168C-46F1-B150-F8EF86D1156E}.Debug|x64.ActiveCfg = Debug|x64
{DEA1E164-168C-46F1-B150-F8EF86D1156E}.Debug|x64.Build.0 = Debug|x64
{DEA1E164-168C-46F1-B150-F8EF86D1156E}.DebugEditor|x64.ActiveCfg = DebugEditor|x64
{DEA1E164-168C-46F1-B150-F8EF86D1156E}.DebugEditor|x64.Build.0 = DebugEditor|x64
{DEA1E164-168C-46F1-B150-F8EF86D1156E}.Release|x64.ActiveCfg = Release|x64
{DEA1E164-168C-46F1-B150-F8EF86D1156E}.Release|x64.Build.0 = Release|x64
{DEA1E164-168C-46F1-B150-F8EF86D1156E}.ReleaseEditor|x64.ActiveCfg = ReleaseEditor|x64
{DEA1E164-168C-46F1-B150-F8EF86D1156E}.ReleaseEditor|x64.Build.0 = ReleaseEditor|x64
{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}.Debug|x64.ActiveCfg = DebugEditor|x64
{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}.Debug|x64.Build.0 = DebugEditor|x64
{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}.DebugEditor|x64.ActiveCfg = DebugEditor|x64
{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}.DebugEditor|x64.Build.0 = DebugEditor|x64
{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}.Release|x64.ActiveCfg = ReleaseEditor|x64
{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}.Release|x64.Build.0 = ReleaseEditor|x64
{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}.ReleaseEditor|x64.ActiveCfg = ReleaseEditor|x64
{E60CAE29-1D6C-4C5D-8079-AE5DCC78851A}.ReleaseEditor|x64.Build.0 = ReleaseEditor|x64
{EC594756-DEE2-4A06-A9F8-A2B0FC50F78A}.Debug|x64.ActiveCfg = DebugEditor|x64
{EC594756-DEE2-4A06-A9F8-A2B0FC50F78A}.Debug|x64.Build.0 = DebugEditor|x64
{EC594756-DEE2-4A06-A9F8-A2B0FC50F78A}.DebugEditor|x64.ActiveCfg = DebugEditor|x64
{EC594756-DEE2-4A06-A9F8-A2B0FC50F78A}.DebugEditor|x64.Build.0 = DebugEditor|x64
{EC594756-DEE2-4A06-A9F8-A2B0FC50F78A}.Release|x64.ActiveCfg = ReleaseEditor|x64
{EC594756-DEE2-4A06-A9F8-A2B0FC50F78A}.Release|x64.Build.0 = ReleaseEditor|x64
{EC594756-DEE2-4A06-A9F8-A2B0FC50F78A}.ReleaseEditor|x64.ActiveCfg = ReleaseEditor|x64
{EC594756-DEE2-4A06-A9F8-A2B0FC50F78A}.ReleaseEditor|x64.Build.0 = ReleaseEditor|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A4B0653-97F6-4B9D-A90B-6E397ED4B9E6}
EndGlobalSection
EndGlobal