-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQGAMESExamples.sln
More file actions
74 lines (74 loc) · 4.59 KB
/
QGAMESExamples.sln
File metadata and controls
74 lines (74 loc) · 4.59 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.705
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "3inarow", "games\3inarow\3inarow.vcxproj", "{50F00993-BE0B-4C28-97F3-22EEB296DA9B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AticAtac", "games\AticAtac\AticAtac.vcxproj", "{C90ECB4F-A3FB-4BF2-93E6-E6D92F7ADB22}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sabrewulf", "games\Sabrewulf\Sabrewulf.vcxproj", "{540C34BC-50AD-444D-903E-1DF157D22B71}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Era 1", "Era 1", "{3A148E70-8851-40ED-8FA9-99FB41E21AED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Era 2", "Era 2", "{8C35A260-5518-4D3C-8FBD-008683D1079F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BattleshipII", "games\BattleshipII\BattleshipII.vcxproj", "{F2800089-8EF4-4885-B59B-FE623B8A9084}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DragonWindII", "games\DragonWindII\DragonWindII.vcxproj", "{9E306B16-871A-49FA-933A-FC1F9A807B8B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DoomCastle", "games\DoomCastle\DoomCastle.vcxproj", "{071CB69E-597B-466A-807D-F7A9E21930AE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PacManII", "games\PacManII\PacManII.vcxproj", "{C8DCAA74-A54F-49CF-86CB-AB5DC18A0A21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50F00993-BE0B-4C28-97F3-22EEB296DA9B}.Debug|x86.ActiveCfg = Debug|Win32
{50F00993-BE0B-4C28-97F3-22EEB296DA9B}.Debug|x86.Build.0 = Debug|Win32
{50F00993-BE0B-4C28-97F3-22EEB296DA9B}.Release|x86.ActiveCfg = Release|Win32
{50F00993-BE0B-4C28-97F3-22EEB296DA9B}.Release|x86.Build.0 = Release|Win32
{C90ECB4F-A3FB-4BF2-93E6-E6D92F7ADB22}.Debug|x86.ActiveCfg = Debug|Win32
{C90ECB4F-A3FB-4BF2-93E6-E6D92F7ADB22}.Debug|x86.Build.0 = Debug|Win32
{C90ECB4F-A3FB-4BF2-93E6-E6D92F7ADB22}.Release|x86.ActiveCfg = Release|Win32
{C90ECB4F-A3FB-4BF2-93E6-E6D92F7ADB22}.Release|x86.Build.0 = Release|Win32
{540C34BC-50AD-444D-903E-1DF157D22B71}.Debug|x86.ActiveCfg = Debug|Win32
{540C34BC-50AD-444D-903E-1DF157D22B71}.Debug|x86.Build.0 = Debug|Win32
{540C34BC-50AD-444D-903E-1DF157D22B71}.Release|x86.ActiveCfg = Release|Win32
{540C34BC-50AD-444D-903E-1DF157D22B71}.Release|x86.Build.0 = Release|Win32
{F2800089-8EF4-4885-B59B-FE623B8A9084}.Debug|x86.ActiveCfg = Debug|Win32
{F2800089-8EF4-4885-B59B-FE623B8A9084}.Debug|x86.Build.0 = Debug|Win32
{F2800089-8EF4-4885-B59B-FE623B8A9084}.Release|x86.ActiveCfg = Release|Win32
{F2800089-8EF4-4885-B59B-FE623B8A9084}.Release|x86.Build.0 = Release|Win32
{9E306B16-871A-49FA-933A-FC1F9A807B8B}.Debug|x86.ActiveCfg = Debug|Win32
{9E306B16-871A-49FA-933A-FC1F9A807B8B}.Debug|x86.Build.0 = Debug|Win32
{9E306B16-871A-49FA-933A-FC1F9A807B8B}.Release|x86.ActiveCfg = Release|Win32
{9E306B16-871A-49FA-933A-FC1F9A807B8B}.Release|x86.Build.0 = Release|Win32
{071CB69E-597B-466A-807D-F7A9E21930AE}.Debug|x86.ActiveCfg = Debug|Win32
{071CB69E-597B-466A-807D-F7A9E21930AE}.Debug|x86.Build.0 = Debug|Win32
{071CB69E-597B-466A-807D-F7A9E21930AE}.Release|x86.ActiveCfg = Release|Win32
{071CB69E-597B-466A-807D-F7A9E21930AE}.Release|x86.Build.0 = Release|Win32
{C8DCAA74-A54F-49CF-86CB-AB5DC18A0A21}.Debug|x86.ActiveCfg = Debug|Win32
{C8DCAA74-A54F-49CF-86CB-AB5DC18A0A21}.Debug|x86.Build.0 = Debug|Win32
{C8DCAA74-A54F-49CF-86CB-AB5DC18A0A21}.Release|x86.ActiveCfg = Release|Win32
{C8DCAA74-A54F-49CF-86CB-AB5DC18A0A21}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{50F00993-BE0B-4C28-97F3-22EEB296DA9B} = {3A148E70-8851-40ED-8FA9-99FB41E21AED}
{C90ECB4F-A3FB-4BF2-93E6-E6D92F7ADB22} = {3A148E70-8851-40ED-8FA9-99FB41E21AED}
{540C34BC-50AD-444D-903E-1DF157D22B71} = {3A148E70-8851-40ED-8FA9-99FB41E21AED}
{F2800089-8EF4-4885-B59B-FE623B8A9084} = {8C35A260-5518-4D3C-8FBD-008683D1079F}
{9E306B16-871A-49FA-933A-FC1F9A807B8B} = {8C35A260-5518-4D3C-8FBD-008683D1079F}
{071CB69E-597B-466A-807D-F7A9E21930AE} = {8C35A260-5518-4D3C-8FBD-008683D1079F}
{C8DCAA74-A54F-49CF-86CB-AB5DC18A0A21} = {8C35A260-5518-4D3C-8FBD-008683D1079F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {846E1261-EF8E-4EA8-BFCA-0D74084BA932}
EndGlobalSection
EndGlobal