-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathStarDrive.sln
162 lines (162 loc) · 10.4 KB
/
StarDrive.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StarDrive", "StarDrive.csproj", "{8071E07A-300E-485D-B139-066E15E82178}"
ProjectSection(ProjectDependencies) = postProject
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680} = {6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDNative", "SDNative\SDNative.vcxproj", "{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Xna.Framework.Game", "Microsoft.Xna.Framework.Game\Microsoft.Xna.Framework.Game.csproj", "{DD32A813-1393-421A-BAF8-455F02167BE3}"
ProjectSection(ProjectDependencies) = postProject
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680} = {6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDSunBurn", "SynapseGaming-SunBurn-Pro\SDSunBurn.csproj", "{BB003976-4764-4F4E-9A98-DDFB8449ECCD}"
ProjectSection(ProjectDependencies) = postProject
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680} = {6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDUnitTests", "UnitTests\SDUnitTests.csproj", "{4112FFA8-1BF3-4966-818F-0935695D48F7}"
ProjectSection(ProjectDependencies) = postProject
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680} = {6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDNativeTests", "SDNative\SDNativeTests\SDNativeTests.vcxproj", "{6F2834B1-0D9B-479B-BEFA-F04EE326CC41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDGraphics", "SDGraphics\SDGraphics.csproj", "{46C4D1DB-3168-470F-ABA8-4CCAEF60F107}"
ProjectSection(ProjectDependencies) = postProject
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680} = {6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDUtils", "SDUtils\SDUtils.csproj", "{DD03444F-B149-40DB-B1DF-CB31541008ED}"
ProjectSection(ProjectDependencies) = postProject
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680} = {6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}
EndProjectSection
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SDInstaller", "Deploy\SDInstaller.wixproj", "{991F9257-97A2-4CF0-8959-C8EC09F17796}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3C6DB85F-13FB-459E-B666-BC7E15561D85}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug - Auto Fast|x86 = Debug - Auto Fast|x86
Debug|x86 = Debug|x86
Deploy|x86 = Deploy|x86
Release - Auto Fast|x86 = Release - Auto Fast|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8071E07A-300E-485D-B139-066E15E82178}.Debug - Auto Fast|x86.ActiveCfg = Debug - Auto Fast|x86
{8071E07A-300E-485D-B139-066E15E82178}.Debug - Auto Fast|x86.Build.0 = Debug - Auto Fast|x86
{8071E07A-300E-485D-B139-066E15E82178}.Debug|x86.ActiveCfg = Debug|x86
{8071E07A-300E-485D-B139-066E15E82178}.Debug|x86.Build.0 = Debug|x86
{8071E07A-300E-485D-B139-066E15E82178}.Deploy|x86.ActiveCfg = Deploy|x86
{8071E07A-300E-485D-B139-066E15E82178}.Deploy|x86.Build.0 = Deploy|x86
{8071E07A-300E-485D-B139-066E15E82178}.Release - Auto Fast|x86.ActiveCfg = Release - Auto Fast|x86
{8071E07A-300E-485D-B139-066E15E82178}.Release - Auto Fast|x86.Build.0 = Release - Auto Fast|x86
{8071E07A-300E-485D-B139-066E15E82178}.Release|x86.ActiveCfg = Release|x86
{8071E07A-300E-485D-B139-066E15E82178}.Release|x86.Build.0 = Release|x86
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}.Debug - Auto Fast|x86.ActiveCfg = Debug|Win32
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}.Debug - Auto Fast|x86.Build.0 = Debug|Win32
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}.Debug|x86.ActiveCfg = Debug|Win32
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}.Debug|x86.Build.0 = Debug|Win32
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}.Deploy|x86.ActiveCfg = Release|Win32
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}.Deploy|x86.Build.0 = Release|Win32
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}.Release - Auto Fast|x86.ActiveCfg = Release|Win32
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}.Release - Auto Fast|x86.Build.0 = Release|Win32
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}.Release|x86.ActiveCfg = Release|Win32
{6EFFF2A1-1BBD-4B27-B2A6-E246C7A74680}.Release|x86.Build.0 = Release|Win32
{DD32A813-1393-421A-BAF8-455F02167BE3}.Debug - Auto Fast|x86.ActiveCfg = Debug|x86
{DD32A813-1393-421A-BAF8-455F02167BE3}.Debug - Auto Fast|x86.Build.0 = Debug|x86
{DD32A813-1393-421A-BAF8-455F02167BE3}.Debug|x86.ActiveCfg = Debug|x86
{DD32A813-1393-421A-BAF8-455F02167BE3}.Debug|x86.Build.0 = Debug|x86
{DD32A813-1393-421A-BAF8-455F02167BE3}.Deploy|x86.ActiveCfg = Release|x86
{DD32A813-1393-421A-BAF8-455F02167BE3}.Deploy|x86.Build.0 = Release|x86
{DD32A813-1393-421A-BAF8-455F02167BE3}.Release - Auto Fast|x86.ActiveCfg = Release|x86
{DD32A813-1393-421A-BAF8-455F02167BE3}.Release - Auto Fast|x86.Build.0 = Release|x86
{DD32A813-1393-421A-BAF8-455F02167BE3}.Release|x86.ActiveCfg = Release|x86
{DD32A813-1393-421A-BAF8-455F02167BE3}.Release|x86.Build.0 = Release|x86
{BB003976-4764-4F4E-9A98-DDFB8449ECCD}.Debug - Auto Fast|x86.ActiveCfg = Debug|x86
{BB003976-4764-4F4E-9A98-DDFB8449ECCD}.Debug - Auto Fast|x86.Build.0 = Debug|x86
{BB003976-4764-4F4E-9A98-DDFB8449ECCD}.Debug|x86.ActiveCfg = Debug|x86
{BB003976-4764-4F4E-9A98-DDFB8449ECCD}.Debug|x86.Build.0 = Debug|x86
{BB003976-4764-4F4E-9A98-DDFB8449ECCD}.Deploy|x86.ActiveCfg = Release|x86
{BB003976-4764-4F4E-9A98-DDFB8449ECCD}.Deploy|x86.Build.0 = Release|x86
{BB003976-4764-4F4E-9A98-DDFB8449ECCD}.Release - Auto Fast|x86.ActiveCfg = Release|x86
{BB003976-4764-4F4E-9A98-DDFB8449ECCD}.Release - Auto Fast|x86.Build.0 = Release|x86
{BB003976-4764-4F4E-9A98-DDFB8449ECCD}.Release|x86.ActiveCfg = Release|x86
{BB003976-4764-4F4E-9A98-DDFB8449ECCD}.Release|x86.Build.0 = Release|x86
{4112FFA8-1BF3-4966-818F-0935695D48F7}.Debug - Auto Fast|x86.ActiveCfg = Debug|x86
{4112FFA8-1BF3-4966-818F-0935695D48F7}.Debug - Auto Fast|x86.Build.0 = Debug|x86
{4112FFA8-1BF3-4966-818F-0935695D48F7}.Debug|x86.ActiveCfg = Debug|x86
{4112FFA8-1BF3-4966-818F-0935695D48F7}.Debug|x86.Build.0 = Debug|x86
{4112FFA8-1BF3-4966-818F-0935695D48F7}.Deploy|x86.ActiveCfg = Release|x86
{4112FFA8-1BF3-4966-818F-0935695D48F7}.Deploy|x86.Build.0 = Release|x86
{4112FFA8-1BF3-4966-818F-0935695D48F7}.Release - Auto Fast|x86.ActiveCfg = Release|x86
{4112FFA8-1BF3-4966-818F-0935695D48F7}.Release - Auto Fast|x86.Build.0 = Release|x86
{4112FFA8-1BF3-4966-818F-0935695D48F7}.Release|x86.ActiveCfg = Release|x86
{4112FFA8-1BF3-4966-818F-0935695D48F7}.Release|x86.Build.0 = Release|x86
{6F2834B1-0D9B-479B-BEFA-F04EE326CC41}.Debug - Auto Fast|x86.ActiveCfg = Debug|Win32
{6F2834B1-0D9B-479B-BEFA-F04EE326CC41}.Debug - Auto Fast|x86.Build.0 = Debug|Win32
{6F2834B1-0D9B-479B-BEFA-F04EE326CC41}.Debug|x86.ActiveCfg = Debug|Win32
{6F2834B1-0D9B-479B-BEFA-F04EE326CC41}.Debug|x86.Build.0 = Debug|Win32
{6F2834B1-0D9B-479B-BEFA-F04EE326CC41}.Deploy|x86.ActiveCfg = Release|Win32
{6F2834B1-0D9B-479B-BEFA-F04EE326CC41}.Release - Auto Fast|x86.ActiveCfg = Release|Win32
{6F2834B1-0D9B-479B-BEFA-F04EE326CC41}.Release - Auto Fast|x86.Build.0 = Release|Win32
{6F2834B1-0D9B-479B-BEFA-F04EE326CC41}.Release|x86.ActiveCfg = Release|Win32
{6F2834B1-0D9B-479B-BEFA-F04EE326CC41}.Release|x86.Build.0 = Release|Win32
{46C4D1DB-3168-470F-ABA8-4CCAEF60F107}.Debug - Auto Fast|x86.ActiveCfg = Debug|x86
{46C4D1DB-3168-470F-ABA8-4CCAEF60F107}.Debug - Auto Fast|x86.Build.0 = Debug|x86
{46C4D1DB-3168-470F-ABA8-4CCAEF60F107}.Debug|x86.ActiveCfg = Debug|x86
{46C4D1DB-3168-470F-ABA8-4CCAEF60F107}.Debug|x86.Build.0 = Debug|x86
{46C4D1DB-3168-470F-ABA8-4CCAEF60F107}.Deploy|x86.ActiveCfg = Release|x86
{46C4D1DB-3168-470F-ABA8-4CCAEF60F107}.Deploy|x86.Build.0 = Release|x86
{46C4D1DB-3168-470F-ABA8-4CCAEF60F107}.Release - Auto Fast|x86.ActiveCfg = Release|x86
{46C4D1DB-3168-470F-ABA8-4CCAEF60F107}.Release - Auto Fast|x86.Build.0 = Release|x86
{46C4D1DB-3168-470F-ABA8-4CCAEF60F107}.Release|x86.ActiveCfg = Release|x86
{46C4D1DB-3168-470F-ABA8-4CCAEF60F107}.Release|x86.Build.0 = Release|x86
{DD03444F-B149-40DB-B1DF-CB31541008ED}.Debug - Auto Fast|x86.ActiveCfg = Debug|x86
{DD03444F-B149-40DB-B1DF-CB31541008ED}.Debug - Auto Fast|x86.Build.0 = Debug|x86
{DD03444F-B149-40DB-B1DF-CB31541008ED}.Debug|x86.ActiveCfg = Debug|x86
{DD03444F-B149-40DB-B1DF-CB31541008ED}.Debug|x86.Build.0 = Debug|x86
{DD03444F-B149-40DB-B1DF-CB31541008ED}.Deploy|x86.ActiveCfg = Release|x86
{DD03444F-B149-40DB-B1DF-CB31541008ED}.Deploy|x86.Build.0 = Release|x86
{DD03444F-B149-40DB-B1DF-CB31541008ED}.Release - Auto Fast|x86.ActiveCfg = Release|x86
{DD03444F-B149-40DB-B1DF-CB31541008ED}.Release - Auto Fast|x86.Build.0 = Release|x86
{DD03444F-B149-40DB-B1DF-CB31541008ED}.Release|x86.ActiveCfg = Release|x86
{DD03444F-B149-40DB-B1DF-CB31541008ED}.Release|x86.Build.0 = Release|x86
{991F9257-97A2-4CF0-8959-C8EC09F17796}.Debug - Auto Fast|x86.ActiveCfg = Debug|x86
{991F9257-97A2-4CF0-8959-C8EC09F17796}.Debug|x86.ActiveCfg = Debug|x86
{991F9257-97A2-4CF0-8959-C8EC09F17796}.Deploy|x86.ActiveCfg = Release|x86
{991F9257-97A2-4CF0-8959-C8EC09F17796}.Release - Auto Fast|x86.ActiveCfg = Release|x86
{991F9257-97A2-4CF0-8959-C8EC09F17796}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC52C805-E15F-4042-BED0-9FA4E6E22C32}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal