summaryrefslogtreecommitdiff
path: root/cpp/msbuild/zeroc.ice.uwp.v140.props
blob: a7ff8ecc7900f34cec359757d3ff4b133bdea013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2009-2017 ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '14.0'">
        <IceVersion>3.7.0</IceVersion>
        <IceIntVersion>30700</IceIntVersion>
        <IceVersionMM>3.7</IceVersionMM>
        <IceSoVersion>37</IceSoVersion>
        <IceNugetPackageVersion>3.7.0</IceNugetPackageVersion>
        <IceHome>$(MSBuildThisFileDirectory)..\..</IceHome>
        <IceToolsPath>$(IceHome)\tools</IceToolsPath>
        <Path>$(IceBinPath);$(IceToolsPath);%(Path)</Path>
    </PropertyGroup>
</Project>