summaryrefslogtreecommitdiff
path: root/cpp/msbuild/zeroc.ice.uwp.v140.props
blob: d1b5be35b87febbc17cb832ddd0a7947517433a1 (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.7b0</IceVersion>
        <IceIntVersion>30760</IceIntVersion>
        <IceVersionMM>3.7</IceVersionMM>
        <IceSoVersion>37b0</IceSoVersion>
        <IceNugetPackageVersion>3.7.0-beta0</IceNugetPackageVersion>
        <IceHome>$(MSBuildThisFileDirectory)..\..</IceHome>
        <IceToolsPath>$(IceHome)\tools</IceToolsPath>
        <Path>$(IceBinPath);$(IceToolsPath);%(Path)</Path>
    </PropertyGroup>
</Project>