-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRPG.sln
37 lines (37 loc) · 2 KB
/
RPG.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RPG", "RPG\RPG.csproj", "{0CFCD487-167A-4C17-8FE0-1560D5AD18FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{76AB4D7B-C679-4D72-A559-675048428C7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestEngine", "TestEngine\TestEngine.csproj", "{F1E80A11-5418-4EF2-8F06-FB4327E298A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CFCD487-167A-4C17-8FE0-1560D5AD18FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CFCD487-167A-4C17-8FE0-1560D5AD18FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CFCD487-167A-4C17-8FE0-1560D5AD18FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CFCD487-167A-4C17-8FE0-1560D5AD18FA}.Release|Any CPU.Build.0 = Release|Any CPU
{76AB4D7B-C679-4D72-A559-675048428C7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76AB4D7B-C679-4D72-A559-675048428C7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76AB4D7B-C679-4D72-A559-675048428C7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76AB4D7B-C679-4D72-A559-675048428C7C}.Release|Any CPU.Build.0 = Release|Any CPU
{F1E80A11-5418-4EF2-8F06-FB4327E298A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1E80A11-5418-4EF2-8F06-FB4327E298A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1E80A11-5418-4EF2-8F06-FB4327E298A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1E80A11-5418-4EF2-8F06-FB4327E298A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44A89CCE-21AB-4943-8E07-1AC3CAB4D84A}
EndGlobalSection
EndGlobal