mirror of
https://github.com/boostorg/system.git
synced 2025-11-15 23:19:30 +01:00
19 lines
503 B
Plaintext
19 lines
503 B
Plaintext
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
|
<VisualStudioPropertySheet
|
||
|
|
ProjectType="Visual C++"
|
||
|
|
Version="8.00"
|
||
|
|
Name="common"
|
||
|
|
>
|
||
|
|
<Tool
|
||
|
|
Name="VCCLCompilerTool"
|
||
|
|
AdditionalIncludeDirectories="../../../../.."
|
||
|
|
PreprocessorDefinitions="BOOST_ALL_NO_LIB"
|
||
|
|
ExceptionHandling="2"
|
||
|
|
/>
|
||
|
|
<Tool
|
||
|
|
Name="VCPostBuildEventTool"
|
||
|
|
Description="Executing test $(TargetName).exe..."
|
||
|
|
CommandLine=""$(TargetDir)\$(TargetName).exe" --result_code=no --report_level=no"
|
||
|
|
/>
|
||
|
|
</VisualStudioPropertySheet>
|