arabica/vs7/example_SAX_simplehander.vcproj

158 lines
4 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="Windows-1252"?>
2003-03-20 17:32:35 +01:00
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
2007-07-19 19:03:51 +02:00
Name="example_SAX_SimpleHandler"
ProjectGUID="{4D861155-0183-4637-8F01-4F8FDB43C344}"
2003-03-20 17:32:35 +01:00
SccProjectName=""
SccLocalPath="">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\bin"
IntermediateDirectory=".\debug_examples_SAX_simple"
2003-03-20 17:32:35 +01:00
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/Zm200
"
2003-03-20 17:32:35 +01:00
Optimization="0"
AdditionalIncludeDirectories="..\include"
2003-03-20 17:32:35 +01:00
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
BasicRuntimeChecks="3"
2005-11-09 22:13:22 +01:00
RuntimeLibrary="3"
2003-08-28 01:06:59 +02:00
TreatWChar_tAsBuiltInType="TRUE"
ForceConformanceInForLoopScope="TRUE"
2003-03-20 17:32:35 +01:00
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Debug/SimpleHandler.pch"
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="4"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="..\lib\arabica-debug.lib"
2003-09-10 17:27:46 +02:00
OutputFile="$(OutDir)/SimpleHandler.exe"
2003-03-20 17:32:35 +01:00
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/SimpleHandler.pdb"
2003-03-20 17:32:35 +01:00
SubSystem="1"/>
<Tool
Name="VCMIDLTool"/>
2003-03-20 17:32:35 +01:00
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="2057"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
2003-03-20 17:32:35 +01:00
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
2003-03-20 17:32:35 +01:00
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\bin"
IntermediateDirectory=".\Release_examples_SAX_simple"
2003-03-20 17:32:35 +01:00
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\include"
2003-03-20 17:32:35 +01:00
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
StringPooling="TRUE"
2005-11-09 22:13:22 +01:00
RuntimeLibrary="2"
2003-03-20 17:32:35 +01:00
EnableFunctionLevelLinking="TRUE"
2003-08-28 01:06:59 +02:00
TreatWChar_tAsBuiltInType="TRUE"
ForceConformanceInForLoopScope="TRUE"
2003-03-20 17:32:35 +01:00
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Release/SimpleHandler.pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="..\lib\arabica.lib"
2003-09-10 17:27:46 +02:00
OutputFile="$(OutDir)/SimpleHandler.exe"
2003-03-20 17:32:35 +01:00
LinkIncremental="1"
SuppressStartupBanner="TRUE"
SubSystem="1"/>
<Tool
Name="VCMIDLTool"/>
2003-03-20 17:32:35 +01:00
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="2057"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
2003-03-20 17:32:35 +01:00
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
2003-03-20 17:32:35 +01:00
</Configuration>
</Configurations>
<References>
</References>
2003-03-20 17:32:35 +01:00
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
RelativePath="..\examples\Sax\SimpleHandler.cpp">
2003-03-20 17:32:35 +01:00
</File>
<File
RelativePath="..\examples\Sax\wrapper.cpp">
2003-03-20 17:32:35 +01:00
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
<File
2007-09-05 11:50:25 +02:00
RelativePath="..\examples\Sax\SimpleHandler.hpp">
2003-03-20 17:32:35 +01:00
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>