This repository has been archived by the owner on May 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRwModLoader.sln
48 lines (48 loc) · 2.52 KB
/
RwModLoader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Realm", "Realm\Realm.csproj", "{11996870-9E20-4921-A273-8C779576FD6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualEnums", "VirtualEnums\VirtualEnums.csproj", "{6BF516EF-38B7-429A-A76F-F9B066F61942}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E0B21D61-A6E3-452A-8F94-E20FC2D8378D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
global.targets = global.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Backend", "Backend\Backend.csproj", "{31C52925-7A75-4641-9925-39C6382E1BB4}"
ProjectSection(ProjectDependencies) = postProject
{11996870-9E20-4921-A273-8C779576FD6C} = {11996870-9E20-4921-A273-8C779576FD6C}
{6BF516EF-38B7-429A-A76F-F9B066F61942} = {6BF516EF-38B7-429A-A76F-F9B066F61942}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11996870-9E20-4921-A273-8C779576FD6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11996870-9E20-4921-A273-8C779576FD6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11996870-9E20-4921-A273-8C779576FD6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11996870-9E20-4921-A273-8C779576FD6C}.Release|Any CPU.Build.0 = Release|Any CPU
{6BF516EF-38B7-429A-A76F-F9B066F61942}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BF516EF-38B7-429A-A76F-F9B066F61942}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BF516EF-38B7-429A-A76F-F9B066F61942}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BF516EF-38B7-429A-A76F-F9B066F61942}.Release|Any CPU.Build.0 = Release|Any CPU
{31C52925-7A75-4641-9925-39C6382E1BB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31C52925-7A75-4641-9925-39C6382E1BB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31C52925-7A75-4641-9925-39C6382E1BB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31C52925-7A75-4641-9925-39C6382E1BB4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57B3372D-60AA-42B5-A0AA-57658A1E5824}
EndGlobalSection
EndGlobal