-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConsoleGameEngine.sln
More file actions
43 lines (43 loc) · 2.32 KB
/
ConsoleGameEngine.sln
File metadata and controls
43 lines (43 loc) · 2.32 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35004.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForestForay", "ForestForay\ForestForay.csproj", "{AB7F3A9E-30A0-4F48-90C3-C98132D4E016}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleGameEngine", "ConsoleGameEngine\ConsoleGameEngine.csproj", "{964B12D2-B286-42D7-8726-E91467321349}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTesting", "UnitTesting\UnitTesting.csproj", "{18C15060-2A2B-4FB8-BDAC-062107A04541}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6773614D-BFB3-4253-B271-ED8E63D35AD7}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
website-display-correlate = website-display-correlate
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB7F3A9E-30A0-4F48-90C3-C98132D4E016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB7F3A9E-30A0-4F48-90C3-C98132D4E016}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB7F3A9E-30A0-4F48-90C3-C98132D4E016}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB7F3A9E-30A0-4F48-90C3-C98132D4E016}.Release|Any CPU.Build.0 = Release|Any CPU
{964B12D2-B286-42D7-8726-E91467321349}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{964B12D2-B286-42D7-8726-E91467321349}.Debug|Any CPU.Build.0 = Debug|Any CPU
{964B12D2-B286-42D7-8726-E91467321349}.Release|Any CPU.ActiveCfg = Release|Any CPU
{964B12D2-B286-42D7-8726-E91467321349}.Release|Any CPU.Build.0 = Release|Any CPU
{18C15060-2A2B-4FB8-BDAC-062107A04541}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18C15060-2A2B-4FB8-BDAC-062107A04541}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18C15060-2A2B-4FB8-BDAC-062107A04541}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18C15060-2A2B-4FB8-BDAC-062107A04541}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F27DBAC-60F4-4C5C-B347-8F5918DCA91F}
EndGlobalSection
EndGlobal