-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbricks-n-balls.sln
38 lines (38 loc) · 1.92 KB
/
bricks-n-balls.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bricks-n-balls", "bricks-n-balls\bricks-n-balls.vcxproj", "{04461F17-545B-4E9C-A550-31B97C0F1AAA}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "setup", "setup\setup.vdproj", "{87C716EB-DAC5-4823-9FAA-B609B2BE44E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04461F17-545B-4E9C-A550-31B97C0F1AAA}.Debug|x64.ActiveCfg = Debug|x64
{04461F17-545B-4E9C-A550-31B97C0F1AAA}.Debug|x64.Build.0 = Debug|x64
{04461F17-545B-4E9C-A550-31B97C0F1AAA}.Debug|x86.ActiveCfg = Debug|Win32
{04461F17-545B-4E9C-A550-31B97C0F1AAA}.Debug|x86.Build.0 = Debug|Win32
{04461F17-545B-4E9C-A550-31B97C0F1AAA}.Release|x64.ActiveCfg = Release|x64
{04461F17-545B-4E9C-A550-31B97C0F1AAA}.Release|x64.Build.0 = Release|x64
{04461F17-545B-4E9C-A550-31B97C0F1AAA}.Release|x86.ActiveCfg = Release|Win32
{04461F17-545B-4E9C-A550-31B97C0F1AAA}.Release|x86.Build.0 = Release|Win32
{87C716EB-DAC5-4823-9FAA-B609B2BE44E4}.Debug|x64.ActiveCfg = Debug
{87C716EB-DAC5-4823-9FAA-B609B2BE44E4}.Debug|x86.ActiveCfg = Debug
{87C716EB-DAC5-4823-9FAA-B609B2BE44E4}.Release|x64.ActiveCfg = Release
{87C716EB-DAC5-4823-9FAA-B609B2BE44E4}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
{04461F17-545B-4E9C-A550-31B97C0F1AAA} = {169956B8-72D5-48C2-8533-2D7AC6990635}
SolutionGuid = {6C4E4482-276A-44E2-B67C-27687446AFD4}
EndGlobalSection
EndGlobal