-
Notifications
You must be signed in to change notification settings - Fork 14
/
Voronoi.sln
54 lines (54 loc) · 3.08 KB
/
Voronoi.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
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Voronoi", "VS_junk\Voronoi\Voronoi.vcxproj", "{94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGL_Example", "VS_junk\OpenGL_Example\OpenGL_Example.vcxproj", "{D7C36553-E784-4FAF-B9C2-D0CD3E0CA606}"
ProjectSection(ProjectDependencies) = postProject
{94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE} = {94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Console_Example", "VS_junk\Console_Example\Console_Example.vcxproj", "{D641667C-395B-445F-B48E-1C5DDDF70B17}"
ProjectSection(ProjectDependencies) = postProject
{94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE} = {94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE}
EndProjectSection
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
{94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE}.Debug|x64.ActiveCfg = Debug|Win32
{94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE}.Debug|x64.Build.0 = Debug|Win32
{94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE}.Debug|x86.ActiveCfg = Debug|Win32
{94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE}.Debug|x86.Build.0 = Debug|Win32
{94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE}.Release|x64.ActiveCfg = Release|Win32
{94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE}.Release|x64.Build.0 = Release|Win32
{94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE}.Release|x86.ActiveCfg = Release|Win32
{94DDCBDB-706C-48F6-9FD1-26FBD1BEAECE}.Release|x86.Build.0 = Release|Win32
{D7C36553-E784-4FAF-B9C2-D0CD3E0CA606}.Debug|x64.ActiveCfg = Debug|Win32
{D7C36553-E784-4FAF-B9C2-D0CD3E0CA606}.Debug|x64.Build.0 = Debug|Win32
{D7C36553-E784-4FAF-B9C2-D0CD3E0CA606}.Debug|x86.ActiveCfg = Debug|Win32
{D7C36553-E784-4FAF-B9C2-D0CD3E0CA606}.Debug|x86.Build.0 = Debug|Win32
{D7C36553-E784-4FAF-B9C2-D0CD3E0CA606}.Release|x64.ActiveCfg = Release|Win32
{D7C36553-E784-4FAF-B9C2-D0CD3E0CA606}.Release|x64.Build.0 = Release|Win32
{D7C36553-E784-4FAF-B9C2-D0CD3E0CA606}.Release|x86.ActiveCfg = Release|Win32
{D7C36553-E784-4FAF-B9C2-D0CD3E0CA606}.Release|x86.Build.0 = Release|Win32
{D641667C-395B-445F-B48E-1C5DDDF70B17}.Debug|x64.ActiveCfg = Debug|Win32
{D641667C-395B-445F-B48E-1C5DDDF70B17}.Debug|x64.Build.0 = Debug|Win32
{D641667C-395B-445F-B48E-1C5DDDF70B17}.Debug|x86.ActiveCfg = Debug|Win32
{D641667C-395B-445F-B48E-1C5DDDF70B17}.Debug|x86.Build.0 = Debug|Win32
{D641667C-395B-445F-B48E-1C5DDDF70B17}.Release|x64.ActiveCfg = Release|Win32
{D641667C-395B-445F-B48E-1C5DDDF70B17}.Release|x64.Build.0 = Release|Win32
{D641667C-395B-445F-B48E-1C5DDDF70B17}.Release|x86.ActiveCfg = Release|Win32
{D641667C-395B-445F-B48E-1C5DDDF70B17}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal