-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEditorSubwayMap.sln
37 lines (37 loc) · 2.08 KB
/
EditorSubwayMap.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.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EditorSubwayMap", "EditorSubwayMap.csproj", "{4D19F37D-884F-43F7-B800-44528D8B390D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DrawMapSubwayLibrary", "DrawMapMetroLibrary\DrawMapSubwayLibrary.csproj", "{34C816A0-C125-49FA-9AE5-313B3C2FF862}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtributsSubwayLibrary", "AtributsSubwauLibrary\AtributsSubwayLibrary.csproj", "{862F8F57-E9B8-4FFB-B9D9-30F89AC986BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D19F37D-884F-43F7-B800-44528D8B390D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D19F37D-884F-43F7-B800-44528D8B390D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D19F37D-884F-43F7-B800-44528D8B390D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D19F37D-884F-43F7-B800-44528D8B390D}.Release|Any CPU.Build.0 = Release|Any CPU
{34C816A0-C125-49FA-9AE5-313B3C2FF862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34C816A0-C125-49FA-9AE5-313B3C2FF862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34C816A0-C125-49FA-9AE5-313B3C2FF862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34C816A0-C125-49FA-9AE5-313B3C2FF862}.Release|Any CPU.Build.0 = Release|Any CPU
{862F8F57-E9B8-4FFB-B9D9-30F89AC986BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{862F8F57-E9B8-4FFB-B9D9-30F89AC986BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{862F8F57-E9B8-4FFB-B9D9-30F89AC986BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{862F8F57-E9B8-4FFB-B9D9-30F89AC986BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA64A296-7DD5-4F0E-BDBB-5634272A1814}
EndGlobalSection
EndGlobal