This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cartographer.sln
52 lines (52 loc) · 3.05 KB
/
Cartographer.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cartographer", "src\Cartographer\Cartographer.csproj", "{07E1EBA2-D308-44D3-BBEF-B195BB2051F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cartographer.Tests", "src\Cartographer.Tests\Cartographer.Tests.csproj", "{892DAC45-3AD9-4E13-B630-C981792A3F1E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{90B0549B-3287-4682-BCEF-A040143D17AC}"
ProjectSection(SolutionItems) = preProject
namespaces.txt = namespaces.txt
Notes.txt = Notes.txt
readme.markdown = readme.markdown
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContainerIntegration-Castle.Windsor", "src\Cartographer.WindsorFacility\ContainerIntegration-Castle.Windsor.csproj", "{91595F21-E42F-4AE8-AA38-72508C59DEAE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{837F5D52-EEA7-48FC-B720-2C1B4C7BD0CC}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cartographer.PCL", "src\Cartographer\Cartographer.PCL.csproj", "{D6445C47-81A8-4A04-8F0F-1263892B2C4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07E1EBA2-D308-44D3-BBEF-B195BB2051F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07E1EBA2-D308-44D3-BBEF-B195BB2051F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07E1EBA2-D308-44D3-BBEF-B195BB2051F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07E1EBA2-D308-44D3-BBEF-B195BB2051F4}.Release|Any CPU.Build.0 = Release|Any CPU
{892DAC45-3AD9-4E13-B630-C981792A3F1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{892DAC45-3AD9-4E13-B630-C981792A3F1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{892DAC45-3AD9-4E13-B630-C981792A3F1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{892DAC45-3AD9-4E13-B630-C981792A3F1E}.Release|Any CPU.Build.0 = Release|Any CPU
{91595F21-E42F-4AE8-AA38-72508C59DEAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91595F21-E42F-4AE8-AA38-72508C59DEAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91595F21-E42F-4AE8-AA38-72508C59DEAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91595F21-E42F-4AE8-AA38-72508C59DEAE}.Release|Any CPU.Build.0 = Release|Any CPU
{D6445C47-81A8-4A04-8F0F-1263892B2C4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6445C47-81A8-4A04-8F0F-1263892B2C4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6445C47-81A8-4A04-8F0F-1263892B2C4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6445C47-81A8-4A04-8F0F-1263892B2C4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal