-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForgottenRPG.sln
56 lines (56 loc) · 3.33 KB
/
ForgottenRPG.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "DataTypes", "DataTypes\DataTypes.shproj", "{E483291A-5EEF-418B-9581-9F0976F40576}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForgottenRPG", "ForgottenRPG\ForgottenRPG.csproj", "{737E1EEF-E5E7-4F0C-9C74-74178D3D82E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScriptCompiler", "ScriptCompiler\ScriptCompiler.csproj", "{F64E465C-B2B9-49D4-A60E-31BAE5CED13B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScriptCompilerTests", "ScriptCompilerTests\ScriptCompilerTests.csproj", "{8FAAC213-B0B3-41EC-A596-93660D048ADD}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
DataTypes\DataTypes.projitems*{e483291a-5eef-418b-9581-9f0976f40576}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{737E1EEF-E5E7-4F0C-9C74-74178D3D82E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{737E1EEF-E5E7-4F0C-9C74-74178D3D82E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{737E1EEF-E5E7-4F0C-9C74-74178D3D82E0}.Debug|x64.ActiveCfg = Debug|Any CPU
{737E1EEF-E5E7-4F0C-9C74-74178D3D82E0}.Debug|x64.Build.0 = Debug|Any CPU
{737E1EEF-E5E7-4F0C-9C74-74178D3D82E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{737E1EEF-E5E7-4F0C-9C74-74178D3D82E0}.Release|Any CPU.Build.0 = Release|Any CPU
{737E1EEF-E5E7-4F0C-9C74-74178D3D82E0}.Release|x64.ActiveCfg = Release|Any CPU
{737E1EEF-E5E7-4F0C-9C74-74178D3D82E0}.Release|x64.Build.0 = Release|Any CPU
{F64E465C-B2B9-49D4-A60E-31BAE5CED13B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F64E465C-B2B9-49D4-A60E-31BAE5CED13B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F64E465C-B2B9-49D4-A60E-31BAE5CED13B}.Debug|x64.ActiveCfg = Debug|Any CPU
{F64E465C-B2B9-49D4-A60E-31BAE5CED13B}.Debug|x64.Build.0 = Debug|Any CPU
{F64E465C-B2B9-49D4-A60E-31BAE5CED13B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F64E465C-B2B9-49D4-A60E-31BAE5CED13B}.Release|Any CPU.Build.0 = Release|Any CPU
{F64E465C-B2B9-49D4-A60E-31BAE5CED13B}.Release|x64.ActiveCfg = Release|Any CPU
{F64E465C-B2B9-49D4-A60E-31BAE5CED13B}.Release|x64.Build.0 = Release|Any CPU
{8FAAC213-B0B3-41EC-A596-93660D048ADD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FAAC213-B0B3-41EC-A596-93660D048ADD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FAAC213-B0B3-41EC-A596-93660D048ADD}.Debug|x64.ActiveCfg = Debug|Any CPU
{8FAAC213-B0B3-41EC-A596-93660D048ADD}.Debug|x64.Build.0 = Debug|Any CPU
{8FAAC213-B0B3-41EC-A596-93660D048ADD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FAAC213-B0B3-41EC-A596-93660D048ADD}.Release|Any CPU.Build.0 = Release|Any CPU
{8FAAC213-B0B3-41EC-A596-93660D048ADD}.Release|x64.ActiveCfg = Release|Any CPU
{8FAAC213-B0B3-41EC-A596-93660D048ADD}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67D9B653-9E89-4524-8988-2099F3F8A78A}
EndGlobalSection
EndGlobal