mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-25 06:42:11 +00:00
void cast added dll tests simplified VC7IDE configurations and set up test for DLLS [SVN r54756]
136 lines
3.7 KiB
XML
136 lines
3.7 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="test_delete_pointer"
|
|
ProjectGUID="{A7D4CC95-F2AC-11D6-9E47-525400E2CF85}"
|
|
RootNamespace="test_delete_pointer"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug runtime-dynamic|Win32"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
ImproveFloatingPointConsistency="TRUE"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\..\..\""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_LIB_DIAGNOSTIC=1;BOOST_ALL_DYN_LINK=1"
|
|
SmallerTypeCheck="TRUE"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="TRUE"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
RuntimeTypeInfo="TRUE"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="1"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
IgnoreImportLibrary="TRUE"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="$(ConfigurationName)"
|
|
GenerateDebugInformation="TRUE"
|
|
SubSystem="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="run $(TargetName) with $(ConfigurationName)"
|
|
CommandLine=""$(TargetDir)/$(TargetName).exe""/>
|
|
<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="Debug runtime-static|Win32"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
ImproveFloatingPointConsistency="TRUE"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\..\..\""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_LIB_DIAGNOSTIC=1"
|
|
SmallerTypeCheck="TRUE"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="TRUE"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
RuntimeTypeInfo="TRUE"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="1"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
IgnoreImportLibrary="TRUE"
|
|
AdditionalDependencies="Library"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="$(ConfigurationName)"
|
|
GenerateDebugInformation="TRUE"
|
|
SubSystem="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="run $(TargetName) with $(ConfigurationName)"
|
|
CommandLine=""$(TargetDir)/$(TargetName).exe""/>
|
|
<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>
|
|
<File
|
|
RelativePath="..\test\test_delete_pointer.cpp">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|