summaryrefslogtreecommitdiff
path: root/cpp/msbuild/zeroc.ice.v120.props
blob: 575cd18f05fe4c9086651a38ee615516522b892b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'">
        <IceVersion>3.7.3</IceVersion>
        <IceIntVersion>30703</IceIntVersion>
        <IceVersionMM>3.7</IceVersionMM>
        <IceSoVersion>37</IceSoVersion>
        <IceNugetPackageVersion>3.7.3</IceNugetPackageVersion>
        <IceHome>$(MSBuildThisFileDirectory)..\..</IceHome>
        <IceToolsPath>$(IceHome)\tools</IceToolsPath>
    </PropertyGroup>
</Project>