summaryrefslogtreecommitdiff
path: root/cpp/msbuild/ice.cpp98.props
blob: 4902724c9b45d2a4db579764518ece36eb14f4dc (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>
    <Ice_LanguageMapping Condition="'$(Ice_LanguageMapping)' == ''">cpp</Ice_LanguageMapping>
    <Ice_BuildingSrc>yes</Ice_BuildingSrc>
    <Ice_CppMapping>cpp98</Ice_CppMapping>
  </PropertyGroup>
  <Import Project="$(MSBuildThisFileDirectory)\ice.cpp.props" />
</Project>