-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMiniSolarSystem.sln
34 lines (34 loc) · 1.63 KB
/
MiniSolarSystem.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 Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MiniSolarSystem", "MiniSolarSystem\MiniSolarSystem.vcxproj", "{75873F70-57E1-4E11-AA97-842DC1E220A9}"
ProjectSection(ProjectDependencies) = postProject
{A20BD262-3946-473B-AEC6-E5DCF221563C} = {A20BD262-3946-473B-AEC6-E5DCF221563C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Renderer", "Renderer\Renderer.vcxproj", "{A20BD262-3946-473B-AEC6-E5DCF221563C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75873F70-57E1-4E11-AA97-842DC1E220A9}.Debug|x64.ActiveCfg = Debug|x64
{75873F70-57E1-4E11-AA97-842DC1E220A9}.Debug|x64.Build.0 = Debug|x64
{75873F70-57E1-4E11-AA97-842DC1E220A9}.Release|x64.ActiveCfg = Release|x64
{75873F70-57E1-4E11-AA97-842DC1E220A9}.Release|x64.Build.0 = Release|x64
{A20BD262-3946-473B-AEC6-E5DCF221563C}.Debug|x64.ActiveCfg = Debug|x64
{A20BD262-3946-473B-AEC6-E5DCF221563C}.Debug|x64.Build.0 = Debug|x64
{A20BD262-3946-473B-AEC6-E5DCF221563C}.Release|x64.ActiveCfg = Release|x64
{A20BD262-3946-473B-AEC6-E5DCF221563C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54F8685F-FD4A-46FF-AD21-52B5216B63CB}
EndGlobalSection
EndGlobal