This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStarCraft.sln
42 lines (42 loc) · 2.13 KB
/
StarCraft.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "3DS", "3DS.vcxproj", "{4DF7BCD4-DEA6-4726-BF85-5EE109F7D510}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Win32", "Win32.vcxproj", "{E3CD75AC-3E22-423E-A626-8B8DCAB473FE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Game", "Game.vcxitems", "{C2738B7F-6BFA-4BEA-A5E4-D150E7348965}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Game.vcxitems*{4df7bcd4-dea6-4726-bf85-5ee109f7d510}*SharedItemsImports = 4
Game.vcxitems*{c2738b7f-6bfa-4bea-a5e4-d150e7348965}*SharedItemsImports = 9
Game.vcxitems*{e3cd75ac-3e22-423e-a626-8b8dcab473fe}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
OptDebug|x86 = OptDebug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4DF7BCD4-DEA6-4726-BF85-5EE109F7D510}.Debug|x86.ActiveCfg = Debug|Win32
{4DF7BCD4-DEA6-4726-BF85-5EE109F7D510}.Debug|x86.Build.0 = Debug|Win32
{4DF7BCD4-DEA6-4726-BF85-5EE109F7D510}.OptDebug|x86.ActiveCfg = Debug|Win32
{4DF7BCD4-DEA6-4726-BF85-5EE109F7D510}.Release|x86.ActiveCfg = Debug|Win32
{4DF7BCD4-DEA6-4726-BF85-5EE109F7D510}.Release|x86.Build.0 = Debug|Win32
{E3CD75AC-3E22-423E-A626-8B8DCAB473FE}.Debug|x86.ActiveCfg = Debug|Win32
{E3CD75AC-3E22-423E-A626-8B8DCAB473FE}.Debug|x86.Build.0 = Debug|Win32
{E3CD75AC-3E22-423E-A626-8B8DCAB473FE}.OptDebug|x86.ActiveCfg = OptDebug|Win32
{E3CD75AC-3E22-423E-A626-8B8DCAB473FE}.OptDebug|x86.Build.0 = OptDebug|Win32
{E3CD75AC-3E22-423E-A626-8B8DCAB473FE}.Release|x86.ActiveCfg = Release|Win32
{E3CD75AC-3E22-423E-A626-8B8DCAB473FE}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B21CD24A-70CF-46F3-B0E3-FB4538C88C7E}
EndGlobalSection
EndGlobal