summaryrefslogtreecommitdiff
path: root/cpp/msbuild/ice.cpp11.props
blob: 1f2474916b6c10add880dcdcf90a77bcce076a1c (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <IceLanguageMapping Condition="'$(IceLanguageMapping)' == ''">cpp</IceLanguageMapping>
    <IceBuildingSrc>yes</IceBuildingSrc>
    <IceCppMapping>cpp11</IceCppMapping>
    <IceLibSuffix>++11</IceLibSuffix>
  </PropertyGroup>
  <Import Project="$(MSBuildThisFileDirectory)\ice.cpp.props" />
</Project>