forked from Atrix256/Thirteen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExamples.sln
More file actions
51 lines (51 loc) · 2.87 KB
/
Examples.sln
File metadata and controls
51 lines (51 loc) · 2.87 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
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36908.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Simple", "Examples\Simple\Simple.vcxproj", "{ACD7E92E-0B29-46F3-90DC-91EF81DFD9FD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mandelbrot", "Examples\Mandelbrot\Mandelbrot.vcxproj", "{CCA21800-2322-4A7D-9F8E-D2EC7EF4C8A6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Minesweeper", "Examples\Minesweeper\Minesweeper.vcxproj", "{7A5D47D3-25F8-4569-A2DC-910A6C132A93}"
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
{ACD7E92E-0B29-46F3-90DC-91EF81DFD9FD}.Debug|x64.ActiveCfg = Debug|x64
{ACD7E92E-0B29-46F3-90DC-91EF81DFD9FD}.Debug|x64.Build.0 = Debug|x64
{ACD7E92E-0B29-46F3-90DC-91EF81DFD9FD}.Debug|x86.ActiveCfg = Debug|Win32
{ACD7E92E-0B29-46F3-90DC-91EF81DFD9FD}.Debug|x86.Build.0 = Debug|Win32
{ACD7E92E-0B29-46F3-90DC-91EF81DFD9FD}.Release|x64.ActiveCfg = Release|x64
{ACD7E92E-0B29-46F3-90DC-91EF81DFD9FD}.Release|x64.Build.0 = Release|x64
{ACD7E92E-0B29-46F3-90DC-91EF81DFD9FD}.Release|x86.ActiveCfg = Release|Win32
{ACD7E92E-0B29-46F3-90DC-91EF81DFD9FD}.Release|x86.Build.0 = Release|Win32
{CCA21800-2322-4A7D-9F8E-D2EC7EF4C8A6}.Debug|x64.ActiveCfg = Debug|x64
{CCA21800-2322-4A7D-9F8E-D2EC7EF4C8A6}.Debug|x64.Build.0 = Debug|x64
{CCA21800-2322-4A7D-9F8E-D2EC7EF4C8A6}.Debug|x86.ActiveCfg = Debug|Win32
{CCA21800-2322-4A7D-9F8E-D2EC7EF4C8A6}.Debug|x86.Build.0 = Debug|Win32
{CCA21800-2322-4A7D-9F8E-D2EC7EF4C8A6}.Release|x64.ActiveCfg = Release|x64
{CCA21800-2322-4A7D-9F8E-D2EC7EF4C8A6}.Release|x64.Build.0 = Release|x64
{CCA21800-2322-4A7D-9F8E-D2EC7EF4C8A6}.Release|x86.ActiveCfg = Release|Win32
{CCA21800-2322-4A7D-9F8E-D2EC7EF4C8A6}.Release|x86.Build.0 = Release|Win32
{7A5D47D3-25F8-4569-A2DC-910A6C132A93}.Debug|x64.ActiveCfg = Debug|x64
{7A5D47D3-25F8-4569-A2DC-910A6C132A93}.Debug|x64.Build.0 = Debug|x64
{7A5D47D3-25F8-4569-A2DC-910A6C132A93}.Debug|x86.ActiveCfg = Debug|Win32
{7A5D47D3-25F8-4569-A2DC-910A6C132A93}.Debug|x86.Build.0 = Debug|Win32
{7A5D47D3-25F8-4569-A2DC-910A6C132A93}.Release|x64.ActiveCfg = Release|x64
{7A5D47D3-25F8-4569-A2DC-910A6C132A93}.Release|x64.Build.0 = Release|x64
{7A5D47D3-25F8-4569-A2DC-910A6C132A93}.Release|x86.ActiveCfg = Release|Win32
{7A5D47D3-25F8-4569-A2DC-910A6C132A93}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31581179-4F8C-4A9E-BF72-859A7180DF82}
EndGlobalSection
EndGlobal