summaryrefslogtreecommitdiff
path: root/cpp/msbuild/ice.cpp98.props
blob: 0c8a743348bcaa149de89d06ac0c3e25e0b8e1e7 (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>cpp98</IceCppMapping>
  </PropertyGroup>
  <Import Project="$(MSBuildThisFileDirectory)\ice.cpp.props" />
</Project>