-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathgraphicsTutorials.sln
More file actions
58 lines (58 loc) · 3.35 KB
/
graphicsTutorials.sln
File metadata and controls
58 lines (58 loc) · 3.35 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
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graphicsTutorials", "graphicsTutorials\graphicsTutorials.vcxproj", "{6CA3CD6E-DF22-4EDA-940B-B3A55249A443}"
ProjectSection(ProjectDependencies) = postProject
{C2387530-72B4-48C9-9740-1FA31EDF0496} = {C2387530-72B4-48C9-9740-1FA31EDF0496}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bengine", "Bengine\Bengine.vcxproj", "{C2387530-72B4-48C9-9740-1FA31EDF0496}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZombieGame", "ZombieGame\ZombieGame.vcxproj", "{A05CACF1-0860-4739-9183-DD107920F7DA}"
ProjectSection(ProjectDependencies) = postProject
{C2387530-72B4-48C9-9740-1FA31EDF0496} = {C2387530-72B4-48C9-9740-1FA31EDF0496}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BallGame", "BallGame\BallGame.vcxproj", "{7C6DD87E-6240-4641-8BF5-D1831AB93C24}"
ProjectSection(ProjectDependencies) = postProject
{C2387530-72B4-48C9-9740-1FA31EDF0496} = {C2387530-72B4-48C9-9740-1FA31EDF0496}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NinjaPlatformer", "NinjaPlatformer\NinjaPlatformer.vcxproj", "{448E7764-702A-4A8B-A98C-F45B9E696754}"
ProjectSection(ProjectDependencies) = postProject
{C2387530-72B4-48C9-9740-1FA31EDF0496} = {C2387530-72B4-48C9-9740-1FA31EDF0496}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CA3CD6E-DF22-4EDA-940B-B3A55249A443}.Debug|Win32.ActiveCfg = Debug|Win32
{6CA3CD6E-DF22-4EDA-940B-B3A55249A443}.Debug|Win32.Build.0 = Debug|Win32
{6CA3CD6E-DF22-4EDA-940B-B3A55249A443}.Release|Win32.ActiveCfg = Release|Win32
{6CA3CD6E-DF22-4EDA-940B-B3A55249A443}.Release|Win32.Build.0 = Release|Win32
{C2387530-72B4-48C9-9740-1FA31EDF0496}.Debug|Win32.ActiveCfg = Debug|Win32
{C2387530-72B4-48C9-9740-1FA31EDF0496}.Debug|Win32.Build.0 = Debug|Win32
{C2387530-72B4-48C9-9740-1FA31EDF0496}.Release|Win32.ActiveCfg = Release|Win32
{C2387530-72B4-48C9-9740-1FA31EDF0496}.Release|Win32.Build.0 = Release|Win32
{A05CACF1-0860-4739-9183-DD107920F7DA}.Debug|Win32.ActiveCfg = Debug|Win32
{A05CACF1-0860-4739-9183-DD107920F7DA}.Debug|Win32.Build.0 = Debug|Win32
{A05CACF1-0860-4739-9183-DD107920F7DA}.Release|Win32.ActiveCfg = Release|Win32
{A05CACF1-0860-4739-9183-DD107920F7DA}.Release|Win32.Build.0 = Release|Win32
{7C6DD87E-6240-4641-8BF5-D1831AB93C24}.Debug|Win32.ActiveCfg = Debug|Win32
{7C6DD87E-6240-4641-8BF5-D1831AB93C24}.Debug|Win32.Build.0 = Debug|Win32
{7C6DD87E-6240-4641-8BF5-D1831AB93C24}.Release|Win32.ActiveCfg = Release|Win32
{7C6DD87E-6240-4641-8BF5-D1831AB93C24}.Release|Win32.Build.0 = Release|Win32
{448E7764-702A-4A8B-A98C-F45B9E696754}.Debug|Win32.ActiveCfg = Debug|Win32
{448E7764-702A-4A8B-A98C-F45B9E696754}.Debug|Win32.Build.0 = Debug|Win32
{448E7764-702A-4A8B-A98C-F45B9E696754}.Release|Win32.ActiveCfg = Release|Win32
{448E7764-702A-4A8B-A98C-F45B9E696754}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal