-
Notifications
You must be signed in to change notification settings - Fork 1
/
TheWorstEngine.sln
31 lines (31 loc) · 1.59 KB
/
TheWorstEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1927
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheWorstEngine", "TheWorstEngine\TheWorstEngine.csproj", "{ED3EEAC7-853D-4DF1-959C-850EDCBE4F1E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestEngine", "TestEngine\TestEngine.csproj", "{F6D2F322-3198-440B-8D55-98E5784F147E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED3EEAC7-853D-4DF1-959C-850EDCBE4F1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED3EEAC7-853D-4DF1-959C-850EDCBE4F1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED3EEAC7-853D-4DF1-959C-850EDCBE4F1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED3EEAC7-853D-4DF1-959C-850EDCBE4F1E}.Release|Any CPU.Build.0 = Release|Any CPU
{F6D2F322-3198-440B-8D55-98E5784F147E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6D2F322-3198-440B-8D55-98E5784F147E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6D2F322-3198-440B-8D55-98E5784F147E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6D2F322-3198-440B-8D55-98E5784F147E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB58EDE9-A33A-4CF1-B086-739C03DC839F}
EndGlobalSection
EndGlobal