1
0
Fork 0
mirror of https://github.com/mapnik/mapnik.git synced 2025-09-15 21:32:53 +02:00
mapnik/msvc/shapeindex/shapeindex.vcproj
Ben Moores 0a588d044b Experimental pdf output using wxPdfDoc:
- wxpdfdoc patches
 - mapnik patches
 - visual studio build instructions / project files

see /msvc/readme.txt for build instructions

The scons makefiles have not been updated, the new files are in /pdf, /include/pdf, /demo/pdf/, and /bindings/python
2008-04-06 01:26:14 +00:00

276 lines
5.8 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="shapeindex"
ProjectGUID="{FCF9FDD7-0B23-4FDA-A965-5275D1682362}"
RootNamespace="shapeindex"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(MAPNIKDIR)\plugins\input\shape&quot;;&quot;$(MAPNIKDIR)\utils\shapeindex&quot;;&quot;$(MAPNIKDIR)\include\&quot;;&quot;$(MAPNIKDIR)\thirdparty\icu\include\&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="icuuc.lib"
LinkIncremental="2"
AdditionalLibraryDirectories="$(ICUDIR)/lib/"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\plugins\input\shape\dbffile.cpp"
>
</File>
<File
RelativePath="..\..\src\envelope.cpp"
>
</File>
<File
RelativePath="..\..\plugins\input\shape\shape.cpp"
>
</File>
<File
RelativePath="..\..\plugins\input\shape\shape_featureset.cpp"
>
</File>
<File
RelativePath="..\..\plugins\input\shape\shape_index_featureset.cpp"
>
</File>
<File
RelativePath="..\..\plugins\input\shape\shape_io.cpp"
>
</File>
<File
RelativePath="..\..\plugins\input\shape\shapefile.cpp"
>
</File>
<File
RelativePath="..\..\utils\shapeindex\shapeindex.cpp"
>
</File>
<File
RelativePath="..\..\src\unicode.cpp"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\..\plugins\input\shape\dbffile.hpp"
>
</File>
<File
RelativePath="..\..\include\mapnik\envelope.hpp"
>
</File>
<File
RelativePath="..\..\utils\shapeindex\quadtree.hpp"
>
</File>
<File
RelativePath="..\..\plugins\input\shape\shape.hpp"
>
</File>
<File
RelativePath="..\..\plugins\input\shape\shape_featureset.hpp"
>
</File>
<File
RelativePath="..\..\plugins\input\shape\shape_index_featureset.hpp"
>
</File>
<File
RelativePath="..\..\plugins\input\shape\shape_io.hpp"
>
</File>
<File
RelativePath="..\..\plugins\input\shape\shapefile.hpp"
>
</File>
<File
RelativePath="..\..\plugins\input\shape\shp_index.hpp"
>
</File>
<File
RelativePath="..\..\include\mapnik\unicode.hpp"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
<File
RelativePath="..\Debug\mapnik.lib"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>