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