forked from danludwig/NGeo
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNGeo.sln
More file actions
62 lines (62 loc) · 3.33 KB
/
Copy pathNGeo.sln
File metadata and controls
62 lines (62 loc) · 3.33 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
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7180D76F-6485-4EB7-9F7B-9DBF7337BEE1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
changelog.txt = changelog.txt
NGeo.sln.DotSettings = NGeo.sln.DotSettings
NGeo2.nuspec = NGeo2.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C9A8DDE5-6E65-458D-B88A-6BC52557EF45}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NGeo2.Shared", "NGeo2.Shared\NGeo2.Shared.shproj", "{6A311434-B321-4453-8E20-9CDDACF563BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGeo2.NET40", "NGeo2.NET40\NGeo2.NET40.csproj", "{F8A91977-38C1-4E65-AC4B-00C413CFE841}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NGeo2", "NGeo2\NGeo2.csproj", "{9F1916F5-48AD-4FDF-82F2-83635C7FCF17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NGeo2.Tests", "NGeo2.Tests\NGeo2.Tests.csproj", "{DD183A57-FBF2-4DDD-8093-2A8F4D432602}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
NGeo2.Shared\NGeo2.Shared.projitems*{6a311434-b321-4453-8e20-9cddacf563bb}*SharedItemsImports = 13
NGeo2.Shared\NGeo2.Shared.projitems*{9f1916f5-48ad-4fdf-82f2-83635c7fcf17}*SharedItemsImports = 5
NGeo2.Shared\NGeo2.Shared.projitems*{f8a91977-38c1-4e65-ac4b-00c413cfe841}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8A91977-38C1-4E65-AC4B-00C413CFE841}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8A91977-38C1-4E65-AC4B-00C413CFE841}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8A91977-38C1-4E65-AC4B-00C413CFE841}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8A91977-38C1-4E65-AC4B-00C413CFE841}.Release|Any CPU.Build.0 = Release|Any CPU
{9F1916F5-48AD-4FDF-82F2-83635C7FCF17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F1916F5-48AD-4FDF-82F2-83635C7FCF17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F1916F5-48AD-4FDF-82F2-83635C7FCF17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F1916F5-48AD-4FDF-82F2-83635C7FCF17}.Release|Any CPU.Build.0 = Release|Any CPU
{DD183A57-FBF2-4DDD-8093-2A8F4D432602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD183A57-FBF2-4DDD-8093-2A8F4D432602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD183A57-FBF2-4DDD-8093-2A8F4D432602}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD183A57-FBF2-4DDD-8093-2A8F4D432602}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DD183A57-FBF2-4DDD-8093-2A8F4D432602} = {C9A8DDE5-6E65-458D-B88A-6BC52557EF45}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC64C2A6-1D36-4212-8DA8-4561E4DC8EAB}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = NGeo.vsmdi
EndGlobalSection
EndGlobal