-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMultiPLAY.sln
More file actions
40 lines (40 loc) · 2.05 KB
/
MultiPLAY.sln
File metadata and controls
40 lines (40 loc) · 2.05 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MultiPLAY", "MultiPLAY.vcxproj", "{B88B0338-14D2-4898-B0D0-BFD0752C42A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug DirectX|x64 = Debug DirectX|x64
Debug SDL|x64 = Debug SDL|x64
Debug|x64 = Debug|x64
Release All|x64 = Release All|x64
Release DirectX|x64 = Release DirectX|x64
Release SDL|x64 = Release SDL|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Debug DirectX|x64.ActiveCfg = Debug DirectX|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Debug DirectX|x64.Build.0 = Debug DirectX|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Debug SDL|x64.ActiveCfg = Debug SDL|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Debug SDL|x64.Build.0 = Debug SDL|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Debug|x64.ActiveCfg = Debug|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Debug|x64.Build.0 = Debug|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Release All|x64.ActiveCfg = Release All|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Release All|x64.Build.0 = Release All|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Release DirectX|x64.ActiveCfg = Release DirectX|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Release DirectX|x64.Build.0 = Release DirectX|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Release SDL|x64.ActiveCfg = Release SDL|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Release SDL|x64.Build.0 = Release SDL|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Release|x64.ActiveCfg = Release|x64
{B88B0338-14D2-4898-B0D0-BFD0752C42A2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A9CD78BB-3C89-4159-B3A0-F3067D69B72C}
EndGlobalSection
EndGlobal