summaryrefslogtreecommitdiff
path: root/cpp/msbuild/ice.cpp11.props
blob: 78b2b4fddbba6fde1462a4b0f61baa7c7a9b1098 (plain)
1
2
3
4
5
6
7
8
9
<?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>
  </PropertyGroup>
  <Import Project="$(MSBuildThisFileDirectory)\ice.cpp.props" />
</Project>