mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
111 lines
2.7 KiB
XML
111 lines
2.7 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="PocoMsg"
|
|
ProjectGUID="{8164D41D-B053-405B-826C-CF37AC0EF176}"
|
|
RootNamespace="Foundation"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="release_shared|Win32"
|
|
OutputDirectory="obj\release_shared"
|
|
IntermediateDirectory="obj\release_shared"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="4"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="TRUE"
|
|
OptimizeForProcessor="3"
|
|
AdditionalIncludeDirectories=".\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
|
|
GeneratePreprocessedFile="0"
|
|
KeepComments="FALSE"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="FALSE"
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
RuntimeTypeInfo="TRUE"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies=""
|
|
OutputFile="..\bin\PocoMsg.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
GenerateDebugInformation="FALSE"
|
|
ProgramDatabaseFile=""
|
|
SubSystem="1"
|
|
OptimizeReferences="0"
|
|
EnableCOMDATFolding="0"
|
|
OptimizeForWindows98="0"
|
|
ResourceOnlyDLL="TRUE"
|
|
ImportLibrary=""
|
|
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="Message Files"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\src\pocomsg.mc">
|
|
<FileConfiguration
|
|
Name="release_shared|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="mc -h $(InputDir) -r $(InputDir) $(InputPath)
|
|
"
|
|
Outputs="$(InputDir)\pocomsg.rc;$(InputDir)\pocomsg.h;"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\src\pocomsg.rc">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|