-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDeltaWebMapClientServer.sln
More file actions
49 lines (49 loc) · 3.17 KB
/
DeltaWebMapClientServer.sln
File metadata and controls
49 lines (49 loc) · 3.17 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeltaWebMapClientServer", "DeltaWebMapClientServer\DeltaWebMapClientServer.csproj", "{5B00236D-35FC-40CD-AB53-87422767D29F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArkWebMapGatewayClient", "..\ArkWebMap\backend\ArkWebMapGatewayClient\ArkWebMapGatewayClient.csproj", "{A3C49880-586D-4BAE-B100-242F422BB1AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArkBridgeSharedEntities", "..\ArkWebMap\backend\ArkBridgeSharedEntities\ArkBridgeSharedEntities.csproj", "{A9B97035-A138-4FB5-9B91-76B9E7095091}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArkSaveEditor", "..\ArkWebMap\backend\Ark-Save-Manager\ArkSaveEditor\ArkSaveEditor.csproj", "{D31810D1-2682-412C-9511-C3424B51AD1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibDeltaSystem", "..\LibDeltaSystem\LibDeltaSystem\LibDeltaSystem.csproj", "{3828CDB8-4DF4-46EF-BA24-07FE1D6EF8FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B00236D-35FC-40CD-AB53-87422767D29F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B00236D-35FC-40CD-AB53-87422767D29F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B00236D-35FC-40CD-AB53-87422767D29F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B00236D-35FC-40CD-AB53-87422767D29F}.Release|Any CPU.Build.0 = Release|Any CPU
{A3C49880-586D-4BAE-B100-242F422BB1AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3C49880-586D-4BAE-B100-242F422BB1AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3C49880-586D-4BAE-B100-242F422BB1AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3C49880-586D-4BAE-B100-242F422BB1AA}.Release|Any CPU.Build.0 = Release|Any CPU
{A9B97035-A138-4FB5-9B91-76B9E7095091}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9B97035-A138-4FB5-9B91-76B9E7095091}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9B97035-A138-4FB5-9B91-76B9E7095091}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9B97035-A138-4FB5-9B91-76B9E7095091}.Release|Any CPU.Build.0 = Release|Any CPU
{D31810D1-2682-412C-9511-C3424B51AD1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D31810D1-2682-412C-9511-C3424B51AD1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D31810D1-2682-412C-9511-C3424B51AD1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D31810D1-2682-412C-9511-C3424B51AD1E}.Release|Any CPU.Build.0 = Release|Any CPU
{3828CDB8-4DF4-46EF-BA24-07FE1D6EF8FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3828CDB8-4DF4-46EF-BA24-07FE1D6EF8FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3828CDB8-4DF4-46EF-BA24-07FE1D6EF8FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3828CDB8-4DF4-46EF-BA24-07FE1D6EF8FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6FA1C600-0EFA-4186-819B-8DCDECDF32C8}
EndGlobalSection
EndGlobal