2
0
mirror of https://github.com/boostorg/timer.git synced 2026-02-22 15:52:11 +00:00
Files
timer/test/msvc10/common.props
Beman Dawes e6853054c4 msvc10 infrastructure initial commit
[SVN r74764]
2011-10-06 19:15:12 +00:00

20 lines
848 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>../../../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_DYN_LINK;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>EnableAllWarnings</WarningLevel>
</ClCompile>
<PostBuildEvent>
<Command>"$(TargetDir)\$(TargetName).exe"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Executing test $(TargetName).exe...</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup />
</Project>