forked from inexorabletash/travellermap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Maps.sln
29 lines (29 loc) · 1.49 KB
/
Maps.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Web
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maps", "Maps.csproj", "{02AE6284-5044-4A23-B5D6-A86EE9C7DFA1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "unittests\UnitTests\UnitTests.csproj", "{26F5B96B-4506-43C7-8851-B4B74B78A13C}"
ProjectSection(ProjectDependencies) = postProject
{02AE6284-5044-4A23-B5D6-A86EE9C7DFA1} = {02AE6284-5044-4A23-B5D6-A86EE9C7DFA1}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02AE6284-5044-4A23-B5D6-A86EE9C7DFA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02AE6284-5044-4A23-B5D6-A86EE9C7DFA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02AE6284-5044-4A23-B5D6-A86EE9C7DFA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02AE6284-5044-4A23-B5D6-A86EE9C7DFA1}.Release|Any CPU.Build.0 = Release|Any CPU
{26F5B96B-4506-43C7-8851-B4B74B78A13C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26F5B96B-4506-43C7-8851-B4B74B78A13C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26F5B96B-4506-43C7-8851-B4B74B78A13C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26F5B96B-4506-43C7-8851-B4B74B78A13C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal