forked from jbrwn/NET-Mapnik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NETMapnik.sln
28 lines (28 loc) · 1.37 KB
/
NETMapnik.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22310.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NETMapnik", "NETMapnik\NETMapnik.vcxproj", "{B84651B2-ECBF-4DAD-B501-DA67268D99D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NETMapnik.Test", "NETMapnik.Test\NETMapnik.Test.csproj", "{A4E32E59-A200-45A6-89B6-982342112748}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B84651B2-ECBF-4DAD-B501-DA67268D99D3}.Release|x64.ActiveCfg = Release|x64
{B84651B2-ECBF-4DAD-B501-DA67268D99D3}.Release|x64.Build.0 = Release|x64
{B84651B2-ECBF-4DAD-B501-DA67268D99D3}.Release|x86.ActiveCfg = Release|Win32
{B84651B2-ECBF-4DAD-B501-DA67268D99D3}.Release|x86.Build.0 = Release|Win32
{A4E32E59-A200-45A6-89B6-982342112748}.Release|x64.ActiveCfg = Release|x64
{A4E32E59-A200-45A6-89B6-982342112748}.Release|x64.Build.0 = Release|x64
{A4E32E59-A200-45A6-89B6-982342112748}.Release|x86.ActiveCfg = Release|x86
{A4E32E59-A200-45A6-89B6-982342112748}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal