Skip to content

Commit

Permalink
Update version to 3.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed May 20, 2021
1 parent 02e4e34 commit 4f6afe6
Show file tree
Hide file tree
Showing 74 changed files with 605 additions and 605 deletions.
2 changes: 1 addition & 1 deletion config/Make.rules
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ include $(top_srcdir)/config/Make.project.rules
include $(top_srcdir)/config/Make.tests.rules
include $(top_srcdir)/config/Make.freeze.rules

version = 3.7.5
version = 3.7.6
soversion = 37

#
Expand Down
2 changes: 1 addition & 1 deletion cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.

[1]: https://zeroc.com/downloads/ice
[2]: https://doc.zeroc.com/rel/freeze-releases/freeze-3-7/freeze-3-7-5-release-notes/supported-platforms-for-freeze-3-7-5
[2]: https://doc.zeroc.com/rel/freeze-releases/freeze-3-7/freeze-3-7-6-release-notes/supported-platforms-for-freeze-3-7-6
[3]: https://www.oracle.com/database/berkeley-db/index.html
6 changes: 3 additions & 3 deletions cpp/msbuild/zeroc.freeze.v120.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<metadata>
<id>zeroc.freeze.v120</id>
<title>ZeroC Freeze C++ for Visual Studio 2013</title>
<version>3.7.5</version>
<version>3.7.6</version>
<authors>ZeroC</authors>
<license type="expression">GPL-2.0-only</license>
<projectUrl>https://github.com/zeroc-ice/freeze</projectUrl>
<iconUrl>https://zeroc.com/images/logos/zeroc/zeroc_logo-64x64.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Freeze C++ SDK for Visual Studio 2013 (v120). Freeze stores Ice objects in Berkeley DB databases.</description>
<releaseNotes>https://doc.zeroc.com/rel/freeze-releases/freeze-3-7/freeze-3-7-5-release-notes/supported-platforms-for-freeze-3-7-5</releaseNotes>
<releaseNotes>https://doc.zeroc.com/rel/freeze-releases/freeze-3-7/freeze-3-7-6-release-notes/supported-platforms-for-freeze-3-7-6</releaseNotes>
<tags>freeze ice native rpc v120 zeroc</tags>
<dependencies>
<dependency id="zeroc.ice.v120" version="[3.7.5]"/>
<dependency id="zeroc.ice.v120" version="[3.7.6]"/>
</dependencies>
</metadata>
</package>
6 changes: 3 additions & 3 deletions cpp/msbuild/zeroc.freeze.v140.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<metadata>
<id>zeroc.freeze.v140</id>
<title>ZeroC Freeze C++ for Visual Studio 2015</title>
<version>3.7.5</version>
<version>3.7.6</version>
<authors>ZeroC</authors>
<license type="expression">GPL-2.0-only</license>
<projectUrl>https://github.com/zeroc-ice/freeze</projectUrl>
<iconUrl>https://zeroc.com/images/logos/zeroc/zeroc_logo-64x64.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Freeze C++ SDK for Visual Studio 2015 (v140). Freeze stores Ice objects in Berkeley DB databases.</description>
<releaseNotes>https://doc.zeroc.com/rel/freeze-releases/freeze-3-7/freeze-3-7-5-release-notes/supported-platforms-for-freeze-3-7-5</releaseNotes>
<releaseNotes>https://doc.zeroc.com/rel/freeze-releases/freeze-3-7/freeze-3-7-6-release-notes/supported-platforms-for-freeze-3-7-6</releaseNotes>
<tags>freeze ice native rpc v140 zeroc</tags>
<dependencies>
<dependency id="zeroc.ice.v140" version="[3.7.5]"/>
<dependency id="zeroc.ice.v140" version="[3.7.6]"/>
</dependencies>
</metadata>
</package>
8 changes: 4 additions & 4 deletions cpp/src/Freeze/Freeze.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "winver.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,7,54,0
PRODUCTVERSION 3,7,54,0
FILEVERSION 3,7,6,0
PRODUCTVERSION 3,7,6,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
Expand All @@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "Freeze C++ Library\0"
VALUE "FileVersion", "3.7b0\0"
VALUE "FileVersion", "3.7.6\0"
VALUE "InternalName", INTERNALNAME
VALUE "LegalCopyright", "\251 ZeroC, Inc.\0"
VALUE "OriginalFilename", ORIGINALFILENAME
VALUE "ProductName", "Freeze\0"
VALUE "ProductVersion", "3.7b0\0"
VALUE "ProductVersion", "3.7.6\0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions cpp/src/FreezeScript/DumpDB.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "winver.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,7,54,0
PRODUCTVERSION 3,7,54,0
FILEVERSION 3,7,6,0
PRODUCTVERSION 3,7,6,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "Dump Freeze Database\0"
VALUE "FileVersion", "3.7b0\0"
VALUE "FileVersion", "3.7.6\0"
VALUE "InternalName", "dumpdb\0"
VALUE "LegalCopyright", "\251 ZeroC, Inc.\0"
VALUE "OriginalFilename", "dumpdb.exe\0"
VALUE "ProductName", "Freeze\0"
VALUE "ProductVersion", "3.7b0\0"
VALUE "ProductVersion", "3.7.6\0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions cpp/src/FreezeScript/TransformDB.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "winver.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,7,54,0
PRODUCTVERSION 3,7,54,0
FILEVERSION 3,7,6,0
PRODUCTVERSION 3,7,6,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "Transform Freeze Database\0"
VALUE "FileVersion", "3.7b0\0"
VALUE "FileVersion", "3.7.6\0"
VALUE "InternalName", "transformdb\0"
VALUE "LegalCopyright", "\251 ZeroC, Inc.\0"
VALUE "OriginalFilename", "transformdb.exe\0"
VALUE "ProductName", "Freeze\0"
VALUE "ProductVersion", "3.7b0\0"
VALUE "ProductVersion", "3.7.6\0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions cpp/src/slice2freeze/Slice2Freeze.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "winver.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,7,54,0
PRODUCTVERSION 3,7,54,0
FILEVERSION 3,7,6,0
PRODUCTVERSION 3,7,6,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "Slice to Freeze for C++ Translator\0"
VALUE "FileVersion", "3.7b0\0"
VALUE "FileVersion", "3.7.6\0"
VALUE "InternalName", "slice2freeze\0"
VALUE "LegalCopyright", "\251 ZeroC, Inc.\0"
VALUE "OriginalFilename", "slice2freeze.exe\0"
VALUE "ProductName", "Freeze\0"
VALUE "ProductVersion", "3.7b0\0"
VALUE "ProductVersion", "3.7.6\0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions cpp/src/slice2freezej/Slice2FreezeJ.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "winver.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,7,54,0
PRODUCTVERSION 3,7,54,0
FILEVERSION 3,7,6,0
PRODUCTVERSION 3,7,6,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "Slice to Freeze for Java Translator\0"
VALUE "FileVersion", "3.7b0\0"
VALUE "FileVersion", "3.7.6\0"
VALUE "InternalName", "slice2freezej\0"
VALUE "LegalCopyright", "\251 ZeroC, Inc.\0"
VALUE "OriginalFilename", "slice2freezej.exe\0"
VALUE "ProductName", "Freeze\0"
VALUE "ProductVersion", "3.7b0\0"
VALUE "ProductVersion", "3.7.6\0"
END
END
BLOCK "VarFileInfo"
Expand Down
32 changes: 16 additions & 16 deletions cpp/test/Freeze/complex/msbuild/client/client.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.props" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.props')" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.5\build\native\zeroc.freeze.v140.props" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.5\build\native\zeroc.freeze.v140.props') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.5\build\native\zeroc.freeze.v120.props" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.5\build\native\zeroc.freeze.v120.props') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.props" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.props') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.5\build\native\zeroc.ice.v120.props" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.5\build\native\zeroc.ice.v120.props') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.6\build\native\zeroc.freeze.v140.props" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.6\build\native\zeroc.freeze.v140.props') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.6\build\native\zeroc.freeze.v120.props" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.6\build\native\zeroc.freeze.v120.props') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.6\build\native\zeroc.ice.v140.props" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.6\build\native\zeroc.ice.v140.props') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.6\build\native\zeroc.ice.v120.props" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.6\build\native\zeroc.ice.v120.props') and '$(FREEZE_BIN_DIST)' == 'all'" />
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand Down Expand Up @@ -128,10 +128,10 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(MSBuildThisFileDirectory)\..\..\..\..\..\msbuild\freeze.test.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.5\build\native\zeroc.ice.v120.targets" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.5\build\native\zeroc.ice.v120.targets') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.targets" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.targets') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.5\build\native\zeroc.freeze.v120.targets" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.5\build\native\zeroc.freeze.v120.targets') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.5\build\native\zeroc.freeze.v140.targets" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.5\build\native\zeroc.freeze.v140.targets') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.6\build\native\zeroc.ice.v120.targets" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.6\build\native\zeroc.ice.v120.targets') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.6\build\native\zeroc.ice.v140.targets" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.6\build\native\zeroc.ice.v140.targets') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.6\build\native\zeroc.freeze.v120.targets" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.6\build\native\zeroc.freeze.v120.targets') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.6\build\native\zeroc.freeze.v140.targets" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.6\build\native\zeroc.freeze.v140.targets') and '$(FREEZE_BIN_DIST)' == 'all'" />
<Import Project="..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.targets" Condition="Exists('..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.targets')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down Expand Up @@ -184,14 +184,14 @@
<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.v120.3.7.5\build\native\zeroc.ice.v120.props') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.5\build\native\zeroc.ice.v120.props'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.5\build\native\zeroc.ice.v120.targets') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.5\build\native\zeroc.ice.v120.targets'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.props') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.props'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.targets') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.targets'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.5\build\native\zeroc.freeze.v120.props') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.5\build\native\zeroc.freeze.v120.props'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.5\build\native\zeroc.freeze.v120.targets') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.5\build\native\zeroc.freeze.v120.targets'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.5\build\native\zeroc.freeze.v140.props') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.5\build\native\zeroc.freeze.v140.props'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.5\build\native\zeroc.freeze.v140.targets') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.5\build\native\zeroc.freeze.v140.targets'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.6\build\native\zeroc.ice.v120.props') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.6\build\native\zeroc.ice.v120.props'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.6\build\native\zeroc.ice.v120.targets') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.ice.v120.3.7.6\build\native\zeroc.ice.v120.targets'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.6\build\native\zeroc.ice.v140.props') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.6\build\native\zeroc.ice.v140.props'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.6\build\native\zeroc.ice.v140.targets') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.ice.v140.3.7.6\build\native\zeroc.ice.v140.targets'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.6\build\native\zeroc.freeze.v120.props') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.6\build\native\zeroc.freeze.v120.props'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.6\build\native\zeroc.freeze.v120.targets') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.freeze.v120.3.7.6\build\native\zeroc.freeze.v120.targets'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.6\build\native\zeroc.freeze.v140.props') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.6\build\native\zeroc.freeze.v140.props'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.6\build\native\zeroc.freeze.v140.targets') and '$(FREEZE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.freeze.v140.3.7.6\build\native\zeroc.freeze.v140.targets'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.props'))" />
<Error Condition="!Exists('..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.targets'))" />
</Target>
Expand Down
8 changes: 4 additions & 4 deletions cpp/test/Freeze/complex/msbuild/client/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="zeroc.freeze.v120" version="3.7.5" targetFramework="native" />
<package id="zeroc.freeze.v140" version="3.7.5" targetFramework="native" />
<package id="zeroc.ice.v120" version="3.7.5" targetFramework="native" />
<package id="zeroc.ice.v140" version="3.7.5" targetFramework="native" />
<package id="zeroc.freeze.v120" version="3.7.6" targetFramework="native" />
<package id="zeroc.freeze.v140" version="3.7.6" targetFramework="native" />
<package id="zeroc.ice.v120" version="3.7.6" targetFramework="native" />
<package id="zeroc.ice.v140" version="3.7.6" targetFramework="native" />
<package id="zeroc.icebuilder.msbuild" version="5.0.4" targetFramework="native" />
</packages>
Loading

0 comments on commit 4f6afe6

Please sign in to comment.