-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReplayViewer.sln
37 lines (37 loc) · 2.11 KB
/
ReplayViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReplayViewer", "ReplayViewer\ReplayViewer.csproj", "{60C0C142-C2C1-49B2-8AE7-0061D8EEE0C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MapViewerEngine", "MapViewerEngine\MapViewerEngine\MapViewerEngine.csproj", "{9E72BBC4-DBA0-4B2D-B934-26EAD69182F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MapViewerEngine.Shared", "MapViewerEngine\MapViewerEngine.Shared\MapViewerEngine.Shared.csproj", "{7E883FEC-4E63-48C6-912D-512A47445755}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60C0C142-C2C1-49B2-8AE7-0061D8EEE0C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60C0C142-C2C1-49B2-8AE7-0061D8EEE0C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60C0C142-C2C1-49B2-8AE7-0061D8EEE0C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60C0C142-C2C1-49B2-8AE7-0061D8EEE0C1}.Release|Any CPU.Build.0 = Release|Any CPU
{9E72BBC4-DBA0-4B2D-B934-26EAD69182F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E72BBC4-DBA0-4B2D-B934-26EAD69182F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E72BBC4-DBA0-4B2D-B934-26EAD69182F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E72BBC4-DBA0-4B2D-B934-26EAD69182F1}.Release|Any CPU.Build.0 = Release|Any CPU
{7E883FEC-4E63-48C6-912D-512A47445755}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E883FEC-4E63-48C6-912D-512A47445755}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E883FEC-4E63-48C6-912D-512A47445755}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E883FEC-4E63-48C6-912D-512A47445755}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {832E3666-84C4-4963-989D-CB22CC963379}
EndGlobalSection
EndGlobal