-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMapExporter.sln
More file actions
46 lines (46 loc) · 2.38 KB
/
Copy pathMapExporter.sln
File metadata and controls
46 lines (46 loc) · 2.38 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MapExporterNew", "src\MapExporterNew.csproj", "{B38F93B1-AFFB-45AA-A1C4-CAF41A5F57A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FrontEnd", "FrontEnd", "{F5CAA416-F67E-4463-8411-8D063E56A67B}"
ProjectSection(SolutionItems) = preProject
assets\map-frontend\beziero.js = assets\map-frontend\beziero.js
assets\map-frontend\global.js = assets\map-frontend\global.js
assets\map-frontend\index.html = assets\map-frontend\index.html
assets\map-frontend\map.html = assets\map-frontend\map.html
assets\map-frontend\placedobjectsdata.json = assets\map-frontend\placedobjectsdata.json
assets\map-frontend\rw.css = assets\map-frontend\rw.css
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalServer", "localhost\LocalServer.csproj", "{15C61D5A-5173-465B-93E1-39B5A8B8355A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
assets\modinfo.json = assets\modinfo.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B38F93B1-AFFB-45AA-A1C4-CAF41A5F57A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B38F93B1-AFFB-45AA-A1C4-CAF41A5F57A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B38F93B1-AFFB-45AA-A1C4-CAF41A5F57A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B38F93B1-AFFB-45AA-A1C4-CAF41A5F57A2}.Release|Any CPU.Build.0 = Release|Any CPU
{15C61D5A-5173-465B-93E1-39B5A8B8355A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15C61D5A-5173-465B-93E1-39B5A8B8355A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15C61D5A-5173-465B-93E1-39B5A8B8355A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15C61D5A-5173-465B-93E1-39B5A8B8355A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCE31736-54B6-491D-9688-ED0BC1C562CB}
EndGlobalSection
EndGlobal