arabica/vs7/example_SAX_pyx.vcproj

148 lines
3.7 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_Pyx"
ProjectGUID="{5214A867-2768-4CD0-9E29-6EED20718556}"
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_pyx"
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"
2003-04-04 15:41:24 +02:00
UsePrecompiledHeader="0"
2006-10-13 11:08:02 +02:00
PrecompiledHeaderFile=".\Debug_examples_SAX_pyx/pyx.pch"
2003-03-20 17:32:35 +01:00
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)/pyx.exe"
2003-03-20 17:32:35 +01:00
LinkIncremental="2"
SuppressStartupBanner="TRUE"
2003-09-10 17:27:46 +02:00
AdditionalLibraryDirectories=""
2003-03-20 17:32:35 +01:00
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/pyx.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_pyx"
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"
2003-04-04 15:41:24 +02:00
UsePrecompiledHeader="0"
2006-10-13 11:08:02 +02:00
PrecompiledHeaderFile=".\Release_examples_SAX_pyx/pyx.pch"
2003-03-20 17:32:35 +01:00
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)/pyx.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\pyx.cpp">
2003-03-20 17:32:35 +01:00
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>