diff options
author | Jose <jose@zeroc.com> | 2017-12-14 22:08:37 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-12-14 22:08:37 +0100 |
commit | 07121cf39d5dc04d563131e9df1afff76adaecb0 (patch) | |
tree | 8f1cea1d5bf44c911d51f3af619de712d8b3590f /csharp/test/Ice/slicing/exceptions/msbuild/server/net45/server.csproj | |
parent | Merge remote-tracking branch 'origin/3.7' into netcore (diff) | |
download | ice-07121cf39d5dc04d563131e9df1afff76adaecb0.tar.bz2 ice-07121cf39d5dc04d563131e9df1afff76adaecb0.tar.xz ice-07121cf39d5dc04d563131e9df1afff76adaecb0.zip |
3.7.1 version updates
Diffstat (limited to 'csharp/test/Ice/slicing/exceptions/msbuild/server/net45/server.csproj')
-rw-r--r-- | csharp/test/Ice/slicing/exceptions/msbuild/server/net45/server.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/server/net45/server.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/server/net45/server.csproj index f63004013f7..d93103320a7 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -74,6 +74,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> |