-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConsoleGraphicsEngine.sln
44 lines (44 loc) · 2.29 KB
/
ConsoleGraphicsEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.438
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleGraphicsEngine", "ConsoleGraphicsEngine\ConsoleGraphicsEngine.vcxproj", "{A8415747-0827-43FD-A3CB-375DE10A1B9B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleGraphicsTester", "ConsoleGraphicsTester\ConsoleGraphicsTester.vcxproj", "{DC78E670-A8ED-4BBE-9C6C-098341AC085E}"
ProjectSection(ProjectDependencies) = postProject
{A8415747-0827-43FD-A3CB-375DE10A1B9B} = {A8415747-0827-43FD-A3CB-375DE10A1B9B}
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
{A8415747-0827-43FD-A3CB-375DE10A1B9B}.Debug|x64.ActiveCfg = Debug|x64
{A8415747-0827-43FD-A3CB-375DE10A1B9B}.Debug|x64.Build.0 = Debug|x64
{A8415747-0827-43FD-A3CB-375DE10A1B9B}.Debug|x86.ActiveCfg = Debug|x64
{A8415747-0827-43FD-A3CB-375DE10A1B9B}.Debug|x86.Build.0 = Debug|x64
{A8415747-0827-43FD-A3CB-375DE10A1B9B}.Release|x64.ActiveCfg = Debug|x64
{A8415747-0827-43FD-A3CB-375DE10A1B9B}.Release|x64.Build.0 = Debug|x64
{A8415747-0827-43FD-A3CB-375DE10A1B9B}.Release|x86.ActiveCfg = Debug|x64
{A8415747-0827-43FD-A3CB-375DE10A1B9B}.Release|x86.Build.0 = Debug|x64
{DC78E670-A8ED-4BBE-9C6C-098341AC085E}.Debug|x64.ActiveCfg = Debug|x64
{DC78E670-A8ED-4BBE-9C6C-098341AC085E}.Debug|x64.Build.0 = Debug|x64
{DC78E670-A8ED-4BBE-9C6C-098341AC085E}.Debug|x86.ActiveCfg = Debug|x64
{DC78E670-A8ED-4BBE-9C6C-098341AC085E}.Debug|x86.Build.0 = Debug|x64
{DC78E670-A8ED-4BBE-9C6C-098341AC085E}.Release|x64.ActiveCfg = Debug|x64
{DC78E670-A8ED-4BBE-9C6C-098341AC085E}.Release|x64.Build.0 = Debug|x64
{DC78E670-A8ED-4BBE-9C6C-098341AC085E}.Release|x86.ActiveCfg = Debug|x64
{DC78E670-A8ED-4BBE-9C6C-098341AC085E}.Release|x86.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BB298860-E9F9-48D6-8467-6F5A7C584170}
EndGlobalSection
EndGlobal