-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathR136.NET.sln
More file actions
116 lines (116 loc) · 6.48 KB
/
R136.NET.sln
File metadata and controls
116 lines (116 loc) · 6.48 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "R136.Web", "src\R136.Web\R136.Web.csproj", "{F656A736-0FE8-45F4-8B2B-2A0DA42B0D47}"
ProjectSection(ProjectDependencies) = postProject
{4FA7BD6A-CD6B-4D92-97D1-7D725C5E51A3} = {4FA7BD6A-CD6B-4D92-97D1-7D725C5E51A3}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "R136.Entities", "src\R136.Entities\R136.Entities.csproj", "{CB341DF9-1ECF-4ABC-AACB-EAFE4A866910}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "R136.BuildTool", "src\R136.BuildTool\R136.BuildTool.csproj", "{4FA7BD6A-CD6B-4D92-97D1-7D725C5E51A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "R136.Interfaces", "src\R136.Interfaces\R136.Interfaces.csproj", "{A5DB1389-AEFF-4080-8B5C-AA1C2B2DE965}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "R136.Core", "src\R136.Core\R136.Core.csproj", "{3B183D9F-4C79-41A1-9772-517696185F0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "R136.Shell", "src\R136.Shell\R136.Shell.csproj", "{30AC54D4-CE76-4CBE-886E-5364D4BBF4AC}"
ProjectSection(ProjectDependencies) = postProject
{4FA7BD6A-CD6B-4D92-97D1-7D725C5E51A3} = {4FA7BD6A-CD6B-4D92-97D1-7D725C5E51A3}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{551F56AA-A2F0-4F1D-AE0D-DDAA65C693ED}"
ProjectSection(SolutionItems) = preProject
data\configuration.json = data\configuration.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "en-GB", "en-GB", "{4D5B7349-6EEB-406E-BDFD-2343B709AB19}"
ProjectSection(SolutionItems) = preProject
data\en-GB\animates.json = data\en-GB\animates.json
data\en-GB\animatesbase.json = data\en-GB\animatesbase.json
data\en-GB\commands.json = data\en-GB\commands.json
data\en-GB\commandsbase.json = data\en-GB\commandsbase.json
data\en-GB\items.json = data\en-GB\items.json
data\en-GB\itemsbase.json = data\en-GB\itemsbase.json
data\en-GB\properties.json = data\en-GB\properties.json
data\en-GB\propertiesbase.json = data\en-GB\propertiesbase.json
data\en-GB\rooms.json = data\en-GB\rooms.json
data\en-GB\roomsbase.json = data\en-GB\roomsbase.json
data\en-GB\texts.json = data\en-GB\texts.json
data\en-GB\textsbase.json = data\en-GB\textsbase.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nl-NL", "nl-NL", "{7F8BA050-D8CD-4B62-9323-DE7991924D10}"
ProjectSection(SolutionItems) = preProject
data\nl-NL\animates.json = data\nl-NL\animates.json
data\nl-NL\animatesbase.json = data\nl-NL\animatesbase.json
data\nl-NL\commands.json = data\nl-NL\commands.json
data\nl-NL\commandsbase.json = data\nl-NL\commandsbase.json
data\nl-NL\items.json = data\nl-NL\items.json
data\nl-NL\itemsbase.json = data\nl-NL\itemsbase.json
data\nl-NL\properties.json = data\nl-NL\properties.json
data\nl-NL\propertiesbase.json = data\nl-NL\propertiesbase.json
data\nl-NL\rooms.json = data\nl-NL\rooms.json
data\nl-NL\roomsbase.json = data\nl-NL\roomsbase.json
data\nl-NL\texts.json = data\nl-NL\texts.json
data\nl-NL\textsbase.json = data\nl-NL\textsbase.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5DE1B7A0-C671-4DD2-85CC-603C5FAB7BD2}"
ProjectSection(SolutionItems) = preProject
src\buildtool.bat = src\buildtool.bat
src\buildtool.sh = src\buildtool.sh
src\conversions.json = src\conversions.json
src\SolutionInfo.cs = src\SolutionInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CBA2284-8FCA-4005-BEBF-588A2DDD9EFB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F656A736-0FE8-45F4-8B2B-2A0DA42B0D47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F656A736-0FE8-45F4-8B2B-2A0DA42B0D47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F656A736-0FE8-45F4-8B2B-2A0DA42B0D47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F656A736-0FE8-45F4-8B2B-2A0DA42B0D47}.Release|Any CPU.Build.0 = Release|Any CPU
{CB341DF9-1ECF-4ABC-AACB-EAFE4A866910}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB341DF9-1ECF-4ABC-AACB-EAFE4A866910}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB341DF9-1ECF-4ABC-AACB-EAFE4A866910}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB341DF9-1ECF-4ABC-AACB-EAFE4A866910}.Release|Any CPU.Build.0 = Release|Any CPU
{4FA7BD6A-CD6B-4D92-97D1-7D725C5E51A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA7BD6A-CD6B-4D92-97D1-7D725C5E51A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA7BD6A-CD6B-4D92-97D1-7D725C5E51A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA7BD6A-CD6B-4D92-97D1-7D725C5E51A3}.Release|Any CPU.Build.0 = Release|Any CPU
{A5DB1389-AEFF-4080-8B5C-AA1C2B2DE965}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5DB1389-AEFF-4080-8B5C-AA1C2B2DE965}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5DB1389-AEFF-4080-8B5C-AA1C2B2DE965}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5DB1389-AEFF-4080-8B5C-AA1C2B2DE965}.Release|Any CPU.Build.0 = Release|Any CPU
{3B183D9F-4C79-41A1-9772-517696185F0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B183D9F-4C79-41A1-9772-517696185F0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B183D9F-4C79-41A1-9772-517696185F0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B183D9F-4C79-41A1-9772-517696185F0E}.Release|Any CPU.Build.0 = Release|Any CPU
{30AC54D4-CE76-4CBE-886E-5364D4BBF4AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30AC54D4-CE76-4CBE-886E-5364D4BBF4AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30AC54D4-CE76-4CBE-886E-5364D4BBF4AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30AC54D4-CE76-4CBE-886E-5364D4BBF4AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4D5B7349-6EEB-406E-BDFD-2343B709AB19} = {551F56AA-A2F0-4F1D-AE0D-DDAA65C693ED}
{7F8BA050-D8CD-4B62-9323-DE7991924D10} = {551F56AA-A2F0-4F1D-AE0D-DDAA65C693ED}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AFCB95A6-28AC-4AFF-AE6C-F910B27A57BC}
EndGlobalSection
EndGlobal