-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathGenesisEngine.sln
41 lines (41 loc) · 2.1 KB
/
GenesisEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{44D36D5E-0682-40C1-8256-6E422BB5B6AD}"
ProjectSection(SolutionItems) = preProject
license.txt = license.txt
README.markdown = README.markdown
Run-CodeCoverage.ps1 = Run-CodeCoverage.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenesisEngine", "GenesisEngine\GenesisEngine.csproj", "{82BB865C-2612-4BC3-A14F-5274BCF8DFE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenesisEngine.Specs", "GenesisEngine.Specs\GenesisEngine.Specs.csproj", "{72121027-86A8-442B-B488-CFF446EE47A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82BB865C-2612-4BC3-A14F-5274BCF8DFE3}.Debug|Any CPU.ActiveCfg = Debug|x86
{82BB865C-2612-4BC3-A14F-5274BCF8DFE3}.Debug|x86.ActiveCfg = Debug|x86
{82BB865C-2612-4BC3-A14F-5274BCF8DFE3}.Debug|x86.Build.0 = Debug|x86
{82BB865C-2612-4BC3-A14F-5274BCF8DFE3}.Release|Any CPU.ActiveCfg = Release|x86
{82BB865C-2612-4BC3-A14F-5274BCF8DFE3}.Release|x86.ActiveCfg = Release|x86
{82BB865C-2612-4BC3-A14F-5274BCF8DFE3}.Release|x86.Build.0 = Release|x86
{72121027-86A8-442B-B488-CFF446EE47A6}.Debug|Any CPU.ActiveCfg = Debug|x86
{72121027-86A8-442B-B488-CFF446EE47A6}.Debug|x86.ActiveCfg = Debug|x86
{72121027-86A8-442B-B488-CFF446EE47A6}.Debug|x86.Build.0 = Debug|x86
{72121027-86A8-442B-B488-CFF446EE47A6}.Release|Any CPU.ActiveCfg = Release|x86
{72121027-86A8-442B-B488-CFF446EE47A6}.Release|x86.ActiveCfg = Release|x86
{72121027-86A8-442B-B488-CFF446EE47A6}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal