diff options
184 files changed, 379 insertions, 379 deletions
diff --git a/android/gradle.properties b/android/gradle.properties index 8500787f822..40f3ebb46b2 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -7,7 +7,7 @@ // // ********************************************************************** -iceVersion = 3.7.0-alpha0 +iceVersion = 3.7.0-alpha2 // The Android versions used for the Ice build. ice_buildToolsVersion = 21.1.1 diff --git a/cpp/config/templates.xml b/cpp/config/templates.xml index 96aa85fa70f..e01c1201443 100644 --- a/cpp/config/templates.xml +++ b/cpp/config/templates.xml @@ -59,7 +59,7 @@ <parameter name="publish-endpoints" default="default"/> <parameter name="flush-timeout" default="1000"/> - <service name="${instance-name}" entry="IceStormService,37a0:createIceStorm"> + <service name="${instance-name}" entry="IceStormService,37a2:createIceStorm"> <adapter name="${service}.TopicManager" id="${instance-name}.TopicManager" @@ -108,7 +108,7 @@ <parameter name="publish-replica-group"/> <parameter name="topic-manager-replica-group"/> - <service name="${instance-name}${node-id}" entry="IceStormService,37a0:createIceStorm"> + <service name="${instance-name}${node-id}" entry="IceStormService,37a2:createIceStorm"> <adapter name="${service}.TopicManager" id="${instance-name}${node-id}.TopicManager" diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h index 546bf7faef7..a17a7eb1386 100644 --- a/cpp/include/IceUtil/Config.h +++ b/cpp/include/IceUtil/Config.h @@ -192,8 +192,8 @@ // // The Ice version. // -#define ICE_STRING_VERSION "3.7a0" // "A.B.C", with A=major, B=minor, C=patch -#define ICE_INT_VERSION 30751 // AABBCC, with AA=major, BB=minor, CC=patch +#define ICE_STRING_VERSION "3.7a2" // "A.B.C", with A=major, B=minor, C=patch +#define ICE_INT_VERSION 30752 // AABBCC, with AA=major, BB=minor, CC=patch #define ICE_SO_VERSION "37a0" // "ABC", with A=major, B=minor, C=patch #if !defined(ICE_BUILDING_ICE) && defined(ICE_API_EXPORTS) diff --git a/cpp/src/Glacier2/Glacier2Router.rc b/cpp/src/Glacier2/Glacier2Router.rc index 6028846cb8b..289e5299cbf 100644 --- a/cpp/src/Glacier2/Glacier2Router.rc +++ b/cpp/src/Glacier2/Glacier2Router.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Glacier2 Router\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "glacier2router\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "glacier2router.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/Glacier2CryptPermissionsVerifier/CryptPermissionsVerifier.rc b/cpp/src/Glacier2CryptPermissionsVerifier/CryptPermissionsVerifier.rc index 5482421b8d3..b20db50977c 100644 --- a/cpp/src/Glacier2CryptPermissionsVerifier/CryptPermissionsVerifier.rc +++ b/cpp/src/Glacier2CryptPermissionsVerifier/CryptPermissionsVerifier.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Glacier2CryptPermissionsVerifier C++ Plug-in\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/Glacier2Lib/Glacier2.rc b/cpp/src/Glacier2Lib/Glacier2.rc index dee5fb84b90..d922408f57f 100644 --- a/cpp/src/Glacier2Lib/Glacier2.rc +++ b/cpp/src/Glacier2Lib/Glacier2.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "glacier237a0d\0" - #define ORIGINALFILENAME "glacier237a0d.dll\0" + #define INTERNALNAME "glacier237a2d\0" + #define ORIGINALFILENAME "glacier237a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "glacier237a0\0" - #define ORIGINALFILENAME "glacier237a0.dll\0" + #define INTERNALNAME "glacier237a2\0" + #define ORIGINALFILENAME "glacier237a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Glacier2 C++ Client Library\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/Ice/Ice.rc b/cpp/src/Ice/Ice.rc index 73317b5b630..989f57eefea 100644 --- a/cpp/src/Ice/Ice.rc +++ b/cpp/src/Ice/Ice.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "ice37a0d\0" - #define ORIGINALFILENAME "ice37a0d.dll\0" + #define INTERNALNAME "ice37a2d\0" + #define ORIGINALFILENAME "ice37a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "ice37a0\0" - #define ORIGINALFILENAME "ice37a0.dll\0" + #define INTERNALNAME "ice37a2\0" + #define ORIGINALFILENAME "ice37a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Ice C++ Core Library\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceBox/IceBox.rc b/cpp/src/IceBox/IceBox.rc index 517623671d2..4e8d190e3c0 100644 --- a/cpp/src/IceBox/IceBox.rc +++ b/cpp/src/IceBox/IceBox.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icebox37a0d\0" - #define ORIGINALFILENAME "icebox37a0d.dll\0" + #define INTERNALNAME "icebox37a2d\0" + #define ORIGINALFILENAME "icebox37a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icebox37a0\0" - #define ORIGINALFILENAME "icebox37a0.dll\0" + #define INTERNALNAME "icebox37a2\0" + #define ORIGINALFILENAME "icebox37a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceBox C++ Library\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceBox/IceBoxAdmin.rc b/cpp/src/IceBox/IceBoxAdmin.rc index 57ecfb60ea0..14cdd6eaf65 100644 --- a/cpp/src/IceBox/IceBoxAdmin.rc +++ b/cpp/src/IceBox/IceBoxAdmin.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceBox Admin\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "iceboxadmin\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "iceboxadmin.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceBox/IceBoxExe.rc b/cpp/src/IceBox/IceBoxExe.rc index bc17dcea8ae..a6f5ea4da03 100644 --- a/cpp/src/IceBox/IceBoxExe.rc +++ b/cpp/src/IceBox/IceBoxExe.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceBox C++ Server\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceDB/IceDB.rc b/cpp/src/IceDB/IceDB.rc index 6b7edddcdbe..8639e76aa3d 100644 --- a/cpp/src/IceDB/IceDB.rc +++ b/cpp/src/IceDB/IceDB.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icedb37a0d\0" - #define ORIGINALFILENAME "icedb37a0d.dll\0" + #define INTERNALNAME "icedb37a2d\0" + #define ORIGINALFILENAME "icedb37a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icedb37a0\0" - #define ORIGINALFILENAME "icedb37a0.dll\0" + #define INTERNALNAME "icedb37a2\0" + #define ORIGINALFILENAME "icedb37a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceDB C++ Library\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceDiscovery/IceDiscovery.rc b/cpp/src/IceDiscovery/IceDiscovery.rc index 09b9200388c..c0779d03977 100755 --- a/cpp/src/IceDiscovery/IceDiscovery.rc +++ b/cpp/src/IceDiscovery/IceDiscovery.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icediscovery37a0d\0" - #define ORIGINALFILENAME "icediscovery37a0d.dll\0" + #define INTERNALNAME "icediscovery37a2d\0" + #define ORIGINALFILENAME "icediscovery37a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icediscovery37a0\0" - #define ORIGINALFILENAME "icediscovery37a0.dll\0" + #define INTERNALNAME "icediscovery37a2\0" + #define ORIGINALFILENAME "icediscovery37a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceDiscovery C++ Plug-in\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceGrid/IceGridAdmin.rc b/cpp/src/IceGrid/IceGridAdmin.rc index cc3d26ff397..1402c1c9d7a 100644 --- a/cpp/src/IceGrid/IceGridAdmin.rc +++ b/cpp/src/IceGrid/IceGridAdmin.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceGrid Admin\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "icegridadmin\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "icegridadmin.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceGrid/IceGridNode.rc b/cpp/src/IceGrid/IceGridNode.rc index e0fba932ca1..08a7e2d9a66 100644 --- a/cpp/src/IceGrid/IceGridNode.rc +++ b/cpp/src/IceGrid/IceGridNode.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceGrid Node\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "icegridnode\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "icegridnode.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceGrid/IceGridRegistry.rc b/cpp/src/IceGrid/IceGridRegistry.rc index f52fd022a8d..2b6489e0e96 100644 --- a/cpp/src/IceGrid/IceGridRegistry.rc +++ b/cpp/src/IceGrid/IceGridRegistry.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceGrid Registry\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "icegridregistry\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "icegridregistry.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceGridLib/IceGrid.rc b/cpp/src/IceGridLib/IceGrid.rc index f120cbb2065..70b65f16c55 100644 --- a/cpp/src/IceGridLib/IceGrid.rc +++ b/cpp/src/IceGridLib/IceGrid.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icegrid37a0d\0" - #define ORIGINALFILENAME "icegrid37a0d.dll\0" + #define INTERNALNAME "icegrid37a2d\0" + #define ORIGINALFILENAME "icegrid37a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icegrid37a0\0" - #define ORIGINALFILENAME "icegrid37a0.dll\0" + #define INTERNALNAME "icegrid37a2\0" + #define ORIGINALFILENAME "icegrid37a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceGrid C++ Client Library\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.rc b/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.rc index 0b28e9ea8c1..8c8b03ac8ca 100755 --- a/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.rc +++ b/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icelocatordiscovery37a0d\0" - #define ORIGINALFILENAME "icelocatordiscovery37a0d.dll\0" + #define INTERNALNAME "icelocatordiscovery37a2d\0" + #define ORIGINALFILENAME "icelocatordiscovery37a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icelocatordiscovery37a0\0" - #define ORIGINALFILENAME "icelocatordiscovery37a0.dll\0" + #define INTERNALNAME "icelocatordiscovery37a2\0" + #define ORIGINALFILENAME "icelocatordiscovery37a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceLocatorDiscovery C++ Plug-in\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IcePatch2/IcePatch2Calc.rc b/cpp/src/IcePatch2/IcePatch2Calc.rc index d7ed8099c93..c721b23603a 100644 --- a/cpp/src/IcePatch2/IcePatch2Calc.rc +++ b/cpp/src/IcePatch2/IcePatch2Calc.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IcePatch2 Calc\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "icepatch2calc\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "icepatch2calc.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IcePatch2/IcePatch2Client.rc b/cpp/src/IcePatch2/IcePatch2Client.rc index 676c016b0a1..31150175756 100644 --- a/cpp/src/IcePatch2/IcePatch2Client.rc +++ b/cpp/src/IcePatch2/IcePatch2Client.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IcePatch2 Client\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "icepatch2client\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "icepatch2client.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IcePatch2/IcePatch2Server.rc b/cpp/src/IcePatch2/IcePatch2Server.rc index 91de9683889..590407fb07d 100644 --- a/cpp/src/IcePatch2/IcePatch2Server.rc +++ b/cpp/src/IcePatch2/IcePatch2Server.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IcePatch2 Server\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "icepatch2server\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "icepatch2server.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IcePatch2Lib/IcePatch2.rc b/cpp/src/IcePatch2Lib/IcePatch2.rc index 3506209b741..3c034f4069e 100644 --- a/cpp/src/IcePatch2Lib/IcePatch2.rc +++ b/cpp/src/IcePatch2Lib/IcePatch2.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icepatch237a0d\0" - #define ORIGINALFILENAME "icepatch237a0d.dll\0" + #define INTERNALNAME "icepatch237a2d\0" + #define ORIGINALFILENAME "icepatch237a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icepatch237a0\0" - #define ORIGINALFILENAME "icepatch237a0.dll\0" + #define INTERNALNAME "icepatch237a2\0" + #define ORIGINALFILENAME "icepatch237a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IcePatch2 Client Library\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceSSL/IceSSL.rc b/cpp/src/IceSSL/IceSSL.rc index f5dec23a0ac..401a0b72bad 100644 --- a/cpp/src/IceSSL/IceSSL.rc +++ b/cpp/src/IceSSL/IceSSL.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icessl37a0d\0" - #define ORIGINALFILENAME "icessl37a0d.dll\0" + #define INTERNALNAME "icessl37a2d\0" + #define ORIGINALFILENAME "icessl37a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icessl37a0\0" - #define ORIGINALFILENAME "icessl37a0.dll\0" + #define INTERNALNAME "icessl37a2\0" + #define ORIGINALFILENAME "icessl37a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceSSL C++ Plug-in\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceStorm/IceStormAdmin.rc b/cpp/src/IceStorm/IceStormAdmin.rc index 0c878ec040b..678a3e1ea2f 100644 --- a/cpp/src/IceStorm/IceStormAdmin.rc +++ b/cpp/src/IceStorm/IceStormAdmin.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceStorm Admin\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "icestormadmin\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "icestormadmin.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceStorm/IceStormDB.rc b/cpp/src/IceStorm/IceStormDB.rc index be057923241..1b38a416e96 100644 --- a/cpp/src/IceStorm/IceStormDB.rc +++ b/cpp/src/IceStorm/IceStormDB.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceStormDB\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "icestormdb\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "icestormdb.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceStorm/IceStormService.rc b/cpp/src/IceStorm/IceStormService.rc index 4ca9ae99135..5c3b0119f9f 100644 --- a/cpp/src/IceStorm/IceStormService.rc +++ b/cpp/src/IceStorm/IceStormService.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icestormservice37a0d\0" - #define ORIGINALFILENAME "icestormservice37a0d.dll\0" + #define INTERNALNAME "icestormservice37a2d\0" + #define ORIGINALFILENAME "icestormservice37a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icestormservice37a0\0" - #define ORIGINALFILENAME "icestormservice37a0.dll\0" + #define INTERNALNAME "icestormservice37a2\0" + #define ORIGINALFILENAME "icestormservice37a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceStorm C++ Service for IceBox\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceStormLib/IceStorm.rc b/cpp/src/IceStormLib/IceStorm.rc index 1696c000f2a..710b371a996 100644 --- a/cpp/src/IceStormLib/IceStorm.rc +++ b/cpp/src/IceStormLib/IceStorm.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icestorm37a0d\0" - #define ORIGINALFILENAME "icestorm37a0d.dll\0" + #define INTERNALNAME "icestorm37a2d\0" + #define ORIGINALFILENAME "icestorm37a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icestorm37a0\0" - #define ORIGINALFILENAME "icestorm37a0.dll\0" + #define INTERNALNAME "icestorm37a2\0" + #define ORIGINALFILENAME "icestorm37a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceStorm C++ Client Library\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/IceXML/IceXML.rc b/cpp/src/IceXML/IceXML.rc index 506c799cdd4..20b79898db4 100644 --- a/cpp/src/IceXML/IceXML.rc +++ b/cpp/src/IceXML/IceXML.rc @@ -1,17 +1,17 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icexml37a0d\0" - #define ORIGINALFILENAME "icexml37a0d.dll\0" + #define INTERNALNAME "icexml37a2d\0" + #define ORIGINALFILENAME "icexml37a2d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icexml37a0\0" - #define ORIGINALFILENAME "icexml37a0.dll\0" + #define INTERNALNAME "icexml37a2\0" + #define ORIGINALFILENAME "icexml37a2.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceXML C++ Library\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/icegriddb/IceGridDB.rc b/cpp/src/icegriddb/IceGridDB.rc index 43ac678be1e..6dc1d0ee657 100644 --- a/cpp/src/icegriddb/IceGridDB.rc +++ b/cpp/src/icegriddb/IceGridDB.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceGridDB\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "icegriddb\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "icegriddb.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/iceserviceinstall/IceServiceInstall.rc b/cpp/src/iceserviceinstall/IceServiceInstall.rc index 8a4d8e1385a..a5046e09b39 100644 --- a/cpp/src/iceserviceinstall/IceServiceInstall.rc +++ b/cpp/src/iceserviceinstall/IceServiceInstall.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Install Ice Services as Windows Services\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "iceserviceinstall\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "iceserviceinstall.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/slice2confluence/Slice2Confluence.rc b/cpp/src/slice2confluence/Slice2Confluence.rc index 3468c5e6ad1..d4eeb2b1115 100644 --- a/cpp/src/slice2confluence/Slice2Confluence.rc +++ b/cpp/src/slice2confluence/Slice2Confluence.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Slice to Confluence Markup Translator\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "slice2confluence\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "slice2confluence.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/slice2cpp/Slice2Cpp.rc b/cpp/src/slice2cpp/Slice2Cpp.rc index 04c1de132b3..04d83296360 100644 --- a/cpp/src/slice2cpp/Slice2Cpp.rc +++ b/cpp/src/slice2cpp/Slice2Cpp.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Slice to C++ Translator\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "slice2cpp\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "slice2cpp.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/slice2cs/Slice2Cs.rc b/cpp/src/slice2cs/Slice2Cs.rc index 9ef261fab2e..54ebf2b17a8 100644 --- a/cpp/src/slice2cs/Slice2Cs.rc +++ b/cpp/src/slice2cs/Slice2Cs.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Slice to C# Translator\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "slice2cs\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "slice2cs.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/slice2html/Slice2Html.rc b/cpp/src/slice2html/Slice2Html.rc index 3fd63109d66..6c40ef9f06c 100644 --- a/cpp/src/slice2html/Slice2Html.rc +++ b/cpp/src/slice2html/Slice2Html.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Slice to HTML Translator\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "slice2html\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "slice2html.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/slice2java/Slice2Java.rc b/cpp/src/slice2java/Slice2Java.rc index e462c675efd..170e6d82655 100644 --- a/cpp/src/slice2java/Slice2Java.rc +++ b/cpp/src/slice2java/Slice2Java.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Slice to Java Translator\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "slice2java\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "slice2java.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/slice2js/Slice2Js.rc b/cpp/src/slice2js/Slice2Js.rc index d5be4e23ecd..59496cae184 100644 --- a/cpp/src/slice2js/Slice2Js.rc +++ b/cpp/src/slice2js/Slice2Js.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Slice to JavaScript Translator\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "slice2js\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "slice2js.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/slice2php/Slice2PHP.rc b/cpp/src/slice2php/Slice2PHP.rc index 3af48837355..4a8bc4d206c 100644 --- a/cpp/src/slice2php/Slice2PHP.rc +++ b/cpp/src/slice2php/Slice2PHP.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Slice to PHP Translator\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "slice2php\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "slice2php.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/cpp/src/slice2py/Slice2Py.rc b/cpp/src/slice2py/Slice2Py.rc index 95d3e771712..3fd774d79f9 100644 --- a/cpp/src/slice2py/Slice2Py.rc +++ b/cpp/src/slice2py/Slice2Py.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Slice To Python Translator\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", "slice2py\0" VALUE "LegalCopyright", "Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.\0" VALUE "OriginalFilename", "slice2py.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md index 06de0dfd57c..317aa4ccaa3 100644 --- a/csharp/BuildInstructions.md +++ b/csharp/BuildInstructions.md @@ -28,7 +28,7 @@ The build system requires the Slice translator from Ice for C++. If you have not built Ice for C++ in this source distribution, you must set the `ICE_HOME` environment variable with the path name of your Ice installation: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a0 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a2 ### Building Ice for .NET @@ -49,7 +49,7 @@ C++ distribution. If you have not built Ice for C++ in this source distribution then you must set the `ICE_HOME` environment variable with the path name of your Ice installation: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a0 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a2 Python is required to run the test suite. Additionally, the Glacier2 tests require the Python module `passlib`, which you can install with the command: diff --git a/csharp/lib/pkgconfig/Glacier2.pc b/csharp/lib/pkgconfig/Glacier2.pc index 65c39e7f30e..db55caca637 100644 --- a/csharp/lib/pkgconfig/Glacier2.pc +++ b/csharp/lib/pkgconfig/Glacier2.pc @@ -1,4 +1,4 @@ -version = 3.7.51 +version = 3.7.52 mono_root = /usr name = Glacier2 diff --git a/csharp/lib/pkgconfig/Ice.pc b/csharp/lib/pkgconfig/Ice.pc index 8c7f3584fef..5a67fe139bc 100644 --- a/csharp/lib/pkgconfig/Ice.pc +++ b/csharp/lib/pkgconfig/Ice.pc @@ -1,4 +1,4 @@ -version = 3.7.51 +version = 3.7.52 mono_root = /usr name = Ice diff --git a/csharp/lib/pkgconfig/IceBox.pc b/csharp/lib/pkgconfig/IceBox.pc index e2a5c562f5d..43217e7dabc 100644 --- a/csharp/lib/pkgconfig/IceBox.pc +++ b/csharp/lib/pkgconfig/IceBox.pc @@ -1,4 +1,4 @@ -version = 3.7.51 +version = 3.7.52 mono_root = /usr name = IceBox diff --git a/csharp/lib/pkgconfig/IceGrid.pc b/csharp/lib/pkgconfig/IceGrid.pc index 0ec3a3404bb..2310d36df0c 100644 --- a/csharp/lib/pkgconfig/IceGrid.pc +++ b/csharp/lib/pkgconfig/IceGrid.pc @@ -1,4 +1,4 @@ -version = 3.7.51 +version = 3.7.52 mono_root = /usr name = IceGrid diff --git a/csharp/lib/pkgconfig/IcePatch2.pc b/csharp/lib/pkgconfig/IcePatch2.pc index 9621ac3a353..2907f2442c6 100644 --- a/csharp/lib/pkgconfig/IcePatch2.pc +++ b/csharp/lib/pkgconfig/IcePatch2.pc @@ -1,4 +1,4 @@ -version = 3.7.51 +version = 3.7.52 mono_root = /usr name = IcePatch2 diff --git a/csharp/lib/pkgconfig/IceStorm.pc b/csharp/lib/pkgconfig/IceStorm.pc index 889b683222a..a96a6b6e8c7 100644 --- a/csharp/lib/pkgconfig/IceStorm.pc +++ b/csharp/lib/pkgconfig/IceStorm.pc @@ -1,4 +1,4 @@ -version = 3.7.51 +version = 3.7.52 mono_root = /usr name = IceStorm diff --git a/csharp/src/Glacier2/AssemblyInfo.cs b/csharp/src/Glacier2/AssemblyInfo.cs index e5f738f9c7c..c214b5b227d 100644 --- a/csharp/src/Glacier2/AssemblyInfo.cs +++ b/csharp/src/Glacier2/AssemblyInfo.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.51")] +[assembly: AssemblyVersion("3.7.52")] [assembly: AssemblyDelaySign(false)] [assembly: ComVisible(false)] diff --git a/csharp/src/Ice/AssemblyInfo.cs b/csharp/src/Ice/AssemblyInfo.cs index fd3da61733b..a5bfb332a68 100644 --- a/csharp/src/Ice/AssemblyInfo.cs +++ b/csharp/src/Ice/AssemblyInfo.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.51")] +[assembly: AssemblyVersion("3.7.52")] [assembly: AssemblyDelaySign(false)] [assembly: ComVisible(false)] diff --git a/csharp/src/Ice/Util.cs b/csharp/src/Ice/Util.cs index 5c286fd2712..c7378e6c92f 100644 --- a/csharp/src/Ice/Util.cs +++ b/csharp/src/Ice/Util.cs @@ -476,7 +476,7 @@ namespace Ice /// <returns>The Ice version.</returns> public static string stringVersion() { - return "3.7a0"; // "A.B.C", with A=major, B=minor, C=patch + return "3.7a2"; // "A.B.C", with A=major, B=minor, C=patch } /// <summary> @@ -487,7 +487,7 @@ namespace Ice /// <returns>The Ice version.</returns> public static int intVersion() { - return 30751; // AABBCC, with AA=major, BB=minor, CC=patch + return 30752; // AABBCC, with AA=major, BB=minor, CC=patch } /// <summary> diff --git a/csharp/src/IceBox/AssemblyInfo.cs b/csharp/src/IceBox/AssemblyInfo.cs index 4172eca22c0..b19f542260f 100644 --- a/csharp/src/IceBox/AssemblyInfo.cs +++ b/csharp/src/IceBox/AssemblyInfo.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.51")] +[assembly: AssemblyVersion("3.7.52")] [assembly: AssemblyDelaySign(false)] [assembly: ComVisible(false)] diff --git a/csharp/src/IceBox/AssemblyInfoExe.cs b/csharp/src/IceBox/AssemblyInfoExe.cs index 4bddf9f795e..c8c77813790 100644 --- a/csharp/src/IceBox/AssemblyInfoExe.cs +++ b/csharp/src/IceBox/AssemblyInfoExe.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.51")] +[assembly: AssemblyVersion("3.7.52")] [assembly: AssemblyDelaySign(false)] [assembly: ComVisible(false)] diff --git a/csharp/src/IceDiscovery/AssemblyInfo.cs b/csharp/src/IceDiscovery/AssemblyInfo.cs index e3589ff0992..cb5b9461aab 100644 --- a/csharp/src/IceDiscovery/AssemblyInfo.cs +++ b/csharp/src/IceDiscovery/AssemblyInfo.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.51")] +[assembly: AssemblyVersion("3.7.52")] [assembly: AssemblyDelaySign(false)] [assembly: ComVisible(false)] diff --git a/csharp/src/IceGrid/AssemblyInfo.cs b/csharp/src/IceGrid/AssemblyInfo.cs index 1586f02db25..59fabf32366 100644 --- a/csharp/src/IceGrid/AssemblyInfo.cs +++ b/csharp/src/IceGrid/AssemblyInfo.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.51")] +[assembly: AssemblyVersion("3.7.52")] [assembly: AssemblyDelaySign(false)] [assembly: ComVisible(false)] diff --git a/csharp/src/IceLocatorDiscovery/AssemblyInfo.cs b/csharp/src/IceLocatorDiscovery/AssemblyInfo.cs index c894ed23c71..0f6e0e2f571 100644 --- a/csharp/src/IceLocatorDiscovery/AssemblyInfo.cs +++ b/csharp/src/IceLocatorDiscovery/AssemblyInfo.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.51")] +[assembly: AssemblyVersion("3.7.52")] [assembly: AssemblyDelaySign(false)] [assembly: ComVisible(false)] diff --git a/csharp/src/IcePatch2/AssemblyInfo.cs b/csharp/src/IcePatch2/AssemblyInfo.cs index ea082abeb37..aaff44aa4bd 100644 --- a/csharp/src/IcePatch2/AssemblyInfo.cs +++ b/csharp/src/IcePatch2/AssemblyInfo.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.51")] +[assembly: AssemblyVersion("3.7.52")] [assembly: AssemblyDelaySign(false)] [assembly: ComVisible(false)] diff --git a/csharp/src/IceSSL/AssemblyInfo.cs b/csharp/src/IceSSL/AssemblyInfo.cs index 03fce5bf546..b0e3cae116a 100644 --- a/csharp/src/IceSSL/AssemblyInfo.cs +++ b/csharp/src/IceSSL/AssemblyInfo.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.51")] +[assembly: AssemblyVersion("3.7.52")] [assembly: AssemblyDelaySign(false)] [assembly: ComVisible(false)] diff --git a/csharp/src/IceStorm/AssemblyInfo.cs b/csharp/src/IceStorm/AssemblyInfo.cs index dfc6ca3f663..685e34bf60c 100644 --- a/csharp/src/IceStorm/AssemblyInfo.cs +++ b/csharp/src/IceStorm/AssemblyInfo.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.51")] +[assembly: AssemblyVersion("3.7.52")] [assembly: AssemblyDelaySign(false)] [assembly: ComVisible(false)] diff --git a/csharp/test/Glacier2/router/msbuild/client/client.csproj b/csharp/test/Glacier2/router/msbuild/client/client.csproj index 7b45e9dc1f0..00474085ee4 100644 --- a/csharp/test/Glacier2/router/msbuild/client/client.csproj +++ b/csharp/test/Glacier2/router/msbuild/client/client.csproj @@ -50,12 +50,12 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Glacier2, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Glacier2, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Glacier2.dll</HintPath> </Reference> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Glacier2/router/msbuild/server/server.csproj b/csharp/test/Glacier2/router/msbuild/server/server.csproj index 62954cf4565..21395d37eb8 100644 --- a/csharp/test/Glacier2/router/msbuild/server/server.csproj +++ b/csharp/test/Glacier2/router/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Glacier2/sessionHelper/msbuild/client/client.csproj b/csharp/test/Glacier2/sessionHelper/msbuild/client/client.csproj index 779ee55e251..ee2356560ea 100644 --- a/csharp/test/Glacier2/sessionHelper/msbuild/client/client.csproj +++ b/csharp/test/Glacier2/sessionHelper/msbuild/client/client.csproj @@ -50,12 +50,12 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Glacier2, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Glacier2, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Glacier2.dll</HintPath> </Reference> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Glacier2/sessionHelper/msbuild/server/server.csproj b/csharp/test/Glacier2/sessionHelper/msbuild/server/server.csproj index f55a76481cc..3398160728d 100644 --- a/csharp/test/Glacier2/sessionHelper/msbuild/server/server.csproj +++ b/csharp/test/Glacier2/sessionHelper/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/acm/msbuild/client/client.csproj b/csharp/test/Ice/acm/msbuild/client/client.csproj index eaab23dbb31..17ae0c3e795 100644 --- a/csharp/test/Ice/acm/msbuild/client/client.csproj +++ b/csharp/test/Ice/acm/msbuild/client/client.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/acm/msbuild/server/server.csproj b/csharp/test/Ice/acm/msbuild/server/server.csproj index 7a5b1449329..6b2f71550dc 100644 --- a/csharp/test/Ice/acm/msbuild/server/server.csproj +++ b/csharp/test/Ice/acm/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/client/client.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/client/client.csproj index eba0bc3d0f9..8e823b1ca0c 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/client/client.csproj +++ b/csharp/test/Ice/adapterDeactivation/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.csproj index e485c4985cd..ea2736ebbd6 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/server/server.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/server/server.csproj index 39a03192863..0ae8dc31a25 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/server/server.csproj +++ b/csharp/test/Ice/adapterDeactivation/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/admin/msbuild/client/client.csproj b/csharp/test/Ice/admin/msbuild/client/client.csproj index b4521a57742..2484df5d2a4 100644 --- a/csharp/test/Ice/admin/msbuild/client/client.csproj +++ b/csharp/test/Ice/admin/msbuild/client/client.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/admin/msbuild/server/server.csproj b/csharp/test/Ice/admin/msbuild/server/server.csproj index 3ce624f139e..9971f93dfd9 100644 --- a/csharp/test/Ice/admin/msbuild/server/server.csproj +++ b/csharp/test/Ice/admin/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/ami/msbuild/client/client.csproj b/csharp/test/Ice/ami/msbuild/client/client.csproj index fb9df4af8b8..afce2c96ee8 100644 --- a/csharp/test/Ice/ami/msbuild/client/client.csproj +++ b/csharp/test/Ice/ami/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/ami/msbuild/collocated/collocated.csproj b/csharp/test/Ice/ami/msbuild/collocated/collocated.csproj index 8a3b37ed999..6f0fc7bbe11 100644 --- a/csharp/test/Ice/ami/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/ami/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/ami/msbuild/server/server.csproj b/csharp/test/Ice/ami/msbuild/server/server.csproj index 9fb15ef0c2d..7f1221b7d50 100644 --- a/csharp/test/Ice/ami/msbuild/server/server.csproj +++ b/csharp/test/Ice/ami/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/application/msbuild/client/client.csproj b/csharp/test/Ice/application/msbuild/client/client.csproj index 8b8402e38c4..016bebcec0a 100644 --- a/csharp/test/Ice/application/msbuild/client/client.csproj +++ b/csharp/test/Ice/application/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/background/msbuild/client/client.csproj b/csharp/test/Ice/background/msbuild/client/client.csproj index 022c45f5d31..e527bc43aba 100644 --- a/csharp/test/Ice/background/msbuild/client/client.csproj +++ b/csharp/test/Ice/background/msbuild/client/client.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/background/msbuild/server/server.csproj b/csharp/test/Ice/background/msbuild/server/server.csproj index 14e2cacabee..ad0ea639f7b 100644 --- a/csharp/test/Ice/background/msbuild/server/server.csproj +++ b/csharp/test/Ice/background/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/binding/msbuild/client/client.csproj b/csharp/test/Ice/binding/msbuild/client/client.csproj index 0700bef89be..8714cbf6365 100644 --- a/csharp/test/Ice/binding/msbuild/client/client.csproj +++ b/csharp/test/Ice/binding/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/binding/msbuild/server/server.csproj b/csharp/test/Ice/binding/msbuild/server/server.csproj index 063cb07c7b9..ee31b2ccd68 100644 --- a/csharp/test/Ice/binding/msbuild/server/server.csproj +++ b/csharp/test/Ice/binding/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/checksum/msbuild/client/client.csproj b/csharp/test/Ice/checksum/msbuild/client/client.csproj index 41d1a2ec6b3..534da9665cf 100644 --- a/csharp/test/Ice/checksum/msbuild/client/client.csproj +++ b/csharp/test/Ice/checksum/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/checksum/server/msbuild/server/server.csproj b/csharp/test/Ice/checksum/server/msbuild/server/server.csproj index 0d8800afa80..5a51507aa39 100644 --- a/csharp/test/Ice/checksum/server/msbuild/server/server.csproj +++ b/csharp/test/Ice/checksum/server/msbuild/server/server.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/defaultServant/msbuild/client/client.csproj b/csharp/test/Ice/defaultServant/msbuild/client/client.csproj index c6c2534542b..725b34fbfa1 100644 --- a/csharp/test/Ice/defaultServant/msbuild/client/client.csproj +++ b/csharp/test/Ice/defaultServant/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/defaultValue/msbuild/client/client.csproj b/csharp/test/Ice/defaultValue/msbuild/client/client.csproj index c0dcc3d8000..54f834a8ca7 100644 --- a/csharp/test/Ice/defaultValue/msbuild/client/client.csproj +++ b/csharp/test/Ice/defaultValue/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/dictMapping/msbuild/client/client.csproj b/csharp/test/Ice/dictMapping/msbuild/client/client.csproj index b23239654e3..c8733400504 100644 --- a/csharp/test/Ice/dictMapping/msbuild/client/client.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/dictMapping/msbuild/collocated/collocated.csproj b/csharp/test/Ice/dictMapping/msbuild/collocated/collocated.csproj index 72467ff4c63..09b1cf3ee0c 100644 --- a/csharp/test/Ice/dictMapping/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/dictMapping/msbuild/server/server.csproj b/csharp/test/Ice/dictMapping/msbuild/server/server.csproj index 8b01591dcd9..a9f390ed69c 100644 --- a/csharp/test/Ice/dictMapping/msbuild/server/server.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/dictMapping/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/dictMapping/msbuild/serveramd/serveramd.csproj index 4d8d25e15d1..566cba01a8d 100644 --- a/csharp/test/Ice/dictMapping/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/serveramd/serveramd.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/dispatcher/msbuild/client/client.csproj b/csharp/test/Ice/dispatcher/msbuild/client/client.csproj index 6401723f313..b29892300c0 100644 --- a/csharp/test/Ice/dispatcher/msbuild/client/client.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/dispatcher/msbuild/collocated/collocated.csproj b/csharp/test/Ice/dispatcher/msbuild/collocated/collocated.csproj index 0382b826682..05f02109ddf 100644 --- a/csharp/test/Ice/dispatcher/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/dispatcher/msbuild/server/server.csproj b/csharp/test/Ice/dispatcher/msbuild/server/server.csproj index 10e3b90d886..db5b22b2911 100644 --- a/csharp/test/Ice/dispatcher/msbuild/server/server.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/echo/msbuild/server/server.csproj b/csharp/test/Ice/echo/msbuild/server/server.csproj index 118d9893e94..fa4dae6ae6f 100644 --- a/csharp/test/Ice/echo/msbuild/server/server.csproj +++ b/csharp/test/Ice/echo/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/enums/msbuild/client/client.csproj b/csharp/test/Ice/enums/msbuild/client/client.csproj index 6aceb6f8c90..caa35245bf7 100644 --- a/csharp/test/Ice/enums/msbuild/client/client.csproj +++ b/csharp/test/Ice/enums/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/enums/msbuild/server/server.csproj b/csharp/test/Ice/enums/msbuild/server/server.csproj index 43fcb6d91f0..4b5b11df09d 100644 --- a/csharp/test/Ice/enums/msbuild/server/server.csproj +++ b/csharp/test/Ice/enums/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/exceptions/msbuild/client/client.csproj b/csharp/test/Ice/exceptions/msbuild/client/client.csproj index 6b3f86f6a39..35b3f8675a4 100644 --- a/csharp/test/Ice/exceptions/msbuild/client/client.csproj +++ b/csharp/test/Ice/exceptions/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/exceptions/msbuild/collocated/collocated.csproj b/csharp/test/Ice/exceptions/msbuild/collocated/collocated.csproj index d7d10df9613..1180c3a5d5f 100644 --- a/csharp/test/Ice/exceptions/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/exceptions/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/exceptions/msbuild/server/server.csproj b/csharp/test/Ice/exceptions/msbuild/server/server.csproj index 55ba81082a1..52c5ed94d15 100644 --- a/csharp/test/Ice/exceptions/msbuild/server/server.csproj +++ b/csharp/test/Ice/exceptions/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj index 951a3363e85..299099526b2 100644 --- a/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/facets/msbuild/client/client.csproj b/csharp/test/Ice/facets/msbuild/client/client.csproj index ae2235eef49..ca08b18bad8 100644 --- a/csharp/test/Ice/facets/msbuild/client/client.csproj +++ b/csharp/test/Ice/facets/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/facets/msbuild/collocated/collocated.csproj b/csharp/test/Ice/facets/msbuild/collocated/collocated.csproj index 3775c127c82..a97f2ca0d18 100644 --- a/csharp/test/Ice/facets/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/facets/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/facets/msbuild/server/server.csproj b/csharp/test/Ice/facets/msbuild/server/server.csproj index 8ddcccc2fcf..074e12346bf 100644 --- a/csharp/test/Ice/facets/msbuild/server/server.csproj +++ b/csharp/test/Ice/facets/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/faultTolerance/msbuild/client/client.csproj b/csharp/test/Ice/faultTolerance/msbuild/client/client.csproj index 9ad00331735..38848ee6354 100644 --- a/csharp/test/Ice/faultTolerance/msbuild/client/client.csproj +++ b/csharp/test/Ice/faultTolerance/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/faultTolerance/msbuild/server/server.csproj b/csharp/test/Ice/faultTolerance/msbuild/server/server.csproj index f7028e28204..cc17b9ab577 100644 --- a/csharp/test/Ice/faultTolerance/msbuild/server/server.csproj +++ b/csharp/test/Ice/faultTolerance/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/hash/msbuild/client/client.csproj b/csharp/test/Ice/hash/msbuild/client/client.csproj index 4312feb4e7a..16d4d3ab465 100644 --- a/csharp/test/Ice/hash/msbuild/client/client.csproj +++ b/csharp/test/Ice/hash/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/hold/msbuild/client/client.csproj b/csharp/test/Ice/hold/msbuild/client/client.csproj index fc35708214b..7154e3140aa 100644 --- a/csharp/test/Ice/hold/msbuild/client/client.csproj +++ b/csharp/test/Ice/hold/msbuild/client/client.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/hold/msbuild/server/server.csproj b/csharp/test/Ice/hold/msbuild/server/server.csproj index 3f0ceba5160..3a0e88b9198 100644 --- a/csharp/test/Ice/hold/msbuild/server/server.csproj +++ b/csharp/test/Ice/hold/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/info/msbuild/client/client.csproj b/csharp/test/Ice/info/msbuild/client/client.csproj index 0243985d59c..9d580a3b566 100644 --- a/csharp/test/Ice/info/msbuild/client/client.csproj +++ b/csharp/test/Ice/info/msbuild/client/client.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/Ice/info/msbuild/server/server.csproj b/csharp/test/Ice/info/msbuild/server/server.csproj index 1a1e774c325..028777c61e2 100644 --- a/csharp/test/Ice/info/msbuild/server/server.csproj +++ b/csharp/test/Ice/info/msbuild/server/server.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/Ice/inheritance/msbuild/client/client.csproj b/csharp/test/Ice/inheritance/msbuild/client/client.csproj index 99bfd450402..e4595e9b44e 100644 --- a/csharp/test/Ice/inheritance/msbuild/client/client.csproj +++ b/csharp/test/Ice/inheritance/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/inheritance/msbuild/collocated/collocated.csproj b/csharp/test/Ice/inheritance/msbuild/collocated/collocated.csproj index be54a20e6e1..8aa9a08a4ae 100644 --- a/csharp/test/Ice/inheritance/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/inheritance/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/inheritance/msbuild/server/server.csproj b/csharp/test/Ice/inheritance/msbuild/server/server.csproj index d560093cfc9..fe56c9ae5ba 100644 --- a/csharp/test/Ice/inheritance/msbuild/server/server.csproj +++ b/csharp/test/Ice/inheritance/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/interceptor/msbuild/client/client.csproj b/csharp/test/Ice/interceptor/msbuild/client/client.csproj index 2281dd0c737..ecd36a4a13f 100644 --- a/csharp/test/Ice/interceptor/msbuild/client/client.csproj +++ b/csharp/test/Ice/interceptor/msbuild/client/client.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/Ice/invoke/msbuild/client/client.csproj b/csharp/test/Ice/invoke/msbuild/client/client.csproj index 7c6fad5a359..5ec08ddee45 100644 --- a/csharp/test/Ice/invoke/msbuild/client/client.csproj +++ b/csharp/test/Ice/invoke/msbuild/client/client.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/Ice/invoke/msbuild/server/server.csproj b/csharp/test/Ice/invoke/msbuild/server/server.csproj index 4f598b3bf6c..c9aeb6985ee 100644 --- a/csharp/test/Ice/invoke/msbuild/server/server.csproj +++ b/csharp/test/Ice/invoke/msbuild/server/server.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/Ice/location/msbuild/client/client.csproj b/csharp/test/Ice/location/msbuild/client/client.csproj index 47e754d7ab1..441f82f5d41 100644 --- a/csharp/test/Ice/location/msbuild/client/client.csproj +++ b/csharp/test/Ice/location/msbuild/client/client.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/Ice/location/msbuild/server/server.csproj b/csharp/test/Ice/location/msbuild/server/server.csproj index f6e50b79931..158223e5f7b 100644 --- a/csharp/test/Ice/location/msbuild/server/server.csproj +++ b/csharp/test/Ice/location/msbuild/server/server.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/Ice/metrics/msbuild/client/client.csproj b/csharp/test/Ice/metrics/msbuild/client/client.csproj index 57b4952727a..07e03441db9 100644 --- a/csharp/test/Ice/metrics/msbuild/client/client.csproj +++ b/csharp/test/Ice/metrics/msbuild/client/client.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/Ice/metrics/msbuild/collocated/collocated.csproj b/csharp/test/Ice/metrics/msbuild/collocated/collocated.csproj index c82d614e813..d88b5c0c653 100644 --- a/csharp/test/Ice/metrics/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/metrics/msbuild/collocated/collocated.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/Ice/metrics/msbuild/server/server.csproj b/csharp/test/Ice/metrics/msbuild/server/server.csproj index 5ac31ce7cb5..f55d9a6fecb 100644 --- a/csharp/test/Ice/metrics/msbuild/server/server.csproj +++ b/csharp/test/Ice/metrics/msbuild/server/server.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/Ice/metrics/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/metrics/msbuild/serveramd/serveramd.csproj index f95cba0bd8a..569eb5b641b 100644 --- a/csharp/test/Ice/metrics/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/metrics/msbuild/serveramd/serveramd.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/Ice/networkProxy/msbuild/client/client.csproj b/csharp/test/Ice/networkProxy/msbuild/client/client.csproj index 73118915920..cee69be9ef7 100644 --- a/csharp/test/Ice/networkProxy/msbuild/client/client.csproj +++ b/csharp/test/Ice/networkProxy/msbuild/client/client.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/networkProxy/msbuild/server/server.csproj b/csharp/test/Ice/networkProxy/msbuild/server/server.csproj index 0c83436a0da..ca904f8761f 100644 --- a/csharp/test/Ice/networkProxy/msbuild/server/server.csproj +++ b/csharp/test/Ice/networkProxy/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/objects/msbuild/client/client.csproj b/csharp/test/Ice/objects/msbuild/client/client.csproj index 2df525f5156..cc1c6008b27 100644 --- a/csharp/test/Ice/objects/msbuild/client/client.csproj +++ b/csharp/test/Ice/objects/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/objects/msbuild/collocated/collocated.csproj b/csharp/test/Ice/objects/msbuild/collocated/collocated.csproj index eb86f09a5cf..65a7ba228aa 100644 --- a/csharp/test/Ice/objects/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/objects/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/objects/msbuild/server/server.csproj b/csharp/test/Ice/objects/msbuild/server/server.csproj index de31ab98fdb..055cfab2ccd 100644 --- a/csharp/test/Ice/objects/msbuild/server/server.csproj +++ b/csharp/test/Ice/objects/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/operations/msbuild/client/client.csproj b/csharp/test/Ice/operations/msbuild/client/client.csproj index da7e79fe6e8..3eeebea04dc 100644 --- a/csharp/test/Ice/operations/msbuild/client/client.csproj +++ b/csharp/test/Ice/operations/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/operations/msbuild/collocated/collocated.csproj b/csharp/test/Ice/operations/msbuild/collocated/collocated.csproj index 44906eb5da1..00da41c70e5 100644 --- a/csharp/test/Ice/operations/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/operations/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/operations/msbuild/server/server.csproj b/csharp/test/Ice/operations/msbuild/server/server.csproj index 30352060257..8d43a94fbd4 100644 --- a/csharp/test/Ice/operations/msbuild/server/server.csproj +++ b/csharp/test/Ice/operations/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/operations/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/operations/msbuild/serveramd/serveramd.csproj index 4dce7c0d736..8de3c325049 100644 --- a/csharp/test/Ice/operations/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/operations/msbuild/serveramd/serveramd.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/operations/msbuild/serveramdtie/serveramdtie.csproj b/csharp/test/Ice/operations/msbuild/serveramdtie/serveramdtie.csproj index 48a35a2fb68..51e798a4ef6 100644 --- a/csharp/test/Ice/operations/msbuild/serveramdtie/serveramdtie.csproj +++ b/csharp/test/Ice/operations/msbuild/serveramdtie/serveramdtie.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/operations/msbuild/servertie/servertie.csproj b/csharp/test/Ice/operations/msbuild/servertie/servertie.csproj index 84cd52df6d0..9bbb7157a1c 100644 --- a/csharp/test/Ice/operations/msbuild/servertie/servertie.csproj +++ b/csharp/test/Ice/operations/msbuild/servertie/servertie.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/optional/msbuild/client/client.csproj b/csharp/test/Ice/optional/msbuild/client/client.csproj index 495687cb7bf..f0f36aa37d7 100644 --- a/csharp/test/Ice/optional/msbuild/client/client.csproj +++ b/csharp/test/Ice/optional/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/optional/msbuild/server/server.csproj b/csharp/test/Ice/optional/msbuild/server/server.csproj index f70faca1335..272e81a2d29 100644 --- a/csharp/test/Ice/optional/msbuild/server/server.csproj +++ b/csharp/test/Ice/optional/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/optional/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/optional/msbuild/serveramd/serveramd.csproj index e001d937c15..944b550fdd4 100644 --- a/csharp/test/Ice/optional/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/optional/msbuild/serveramd/serveramd.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/plugin/msbuild/client/client.csproj b/csharp/test/Ice/plugin/msbuild/client/client.csproj index 1836256f7f7..53e039b888a 100644 --- a/csharp/test/Ice/plugin/msbuild/client/client.csproj +++ b/csharp/test/Ice/plugin/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/plugin/msbuild/plugin/plugin.csproj b/csharp/test/Ice/plugin/msbuild/plugin/plugin.csproj index 5c901ddd11a..8f6c5e65a8e 100644 --- a/csharp/test/Ice/plugin/msbuild/plugin/plugin.csproj +++ b/csharp/test/Ice/plugin/msbuild/plugin/plugin.csproj @@ -53,7 +53,7 @@ <StartupObject /> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/properties/msbuild/client/client.csproj b/csharp/test/Ice/properties/msbuild/client/client.csproj index d0bb3bd7369..d024bfb0d8b 100644 --- a/csharp/test/Ice/properties/msbuild/client/client.csproj +++ b/csharp/test/Ice/properties/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/proxy/msbuild/client/client.csproj b/csharp/test/Ice/proxy/msbuild/client/client.csproj index ae42e95b94f..fd50110fabf 100644 --- a/csharp/test/Ice/proxy/msbuild/client/client.csproj +++ b/csharp/test/Ice/proxy/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/proxy/msbuild/collocated/collocated.csproj b/csharp/test/Ice/proxy/msbuild/collocated/collocated.csproj index e3344b160cc..a20e0b65dc2 100644 --- a/csharp/test/Ice/proxy/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/proxy/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/proxy/msbuild/server/server.csproj b/csharp/test/Ice/proxy/msbuild/server/server.csproj index 56343ca82da..70e024097e2 100644 --- a/csharp/test/Ice/proxy/msbuild/server/server.csproj +++ b/csharp/test/Ice/proxy/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/proxy/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/proxy/msbuild/serveramd/serveramd.csproj index 1e05f6014d5..d40d32a5ebb 100644 --- a/csharp/test/Ice/proxy/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/proxy/msbuild/serveramd/serveramd.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/retry/msbuild/client/client.csproj b/csharp/test/Ice/retry/msbuild/client/client.csproj index 0e47da5b330..04d09ed6105 100644 --- a/csharp/test/Ice/retry/msbuild/client/client.csproj +++ b/csharp/test/Ice/retry/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/retry/msbuild/collocated/collocated.csproj b/csharp/test/Ice/retry/msbuild/collocated/collocated.csproj index dff9be222d6..905d5a85c2a 100644 --- a/csharp/test/Ice/retry/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/retry/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/retry/msbuild/server/server.csproj b/csharp/test/Ice/retry/msbuild/server/server.csproj index a391e8dbeb6..74030269842 100644 --- a/csharp/test/Ice/retry/msbuild/server/server.csproj +++ b/csharp/test/Ice/retry/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/seqMapping/msbuild/client/client.csproj b/csharp/test/Ice/seqMapping/msbuild/client/client.csproj index 01bb798e480..a9440b0ee04 100644 --- a/csharp/test/Ice/seqMapping/msbuild/client/client.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/seqMapping/msbuild/collocated/collocated.csproj b/csharp/test/Ice/seqMapping/msbuild/collocated/collocated.csproj index 1002064fe87..034dc50ff21 100644 --- a/csharp/test/Ice/seqMapping/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/seqMapping/msbuild/server/server.csproj b/csharp/test/Ice/seqMapping/msbuild/server/server.csproj index b2788bab0bf..02db8efd588 100644 --- a/csharp/test/Ice/seqMapping/msbuild/server/server.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/seqMapping/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/seqMapping/msbuild/serveramd/serveramd.csproj index 89127041f47..37cea2a4143 100644 --- a/csharp/test/Ice/seqMapping/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/serveramd/serveramd.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/serialize/msbuild/client/client.csproj b/csharp/test/Ice/serialize/msbuild/client/client.csproj index 60b0b09d896..fcd6f6dc6dc 100644 --- a/csharp/test/Ice/serialize/msbuild/client/client.csproj +++ b/csharp/test/Ice/serialize/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/servantLocator/msbuild/client/client.csproj b/csharp/test/Ice/servantLocator/msbuild/client/client.csproj index aa2796a58a3..d5212834480 100644 --- a/csharp/test/Ice/servantLocator/msbuild/client/client.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/servantLocator/msbuild/collocated/collocated.csproj b/csharp/test/Ice/servantLocator/msbuild/collocated/collocated.csproj index b9dbe414649..6b0bde12bee 100644 --- a/csharp/test/Ice/servantLocator/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/collocated/collocated.csproj @@ -64,7 +64,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/servantLocator/msbuild/server/server.csproj b/csharp/test/Ice/servantLocator/msbuild/server/server.csproj index e3b64a158ab..fcbad4b5dcb 100644 --- a/csharp/test/Ice/servantLocator/msbuild/server/server.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/servantLocator/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/servantLocator/msbuild/serveramd/serveramd.csproj index 27c40573015..d2e00698e38 100644 --- a/csharp/test/Ice/servantLocator/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/serveramd/serveramd.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/client/client.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/client/client.csproj index 65dca24e4fc..991f962272b 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/client/client.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/server/server.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/server/server.csproj index db8b7caa7f1..32fe4e9cecf 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/server/server.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.csproj index ca9746a8827..c20ceb32657 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/slicing/objects/msbuild/client/client.csproj b/csharp/test/Ice/slicing/objects/msbuild/client/client.csproj index 5a8e9eafe49..0d479e22f4d 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/client/client.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/slicing/objects/msbuild/server/server.csproj b/csharp/test/Ice/slicing/objects/msbuild/server/server.csproj index 7e89d1db839..f38119b3b8a 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/server/server.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.csproj index d51867d2b64..5eddc1c6924 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/stream/msbuild/client/client.csproj b/csharp/test/Ice/stream/msbuild/client/client.csproj index 1b1be480463..11b18787233 100644 --- a/csharp/test/Ice/stream/msbuild/client/client.csproj +++ b/csharp/test/Ice/stream/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/threadPoolPriority/msbuild/client/client.csproj b/csharp/test/Ice/threadPoolPriority/msbuild/client/client.csproj index 15956580804..9b23027bdbc 100644 --- a/csharp/test/Ice/threadPoolPriority/msbuild/client/client.csproj +++ b/csharp/test/Ice/threadPoolPriority/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/threadPoolPriority/msbuild/server/server.csproj b/csharp/test/Ice/threadPoolPriority/msbuild/server/server.csproj index ddb5d128991..832c8a2b12e 100644 --- a/csharp/test/Ice/threadPoolPriority/msbuild/server/server.csproj +++ b/csharp/test/Ice/threadPoolPriority/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/timeout/msbuild/client/client.csproj b/csharp/test/Ice/timeout/msbuild/client/client.csproj index db462617747..1f5b4d75a80 100644 --- a/csharp/test/Ice/timeout/msbuild/client/client.csproj +++ b/csharp/test/Ice/timeout/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/timeout/msbuild/server/server.csproj b/csharp/test/Ice/timeout/msbuild/server/server.csproj index d12185a7f4c..070de6cb1db 100644 --- a/csharp/test/Ice/timeout/msbuild/server/server.csproj +++ b/csharp/test/Ice/timeout/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/udp/msbuild/client/client.csproj b/csharp/test/Ice/udp/msbuild/client/client.csproj index 6d807301a71..dd4141a248d 100644 --- a/csharp/test/Ice/udp/msbuild/client/client.csproj +++ b/csharp/test/Ice/udp/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Ice/udp/msbuild/server/server.csproj b/csharp/test/Ice/udp/msbuild/server/server.csproj index d4218f02400..0fcf39ca74d 100644 --- a/csharp/test/Ice/udp/msbuild/server/server.csproj +++ b/csharp/test/Ice/udp/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/IceBox/admin/msbuild/client/client.csproj b/csharp/test/IceBox/admin/msbuild/client/client.csproj index 7198c735a45..19312eadf9a 100644 --- a/csharp/test/IceBox/admin/msbuild/client/client.csproj +++ b/csharp/test/IceBox/admin/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/IceBox/admin/msbuild/testservice/testservice.csproj b/csharp/test/IceBox/admin/msbuild/testservice/testservice.csproj index d3475011579..8ce12389110 100644 --- a/csharp/test/IceBox/admin/msbuild/testservice/testservice.csproj +++ b/csharp/test/IceBox/admin/msbuild/testservice/testservice.csproj @@ -52,12 +52,12 @@ <StartupObject /> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceBox, Version=3.7.51.0, Culture=neutral, processorArchitecture=AMD64"> + <Reference Include="IceBox, Version=3.7.52.0, Culture=neutral, processorArchitecture=AMD64"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceBox.dll</HintPath> diff --git a/csharp/test/IceBox/configuration/msbuild/client/client.csproj b/csharp/test/IceBox/configuration/msbuild/client/client.csproj index 1909110dae8..78ac551b556 100644 --- a/csharp/test/IceBox/configuration/msbuild/client/client.csproj +++ b/csharp/test/IceBox/configuration/msbuild/client/client.csproj @@ -53,7 +53,7 @@ <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="Microsoft.CSharp" /> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/IceBox/configuration/msbuild/testservice/testservice.csproj b/csharp/test/IceBox/configuration/msbuild/testservice/testservice.csproj index fc02ace9aa2..550fb9fe393 100644 --- a/csharp/test/IceBox/configuration/msbuild/testservice/testservice.csproj +++ b/csharp/test/IceBox/configuration/msbuild/testservice/testservice.csproj @@ -55,12 +55,12 @@ <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="Microsoft.CSharp" /> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceBox, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceBox, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceBox.dll</HintPath> diff --git a/csharp/test/IceDiscovery/simple/msbuild/client/client.csproj b/csharp/test/IceDiscovery/simple/msbuild/client/client.csproj index 5c673420696..fc345cb838b 100644 --- a/csharp/test/IceDiscovery/simple/msbuild/client/client.csproj +++ b/csharp/test/IceDiscovery/simple/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/IceDiscovery/simple/msbuild/server/server.csproj b/csharp/test/IceDiscovery/simple/msbuild/server/server.csproj index 91bc8483821..96a76789897 100644 --- a/csharp/test/IceDiscovery/simple/msbuild/server/server.csproj +++ b/csharp/test/IceDiscovery/simple/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/IceGrid/simple/msbuild/client/client.csproj b/csharp/test/IceGrid/simple/msbuild/client/client.csproj index 8f943e6660a..69935ff662b 100644 --- a/csharp/test/IceGrid/simple/msbuild/client/client.csproj +++ b/csharp/test/IceGrid/simple/msbuild/client/client.csproj @@ -50,17 +50,17 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Glacier2, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Glacier2, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Glacier2.dll</HintPath> </Reference> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceGrid, Version=3.7.51.0, Culture=neutral, processorArchitecture=AMD64"> + <Reference Include="IceGrid, Version=3.7.52.0, Culture=neutral, processorArchitecture=AMD64"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceGrid.dll</HintPath> diff --git a/csharp/test/IceGrid/simple/msbuild/server/server.csproj b/csharp/test/IceGrid/simple/msbuild/server/server.csproj index 4efbf76291c..0fb65c44549 100644 --- a/csharp/test/IceGrid/simple/msbuild/server/server.csproj +++ b/csharp/test/IceGrid/simple/msbuild/server/server.csproj @@ -49,7 +49,7 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/IceSSL/configuration/msbuild/client/client.csproj b/csharp/test/IceSSL/configuration/msbuild/client/client.csproj index 4db14f490cc..ad14c535d25 100644 --- a/csharp/test/IceSSL/configuration/msbuild/client/client.csproj +++ b/csharp/test/IceSSL/configuration/msbuild/client/client.csproj @@ -50,12 +50,12 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/IceSSL/configuration/msbuild/server/server.csproj b/csharp/test/IceSSL/configuration/msbuild/server/server.csproj index e80e0da91d6..7b0a0419e74 100644 --- a/csharp/test/IceSSL/configuration/msbuild/server/server.csproj +++ b/csharp/test/IceSSL/configuration/msbuild/server/server.csproj @@ -49,12 +49,12 @@ <OutputPath>..\..\</OutputPath> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> </Reference> - <Reference Include="IceSSL, Version=3.7.51.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> diff --git a/csharp/test/IceUtil/inputUtil/msbuild/client/client.csproj b/csharp/test/IceUtil/inputUtil/msbuild/client/client.csproj index 91a8b13bbe8..5d7f83b0393 100644 --- a/csharp/test/IceUtil/inputUtil/msbuild/client/client.csproj +++ b/csharp/test/IceUtil/inputUtil/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Slice/keyword/msbuild/client/client.csproj b/csharp/test/Slice/keyword/msbuild/client/client.csproj index 375fa788027..8bce3409096 100644 --- a/csharp/test/Slice/keyword/msbuild/client/client.csproj +++ b/csharp/test/Slice/keyword/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Slice/macros/msbuild/client/client.csproj b/csharp/test/Slice/macros/msbuild/client/client.csproj index 9ed423d30de..0eddda7fc3d 100644 --- a/csharp/test/Slice/macros/msbuild/client/client.csproj +++ b/csharp/test/Slice/macros/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/Slice/structure/msbuild/client/client.csproj b/csharp/test/Slice/structure/msbuild/client/client.csproj index 989bba2f45f..ba6ba7d5d79 100644 --- a/csharp/test/Slice/structure/msbuild/client/client.csproj +++ b/csharp/test/Slice/structure/msbuild/client/client.csproj @@ -50,7 +50,7 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.52.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> diff --git a/csharp/test/TestCommon/Properties/AssemblyInfo.cs b/csharp/test/TestCommon/Properties/AssemblyInfo.cs index 63c3ef6b010..c14fa3e8abe 100644 --- a/csharp/test/TestCommon/Properties/AssemblyInfo.cs +++ b/csharp/test/TestCommon/Properties/AssemblyInfo.cs @@ -39,7 +39,7 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.7.51")] -[assembly: AssemblyFileVersion("3.7.51")] +[assembly: AssemblyVersion("3.7.52")] +[assembly: AssemblyFileVersion("3.7.52")] [assembly: System.CLSCompliant(true)] diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md index 5d36af801a2..0cfc938381b 100644 --- a/java/BuildInstructions.md +++ b/java/BuildInstructions.md @@ -106,12 +106,12 @@ not built Ice for C++ in this source distribution, you must set the `ICE_HOME` environment variable with the path name of your Ice installation. For example, on Unix: - $ export ICE_HOME=/opt/Ice-3.7a0 (For local build) + $ export ICE_HOME=/opt/Ice-3.7a2 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a0 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a2 You will also need to set `CPP_PLATFORM` and `CPP_CONFIGURATION` to much your C++ build configuration in order for gradle o locate the slice2java compiler @@ -152,7 +152,7 @@ To install Ice for Java in the directory specified by the `prefix` variable in The installation installs the following JAR files to `<prefix>/lib`. glacier2-3.7.0.jar - ice-3.7a0.jar + ice-3.7a2.jar icebox-3.7.0.jar icediscovery-3.7.0.jar icegrid-3.7.0.jar @@ -171,12 +171,12 @@ C++ distribution. If you have not built Ice for C++ in this source distribution then you must set the `ICE_HOME` environment variable with the path name of your Ice installation. On Unix: - $ export ICE_HOME=/opt/Ice-3.7a0 (For local build) + $ export ICE_HOME=/opt/Ice-3.7a2 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.7a0 + > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.7a2 Python is required to run the test suite. To run the tests, open a command window and change to the top-level directory. At the command prompt, execute: diff --git a/java/gradle.properties b/java/gradle.properties index eb4de6bffd3..5deafd858df 100644 --- a/java/gradle.properties +++ b/java/gradle.properties @@ -7,7 +7,7 @@ // // ********************************************************************** -iceVersion = 3.7.0-alpha0 +iceVersion = 3.7.0-alpha2 // // Select an installation base directory. The directory will be created diff --git a/java/src/Ice/src/main/java/Ice/Util.java b/java/src/Ice/src/main/java/Ice/Util.java index 7161ad93a1e..869c399a4f7 100644 --- a/java/src/Ice/src/main/java/Ice/Util.java +++ b/java/src/Ice/src/main/java/Ice/Util.java @@ -485,7 +485,7 @@ public final class Util public static String stringVersion() { - return "3.7a0"; // "A.B.C", with A=major, B=minor, C=patch + return "3.7a2"; // "A.B.C", with A=major, B=minor, C=patch } /** @@ -498,7 +498,7 @@ public final class Util public static int intVersion() { - return 30751; // AABBCC, with AA=major, BB=minor, CC=patch + return 30752; // AABBCC, with AA=major, BB=minor, CC=patch } /** diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md index 8d06b9550e1..28e1fe1f191 100644 --- a/js/BuildInstructions.md +++ b/js/BuildInstructions.md @@ -136,9 +136,9 @@ following command: > npm pack -This will generate the file `ice-3.7a0.tgz`, which can be installed by running: +This will generate the file `ice-3.7a2.tgz`, which can be installed by running: - > npm install <path_to_file>/ice-3.7a0.tgz + > npm install <path_to_file>/ice-3.7a2.tgz To use Ice for JavaScript with a browser, copy the appropriate JavaScript library files located in the `lib` directory to your web server. diff --git a/js/package.json b/js/package.json index b67b18605d6..7c6881375d9 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "ice", - "version": "3.7.0-alpha0", + "version": "3.7.0-alpha2", "description": "Ice for JavaScript runtime", "author": "Zeroc, Inc.", "homepage": "https://zeroc.com", diff --git a/php/src/php5/IcePHP.rc b/php/src/php5/IcePHP.rc index bd27ae7cd0d..8b53f62504f 100644 --- a/php/src/php5/IcePHP.rc +++ b/php/src/php5/IcePHP.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Ice for PHP Extension\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/php/src/php7/IcePHP.rc b/php/src/php7/IcePHP.rc index bd27ae7cd0d..8b53f62504f 100644 --- a/php/src/php7/IcePHP.rc +++ b/php/src/php7/IcePHP.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Ice for PHP Extension\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/python/modules/IcePy/IcePy.rc b/python/modules/IcePy/IcePy.rc index 238a32b0b16..2de6fac96b2 100644 --- a/python/modules/IcePy/IcePy.rc +++ b/python/modules/IcePy/IcePy.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,7,51,0 - PRODUCTVERSION 3,7,51,0 + FILEVERSION 3,7,52,0 + PRODUCTVERSION 3,7,52,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Ice for Python Extension\0" - VALUE "FileVersion", "3.7a0\0" + VALUE "FileVersion", "3.7a2\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a0\0" + VALUE "ProductVersion", "3.7a2\0" END END BLOCK "VarFileInfo" diff --git a/ruby/BuildInstructionsWindows.md b/ruby/BuildInstructionsWindows.md index 9f7b214420e..2ae62507c02 100644 --- a/ruby/BuildInstructionsWindows.md +++ b/ruby/BuildInstructionsWindows.md @@ -28,7 +28,7 @@ The instructions in this file make the following assumptions about your build environment: 1. You have installed the Ice 3.7.0 distribution using the ZeroC installer. The -default installation directory is `C:\Program Files (x86)\ZeroC\Ice-3.7a0`. +default installation directory is `C:\Program Files (x86)\ZeroC\Ice-3.7a2`. 2. You have installed Ruby 2.2.4 using the Windows installer. The default installation directory is `C:\Ruby224`. 3. You have installed the Ruby Development Kit 4.7.2 in `C:\RubyDevKit-4.7.2`. @@ -70,7 +70,7 @@ forward slashes (/) as directory separators, and cannot contain any space. If your Ice installation's path contains any space, use the DOS 8-character name as a work-around, for example: - > set ICE_HOME=C:/PROGRA~2/Ice-3.7a0 + > set ICE_HOME=C:/PROGRA~2/Ice-3.7a2 You can use `dir /x` to get this DOS name, for example: @@ -105,20 +105,20 @@ The Ruby interpreter must be able to locate the Ice extension. One way to configure the interpreter is to define the `RUBYLIB` environment variable as follows: - > set RUBYLIB=C:\Ice-3.7a0\ruby + > set RUBYLIB=C:\Ice-3.7a2\ruby -This example assumes your Ice for Ruby installation is located in the `C:\Ice-3.7a0` +This example assumes your Ice for Ruby installation is located in the `C:\Ice-3.7a2` directory. In addition, you must modify your PATH environment variable to include the following directories: - C:\Program Files (x86)\ZeroC\Ice-3.7a0\bin - C:\Ice-3.7a0\bin + C:\Program Files (x86)\ZeroC\Ice-3.7a2\bin + C:\Ice-3.7a2\bin At a command prompt, you can set your PATH as shown below: - > set PATH=C:\Program Files (x86)\ZeroC\Ice-3.7a0\bin;C:\Ice-3.7a0\bin;%PATH% + > set PATH=C:\Program Files (x86)\ZeroC\Ice-3.7a2\bin;C:\Ice-3.7a2\bin;%PATH% ## Running the Ruby Tests |