diff options
Diffstat (limited to 'csharp/test/Ice/metrics/msbuild/client/client.csproj')
-rw-r--r-- | csharp/test/Ice/metrics/msbuild/client/client.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/csharp/test/Ice/metrics/msbuild/client/client.csproj b/csharp/test/Ice/metrics/msbuild/client/client.csproj index bc9e21e968e..ef246922723 100644 --- a/csharp/test/Ice/metrics/msbuild/client/client.csproj +++ b/csharp/test/Ice/metrics/msbuild/client/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Project="..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0-beta0\build\zeroc.ice.net.props" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0-beta0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" /> + <Import Project="..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" /> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp> </NuGetPackageImportStamp> @@ -22,12 +22,12 @@ <OutputPath>$(MSBuildThisFileDirectory)</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.60.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.60.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -78,6 +78,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-beta0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0-beta0\build\zeroc.ice.net.props'))" /> + <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'))" /> </Target> </Project>
\ No newline at end of file |