mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
150 lines
4.0 KiB
Plaintext
150 lines
4.0 KiB
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioProject
|
||
|
ProjectType="Visual C++"
|
||
|
Version="7.10"
|
||
|
Name="BinaryReaderWriter"
|
||
|
ProjectGUID="{9FFF12D2-4DCC-4AC2-AF3D-7FADBE7EE711}"
|
||
|
Keyword="Win32Proj">
|
||
|
<Platforms>
|
||
|
<Platform
|
||
|
Name="Win32"/>
|
||
|
</Platforms>
|
||
|
<Configurations>
|
||
|
<Configuration
|
||
|
Name="debug_shared|Win32"
|
||
|
OutputDirectory="obj\debug_shared"
|
||
|
IntermediateDirectory="obj\debug_shared"
|
||
|
ConfigurationType="1"
|
||
|
UseOfMFC="2"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="0"
|
||
|
AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\XML\include"
|
||
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_DLL;WINVER=0x0500"
|
||
|
MinimalRebuild="TRUE"
|
||
|
BasicRuntimeChecks="3"
|
||
|
RuntimeLibrary="3"
|
||
|
BufferSecurityCheck="TRUE"
|
||
|
TreatWChar_tAsBuiltInType="TRUE"
|
||
|
ForceConformanceInForLoopScope="TRUE"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="TRUE"
|
||
|
DebugInformationFormat="4"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="PocoFoundationd.lib"
|
||
|
OutputFile="bin/BinaryReaderWriterd.exe"
|
||
|
LinkIncremental="2"
|
||
|
AdditionalLibraryDirectories="..\..\..\lib"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="bin/BinaryReaderWriterd.pdb"
|
||
|
SubSystem="1"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="release_shared|Win32"
|
||
|
OutputDirectory="obj\release_shared"
|
||
|
IntermediateDirectory="obj\release_shared"
|
||
|
ConfigurationType="1"
|
||
|
UseOfMFC="2"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="4"
|
||
|
InlineFunctionExpansion="1"
|
||
|
EnableIntrinsicFunctions="TRUE"
|
||
|
FavorSizeOrSpeed="1"
|
||
|
OmitFramePointers="TRUE"
|
||
|
OptimizeForWindowsApplication="TRUE"
|
||
|
AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\XML\include"
|
||
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_DLL;WINVER=0x0500"
|
||
|
StringPooling="TRUE"
|
||
|
RuntimeLibrary="2"
|
||
|
BufferSecurityCheck="FALSE"
|
||
|
TreatWChar_tAsBuiltInType="TRUE"
|
||
|
ForceConformanceInForLoopScope="TRUE"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="TRUE"
|
||
|
DebugInformationFormat="3"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="PocoFoundation.lib"
|
||
|
OutputFile="bin/BinaryReaderWriter.exe"
|
||
|
LinkIncremental="1"
|
||
|
AdditionalLibraryDirectories="..\..\..\lib"
|
||
|
GenerateDebugInformation="FALSE"
|
||
|
ProgramDatabaseFile=""
|
||
|
SubSystem="1"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
|
</Configuration>
|
||
|
</Configurations>
|
||
|
<References>
|
||
|
</References>
|
||
|
<Files>
|
||
|
<Filter
|
||
|
Name="Header Files"
|
||
|
Filter="">
|
||
|
</Filter>
|
||
|
<Filter
|
||
|
Name="Source Files"
|
||
|
Filter="">
|
||
|
<File
|
||
|
RelativePath=".\src\BinaryReaderWriter.cpp">
|
||
|
</File>
|
||
|
</Filter>
|
||
|
</Files>
|
||
|
<Globals>
|
||
|
</Globals>
|
||
|
</VisualStudioProject>
|