|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio 15 |
| 4 | +VisualStudioVersion = 15.0.28010.2026 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8C08CF5D-46ED-4A02-850B-93765D06C9CC}" |
| 7 | + ProjectSection(SolutionItems) = preProject |
| 8 | + ConsoleGameEngine\README.md = ConsoleGameEngine\README.md |
| 9 | + ConsoleGameEngine\TODO.txt = ConsoleGameEngine\TODO.txt |
| 10 | + EndProjectSection |
| 11 | +EndProject |
| 12 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleGameEngineExamples", "Examples\ConsoleGameEngineExamples.csproj", "{44EB6014-CBFA-4561-9848-F2923137BF08}" |
| 13 | +EndProject |
| 14 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleGameEngine", "Source\ConsoleGameEngine.csproj", "{7AF47A03-FABF-458B-BE6F-4F8BEF89A7E6}" |
| 15 | +EndProject |
| 16 | +Global |
| 17 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 18 | + Debug|Any CPU = Debug|Any CPU |
| 19 | + Release|Any CPU = Release|Any CPU |
| 20 | + EndGlobalSection |
| 21 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 22 | + {44EB6014-CBFA-4561-9848-F2923137BF08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 23 | + {44EB6014-CBFA-4561-9848-F2923137BF08}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 24 | + {44EB6014-CBFA-4561-9848-F2923137BF08}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 25 | + {44EB6014-CBFA-4561-9848-F2923137BF08}.Release|Any CPU.Build.0 = Release|Any CPU |
| 26 | + {7AF47A03-FABF-458B-BE6F-4F8BEF89A7E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 27 | + {7AF47A03-FABF-458B-BE6F-4F8BEF89A7E6}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 28 | + {7AF47A03-FABF-458B-BE6F-4F8BEF89A7E6}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 29 | + {7AF47A03-FABF-458B-BE6F-4F8BEF89A7E6}.Release|Any CPU.Build.0 = Release|Any CPU |
| 30 | + EndGlobalSection |
| 31 | + GlobalSection(SolutionProperties) = preSolution |
| 32 | + HideSolutionNode = FALSE |
| 33 | + EndGlobalSection |
| 34 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 35 | + SolutionGuid = {B1520222-3D85-43B1-B1AE-B8B2C66B7282} |
| 36 | + EndGlobalSection |
| 37 | +EndGlobal |
0 commit comments