diff --git a/config/Make.rules b/config/Make.rules index 9d74456261c..6f77969e782 100644 --- a/config/Make.rules +++ b/config/Make.rules @@ -103,9 +103,9 @@ supported-languages ?= $(strip cpp java python ruby php \ supported-configs ?= shared default-configs ?= $(firstword $(supported-configs)) -version = 3.7.10 -mmversion = 3.7 -soversion = 37 +version = 3.8a0 +mmversion = 3.8 +soversion = 38a0 # # The compatversion is the lowest patch release with the same API. diff --git a/config/icebuilder.props b/config/icebuilder.props index 71dca45e704..fb391ac4924 100644 --- a/config/icebuilder.props +++ b/config/icebuilder.props @@ -2,10 +2,10 @@ - 3.7.10 - 30710 - 3.7 - 37 - 3.7.10 + 3.8a0 + 30850 + 3.8 + 38a0 + 3.8.0-alpha0 diff --git a/config/iphoneos-SDKSettings.plist b/config/iphoneos-SDKSettings.plist index 9d7c9dc4a51..a93386c96e8 100644 --- a/config/iphoneos-SDKSettings.plist +++ b/config/iphoneos-SDKSettings.plist @@ -18,6 +18,6 @@ IsBaseSDK NO Version - 3.7.10 + 3.8a0 diff --git a/config/iphonesimulator-SDKSettings.plist b/config/iphonesimulator-SDKSettings.plist index e65deef6dc9..27c4e810b1e 100644 --- a/config/iphonesimulator-SDKSettings.plist +++ b/config/iphonesimulator-SDKSettings.plist @@ -18,6 +18,6 @@ IsBaseSDK NO Version - 3.7.10 + 3.8a0 diff --git a/config/macosx-SDKSettings.plist b/config/macosx-SDKSettings.plist index e997b7c48c5..0ed480b43f5 100644 --- a/config/macosx-SDKSettings.plist +++ b/config/macosx-SDKSettings.plist @@ -18,6 +18,6 @@ IsBaseSDK NO Version - 3.7.10 + 3.8a0 diff --git a/cpp/config/templates.xml b/cpp/config/templates.xml index aab103a9c67..79355bd7b3a 100644 --- a/cpp/config/templates.xml +++ b/cpp/config/templates.xml @@ -28,7 +28,7 @@ - + - + -// -// Generated from file `Communicator.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_Communicator_h__ #define __Ice_Communicator_h__ @@ -45,18 +34,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/CommunicatorF.h b/cpp/include/Ice/CommunicatorF.h index 54b7b4a3c16..bf9840d8d96 100644 --- a/cpp/include/Ice/CommunicatorF.h +++ b/cpp/include/Ice/CommunicatorF.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `CommunicatorF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_CommunicatorF_h__ #define __Ice_CommunicatorF_h__ @@ -28,18 +17,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/Connection.h b/cpp/include/Ice/Connection.h index c1a1c9e3406..d0b0e7cf582 100644 --- a/cpp/include/Ice/Connection.h +++ b/cpp/include/Ice/Connection.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Connection.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_Connection_h__ #define __Ice_Connection_h__ @@ -32,18 +21,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/ConnectionF.h b/cpp/include/Ice/ConnectionF.h index 767af6dd413..fe0db843c42 100644 --- a/cpp/include/Ice/ConnectionF.h +++ b/cpp/include/Ice/ConnectionF.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ConnectionF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_ConnectionF_h__ #define __Ice_ConnectionF_h__ @@ -28,18 +17,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/Current.h b/cpp/include/Ice/Current.h index 0e6c08569b5..cdca588f277 100644 --- a/cpp/include/Ice/Current.h +++ b/cpp/include/Ice/Current.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Current.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_Current_h__ #define __Ice_Current_h__ @@ -34,18 +23,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/Endpoint.h b/cpp/include/Ice/Endpoint.h index 84acbf4a982..0cb34425e2d 100644 --- a/cpp/include/Ice/Endpoint.h +++ b/cpp/include/Ice/Endpoint.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Endpoint.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_Endpoint_h__ #define __Ice_Endpoint_h__ @@ -31,18 +20,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/EndpointF.h b/cpp/include/Ice/EndpointF.h index ac10bf1af00..531e60e5291 100644 --- a/cpp/include/Ice/EndpointF.h +++ b/cpp/include/Ice/EndpointF.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `EndpointF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_EndpointF_h__ #define __Ice_EndpointF_h__ @@ -28,18 +17,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/EndpointSelectionType.h b/cpp/include/Ice/EndpointSelectionType.h index 59480ca58ff..b51dea15fb7 100644 --- a/cpp/include/Ice/EndpointSelectionType.h +++ b/cpp/include/Ice/EndpointSelectionType.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `EndpointTypes.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_EndpointSelectionType_h__ #define __Ice_EndpointSelectionType_h__ @@ -28,18 +17,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/ImplicitContext.h b/cpp/include/Ice/ImplicitContext.h index 8dddd2ec545..b6ca68e6a2d 100644 --- a/cpp/include/Ice/ImplicitContext.h +++ b/cpp/include/Ice/ImplicitContext.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ImplicitContext.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_ImplicitContext_h__ #define __Ice_ImplicitContext_h__ @@ -31,18 +20,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/ImplicitContextF.h b/cpp/include/Ice/ImplicitContextF.h index 1edb0642c3a..b39be27ba0c 100644 --- a/cpp/include/Ice/ImplicitContextF.h +++ b/cpp/include/Ice/ImplicitContextF.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ImplicitContextF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_ImplicitContextF_h__ #define __Ice_ImplicitContextF_h__ @@ -28,28 +17,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - -#ifndef ICE_API -# if defined(ICE_STATIC_LIBS) -# define ICE_API /**/ -# elif defined(ICE_API_EXPORTS) -# define ICE_API ICE_DECLSPEC_EXPORT -# else -# define ICE_API ICE_DECLSPEC_IMPORT -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace Ice diff --git a/cpp/include/Ice/LocalException.h b/cpp/include/Ice/LocalException.h index c29a702e06a..53428850e75 100644 --- a/cpp/include/Ice/LocalException.h +++ b/cpp/include/Ice/LocalException.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `LocalException.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_LocalException_h__ #define __Ice_LocalException_h__ @@ -32,18 +21,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/Logger.h b/cpp/include/Ice/Logger.h index 82821bb3dfb..d6dbd886f04 100644 --- a/cpp/include/Ice/Logger.h +++ b/cpp/include/Ice/Logger.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Logger.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_Logger_h__ #define __Ice_Logger_h__ @@ -28,18 +17,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/LoggerF.h b/cpp/include/Ice/LoggerF.h index 69e3c1dccfc..54bf0cb669e 100644 --- a/cpp/include/Ice/LoggerF.h +++ b/cpp/include/Ice/LoggerF.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `LoggerF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_LoggerF_h__ #define __Ice_LoggerF_h__ @@ -28,18 +17,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/Plugin.h b/cpp/include/Ice/Plugin.h index f94c713eb12..16e9f80cb2d 100644 --- a/cpp/include/Ice/Plugin.h +++ b/cpp/include/Ice/Plugin.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Plugin.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_Plugin_h__ #define __Ice_Plugin_h__ @@ -30,18 +19,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/PluginF.h b/cpp/include/Ice/PluginF.h index 1b8dcfcee03..54262aece7f 100644 --- a/cpp/include/Ice/PluginF.h +++ b/cpp/include/Ice/PluginF.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `PluginF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_PluginF_h__ #define __Ice_PluginF_h__ @@ -28,18 +17,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/Properties.h b/cpp/include/Ice/Properties.h index d2c4a2e683d..e77b08ead66 100644 --- a/cpp/include/Ice/Properties.h +++ b/cpp/include/Ice/Properties.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Properties.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_Properties_h__ #define __Ice_Properties_h__ @@ -34,18 +23,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/Ice/PropertiesF.h b/cpp/include/Ice/PropertiesF.h index 686f95b4e63..e439f5ed903 100644 --- a/cpp/include/Ice/PropertiesF.h +++ b/cpp/include/Ice/PropertiesF.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `PropertiesF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Ice_PropertiesF_h__ #define __Ice_PropertiesF_h__ @@ -29,18 +18,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICE_API # if defined(ICE_STATIC_LIBS) # define ICE_API /**/ diff --git a/cpp/include/IceBT/ConnectionInfo.h b/cpp/include/IceBT/ConnectionInfo.h index 11c87c8a8a3..ca5360ce68b 100644 --- a/cpp/include/IceBT/ConnectionInfo.h +++ b/cpp/include/IceBT/ConnectionInfo.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ConnectionInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __IceBT_ConnectionInfo_h__ #define __IceBT_ConnectionInfo_h__ @@ -30,18 +19,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICEBT_API # if defined(ICE_STATIC_LIBS) # define ICEBT_API /**/ diff --git a/cpp/include/IceBT/EndpointInfo.h b/cpp/include/IceBT/EndpointInfo.h index 91d847dda8a..365410cf832 100644 --- a/cpp/include/IceBT/EndpointInfo.h +++ b/cpp/include/IceBT/EndpointInfo.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `EndpointInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __IceBT_EndpointInfo_h__ #define __IceBT_EndpointInfo_h__ @@ -29,18 +18,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICEBT_API # if defined(ICE_STATIC_LIBS) # define ICEBT_API /**/ diff --git a/cpp/include/IceBT/Types.h b/cpp/include/IceBT/Types.h index 24d3335e8c0..7a29d477820 100644 --- a/cpp/include/IceBT/Types.h +++ b/cpp/include/IceBT/Types.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Types.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __IceBT_Types_h__ #define __IceBT_Types_h__ @@ -29,18 +18,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICEBT_API # if defined(ICE_STATIC_LIBS) # define ICEBT_API /**/ diff --git a/cpp/include/IceBox/Service.h b/cpp/include/IceBox/Service.h index 52a38ab8c12..724246df8cc 100644 --- a/cpp/include/IceBox/Service.h +++ b/cpp/include/IceBox/Service.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `IceBox.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __IceBox_Service_h__ #define __IceBox_Service_h__ @@ -38,18 +27,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICEBOX_API # if defined(ICE_STATIC_LIBS) # define ICEBOX_API /**/ diff --git a/cpp/include/IceGrid/PluginFacade.h b/cpp/include/IceGrid/PluginFacade.h index 453d34560e9..a197a38db74 100644 --- a/cpp/include/IceGrid/PluginFacade.h +++ b/cpp/include/IceGrid/PluginFacade.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `PluginFacade.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __IceGrid_PluginFacade_h__ #define __IceGrid_PluginFacade_h__ @@ -40,18 +29,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICEGRID_API # if defined(ICE_STATIC_LIBS) # define ICEGRID_API /**/ diff --git a/cpp/include/IceIAP/ConnectionInfo.h b/cpp/include/IceIAP/ConnectionInfo.h index a617a2bacae..aae310246d2 100644 --- a/cpp/include/IceIAP/ConnectionInfo.h +++ b/cpp/include/IceIAP/ConnectionInfo.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ConnectionInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __IceIAP_ConnectionInfo_h__ #define __IceIAP_ConnectionInfo_h__ @@ -30,18 +19,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICEIAP_API # if defined(ICE_STATIC_LIBS) # define ICEIAP_API /**/ diff --git a/cpp/include/IceIAP/EndpointInfo.h b/cpp/include/IceIAP/EndpointInfo.h index 3b5f8690949..ec146eb658e 100644 --- a/cpp/include/IceIAP/EndpointInfo.h +++ b/cpp/include/IceIAP/EndpointInfo.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `EndpointInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __IceIAP_EndpointInfo_h__ #define __IceIAP_EndpointInfo_h__ @@ -29,18 +18,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICEIAP_API # if defined(ICE_STATIC_LIBS) # define ICEIAP_API /**/ diff --git a/cpp/include/IceSSL/ConnectionInfo.h b/cpp/include/IceSSL/ConnectionInfo.h index 4d0f0829242..d7d3c209e72 100644 --- a/cpp/include/IceSSL/ConnectionInfo.h +++ b/cpp/include/IceSSL/ConnectionInfo.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ConnectionInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __IceSSL_ConnectionInfo_h__ #define __IceSSL_ConnectionInfo_h__ @@ -31,18 +20,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICESSL_API # if defined(ICE_STATIC_LIBS) # define ICESSL_API /**/ diff --git a/cpp/include/IceSSL/ConnectionInfoF.h b/cpp/include/IceSSL/ConnectionInfoF.h index 7451a6ada1f..995ddad3144 100644 --- a/cpp/include/IceSSL/ConnectionInfoF.h +++ b/cpp/include/IceSSL/ConnectionInfoF.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ConnectionInfoF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __IceSSL_ConnectionInfoF_h__ #define __IceSSL_ConnectionInfoF_h__ @@ -28,18 +17,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICESSL_API # if defined(ICE_STATIC_LIBS) # define ICESSL_API /**/ diff --git a/cpp/include/IceSSL/EndpointInfo.h b/cpp/include/IceSSL/EndpointInfo.h index 5251031acb1..1ec16043d15 100644 --- a/cpp/include/IceSSL/EndpointInfo.h +++ b/cpp/include/IceSSL/EndpointInfo.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `EndpointInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __IceSSL_EndpointInfo_h__ #define __IceSSL_EndpointInfo_h__ @@ -29,18 +18,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifndef ICESSL_API # if defined(ICE_STATIC_LIBS) # define ICESSL_API /**/ diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h index 7a16824b47d..5334db4300f 100644 --- a/cpp/include/IceUtil/Config.h +++ b/cpp/include/IceUtil/Config.h @@ -205,9 +205,9 @@ // // The Ice version. // -#define ICE_STRING_VERSION "3.7.10" // "A.B.C", with A=major, B=minor, C=patch -#define ICE_INT_VERSION 30710 // AABBCC, with AA=major, BB=minor, CC=patch -#define ICE_SO_VERSION "37" // "ABC", with A=major, B=minor, C=patch +#define ICE_STRING_VERSION "3.8.0-alpha.0" // "A.B.C", with A=major, B=minor, C=patch +#define ICE_INT_VERSION 30850 // AABBCC, with AA=major, BB=minor, CC=patch +#define ICE_SO_VERSION "38a0" // "ABC", with A=major, B=minor, C=patch #if !defined(ICE_BUILDING_ICE) && defined(ICE_API_EXPORTS) # define ICE_BUILDING_ICE diff --git a/cpp/include/IceUtil/ResourceConfig.h b/cpp/include/IceUtil/ResourceConfig.h index c76641da1f8..47790d3b92d 100644 --- a/cpp/include/IceUtil/ResourceConfig.h +++ b/cpp/include/IceUtil/ResourceConfig.h @@ -7,9 +7,9 @@ #include "winver.h" -#define ICE_VERSION 3,7,10,0 -#define ICE_STRING_VERSION "3.7.10\0" -#define ICE_SO_VERSION "37\0" +#define ICE_VERSION 3,8,0,0 +#define ICE_STRING_VERSION "3.8.0-alpha.0\0" +#define ICE_SO_VERSION "38a0\0" #define ICE_COMPANY_NAME "ZeroC, Inc.\0" #define ICE_COPYRIGHT "\251 ZeroC, Inc.\0" #define ICE_PRODUCT_NAME "Ice\0" diff --git a/cpp/msbuild/ice.test.props b/cpp/msbuild/ice.test.props index bb0f6196324..f856d524e36 100644 --- a/cpp/msbuild/ice.test.props +++ b/cpp/msbuild/ice.test.props @@ -2,7 +2,7 @@ - 37 + 38a0 diff --git a/cpp/msbuild/zeroc.ice.v143.nuspec b/cpp/msbuild/zeroc.ice.v143.nuspec index 2f19e9a5e9b..147bff67220 100644 --- a/cpp/msbuild/zeroc.ice.v143.nuspec +++ b/cpp/msbuild/zeroc.ice.v143.nuspec @@ -3,7 +3,7 @@ zeroc.ice.v143 ZeroC Ice C++ for Visual Studio 2022 - 3.7.10 + 3.8.0-alpha0 ZeroC Copyright (c) ZeroC, Inc. All rights reserved GPL-2.0-only diff --git a/cpp/msbuild/zeroc.ice.v143.props b/cpp/msbuild/zeroc.ice.v143.props index e82ce0d3cc4..0e02504f17e 100644 --- a/cpp/msbuild/zeroc.ice.v143.props +++ b/cpp/msbuild/zeroc.ice.v143.props @@ -2,11 +2,11 @@ - 3.7.10 - 30710 - 3.7 - 37 - 3.7.10 + 3.8a0 + 30800 + 3.8 + 38a0 + 3.8.0-alpha0 $(MSBuildThisFileDirectory)..\.. $(IceHome)\tools diff --git a/cpp/msbuild/zeroc.ice.v143.targets b/cpp/msbuild/zeroc.ice.v143.targets index ec6604c76aa..d48a6ef96a6 100644 --- a/cpp/msbuild/zeroc.ice.v143.targets +++ b/cpp/msbuild/zeroc.ice.v143.targets @@ -30,8 +30,8 @@ - + diff --git a/cpp/src/Glacier2/Instrumentation.cpp b/cpp/src/Glacier2/Instrumentation.cpp index ac98cf7ed16..8e4181985a0 100644 --- a/cpp/src/Glacier2/Instrumentation.cpp +++ b/cpp/src/Glacier2/Instrumentation.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Instrumentation.ice' -// -// Warning: do not edit this file. -// -// -// #include #include @@ -27,18 +16,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Glacier2/Instrumentation.h b/cpp/src/Glacier2/Instrumentation.h index 5e96a315c64..7ef3a6774a0 100644 --- a/cpp/src/Glacier2/Instrumentation.h +++ b/cpp/src/Glacier2/Instrumentation.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Instrumentation.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __Glacier2_Instrumentation_h__ #define __Glacier2_Instrumentation_h__ @@ -29,18 +18,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace Glacier2 diff --git a/cpp/src/Ice/Communicator.cpp b/cpp/src/Ice/Communicator.cpp index 08f02a87f49..94aef0d1d14 100644 --- a/cpp/src/Ice/Communicator.cpp +++ b/cpp/src/Ice/Communicator.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Communicator.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -34,18 +23,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/CommunicatorF.cpp b/cpp/src/Ice/CommunicatorF.cpp index c0a8a7b935a..ff35f810eea 100644 --- a/cpp/src/Ice/CommunicatorF.cpp +++ b/cpp/src/Ice/CommunicatorF.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `CommunicatorF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -28,18 +17,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/Connection.cpp b/cpp/src/Ice/Connection.cpp index c4900ce0595..789659a7dca 100644 --- a/cpp/src/Ice/Connection.cpp +++ b/cpp/src/Ice/Connection.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Connection.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/ConnectionF.cpp b/cpp/src/Ice/ConnectionF.cpp index 2c725314e92..f770be7e196 100644 --- a/cpp/src/Ice/ConnectionF.cpp +++ b/cpp/src/Ice/ConnectionF.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ConnectionF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -28,18 +17,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/Current.cpp b/cpp/src/Ice/Current.cpp index d71af96eb06..4f0764e09c9 100644 --- a/cpp/src/Ice/Current.cpp +++ b/cpp/src/Ice/Current.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Current.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/Endpoint.cpp b/cpp/src/Ice/Endpoint.cpp index c8aed2f1652..76ea747c3eb 100644 --- a/cpp/src/Ice/Endpoint.cpp +++ b/cpp/src/Ice/Endpoint.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Endpoint.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/EndpointF.cpp b/cpp/src/Ice/EndpointF.cpp index da489f80353..9482cae41d9 100644 --- a/cpp/src/Ice/EndpointF.cpp +++ b/cpp/src/Ice/EndpointF.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `EndpointF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -28,18 +17,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/ImplicitContext.cpp b/cpp/src/Ice/ImplicitContext.cpp index 15aa80d5248..98057fe0479 100644 --- a/cpp/src/Ice/ImplicitContext.cpp +++ b/cpp/src/Ice/ImplicitContext.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ImplicitContext.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/ImplicitContextF.cpp b/cpp/src/Ice/ImplicitContextF.cpp index 11eea36c874..dad1af5e14e 100644 --- a/cpp/src/Ice/ImplicitContextF.cpp +++ b/cpp/src/Ice/ImplicitContextF.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ImplicitContextF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -28,18 +17,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/LocalException.cpp b/cpp/src/Ice/LocalException.cpp index 5903477f60b..a195fe4af8a 100644 --- a/cpp/src/Ice/LocalException.cpp +++ b/cpp/src/Ice/LocalException.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `LocalException.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping Ice::InitializationException::~InitializationException() diff --git a/cpp/src/Ice/Logger.cpp b/cpp/src/Ice/Logger.cpp index 5e91e409b70..603764c24c1 100644 --- a/cpp/src/Ice/Logger.cpp +++ b/cpp/src/Ice/Logger.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Logger.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -28,18 +17,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/LoggerF.cpp b/cpp/src/Ice/LoggerF.cpp index 094ffceb5cc..6a3311e88bf 100644 --- a/cpp/src/Ice/LoggerF.cpp +++ b/cpp/src/Ice/LoggerF.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `LoggerF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -28,18 +17,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/Plugin.cpp b/cpp/src/Ice/Plugin.cpp index c930b31c904..54de8f87d7f 100644 --- a/cpp/src/Ice/Plugin.cpp +++ b/cpp/src/Ice/Plugin.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Plugin.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/PluginF.cpp b/cpp/src/Ice/PluginF.cpp index d7a914a7ac4..aa142d5c48e 100644 --- a/cpp/src/Ice/PluginF.cpp +++ b/cpp/src/Ice/PluginF.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `PluginF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -28,18 +17,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/Properties.cpp b/cpp/src/Ice/Properties.cpp index 1fc3050a661..506f4283edc 100644 --- a/cpp/src/Ice/Properties.cpp +++ b/cpp/src/Ice/Properties.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Properties.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -33,18 +22,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/Ice/PropertiesF.cpp b/cpp/src/Ice/PropertiesF.cpp index 75369c0ce9e..e2daea27d12 100644 --- a/cpp/src/Ice/PropertiesF.cpp +++ b/cpp/src/Ice/PropertiesF.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `PropertiesF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICE_API_EXPORTS # define ICE_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/IceBT/ConnectionInfo.cpp b/cpp/src/IceBT/ConnectionInfo.cpp index c3b648fe152..51700d65d1b 100644 --- a/cpp/src/IceBT/ConnectionInfo.cpp +++ b/cpp/src/IceBT/ConnectionInfo.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ConnectionInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICEBT_API_EXPORTS # define ICEBT_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/IceBT/EndpointInfo.cpp b/cpp/src/IceBT/EndpointInfo.cpp index 743bfdd6ba4..3e1b42331c7 100644 --- a/cpp/src/IceBT/EndpointInfo.cpp +++ b/cpp/src/IceBT/EndpointInfo.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `EndpointInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICEBT_API_EXPORTS # define ICEBT_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/IceBT/Types.cpp b/cpp/src/IceBT/Types.cpp index 757e72d0120..d3ba3c6fcc6 100644 --- a/cpp/src/IceBT/Types.cpp +++ b/cpp/src/IceBT/Types.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Types.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICEBT_API_EXPORTS # define ICEBT_API_EXPORTS @@ -28,18 +17,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping IceBT::BluetoothException::~BluetoothException() diff --git a/cpp/src/IceBox/Service.cpp b/cpp/src/IceBox/Service.cpp index c78120bf688..7dfa1386061 100644 --- a/cpp/src/IceBox/Service.cpp +++ b/cpp/src/IceBox/Service.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `IceBox.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICEBOX_API_EXPORTS # define ICEBOX_API_EXPORTS @@ -34,18 +23,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping IceBox::FailureException::~FailureException() diff --git a/cpp/src/IceGridLib/PluginFacade.cpp b/cpp/src/IceGridLib/PluginFacade.cpp index 5e37c289b84..da8f271b95e 100644 --- a/cpp/src/IceGridLib/PluginFacade.cpp +++ b/cpp/src/IceGridLib/PluginFacade.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `PluginFacade.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICEGRID_API_EXPORTS # define ICEGRID_API_EXPORTS @@ -35,18 +24,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/IceIAP/ConnectionInfo.cpp b/cpp/src/IceIAP/ConnectionInfo.cpp index 94819988fec..406b9ae82e6 100644 --- a/cpp/src/IceIAP/ConnectionInfo.cpp +++ b/cpp/src/IceIAP/ConnectionInfo.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ConnectionInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICEIAP_API_EXPORTS # define ICEIAP_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/IceIAP/EndpointInfo.cpp b/cpp/src/IceIAP/EndpointInfo.cpp index 27a6cf1d40c..e70cc5e8fb2 100644 --- a/cpp/src/IceIAP/EndpointInfo.cpp +++ b/cpp/src/IceIAP/EndpointInfo.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `EndpointInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICEIAP_API_EXPORTS # define ICEIAP_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/IceSSL/ConnectionInfo.cpp b/cpp/src/IceSSL/ConnectionInfo.cpp index 971bc2f24f6..fe2ce274358 100644 --- a/cpp/src/IceSSL/ConnectionInfo.cpp +++ b/cpp/src/IceSSL/ConnectionInfo.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ConnectionInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICESSL_API_EXPORTS # define ICESSL_API_EXPORTS @@ -30,18 +19,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/IceSSL/ConnectionInfoF.cpp b/cpp/src/IceSSL/ConnectionInfoF.cpp index 692d58d7812..61f23665a4a 100644 --- a/cpp/src/IceSSL/ConnectionInfoF.cpp +++ b/cpp/src/IceSSL/ConnectionInfoF.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `ConnectionInfoF.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICESSL_API_EXPORTS # define ICESSL_API_EXPORTS @@ -28,18 +17,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/IceSSL/EndpointInfo.cpp b/cpp/src/IceSSL/EndpointInfo.cpp index 9f47398633c..02c1b7385dd 100644 --- a/cpp/src/IceSSL/EndpointInfo.cpp +++ b/cpp/src/IceSSL/EndpointInfo.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `EndpointInfo.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef ICESSL_API_EXPORTS # define ICESSL_API_EXPORTS @@ -30,36 +19,14 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping -namespace -{ - -} - IceSSL::EndpointInfo::~EndpointInfo() { } #else // C++98 mapping -namespace -{ - -} - IceSSL::EndpointInfo::~EndpointInfo() { } @@ -68,8 +35,4 @@ IceSSL::EndpointInfo::~EndpointInfo() ICESSL_API ::Ice::LocalObject* IceSSL::upCast(EndpointInfo* p) { return p; } /// \endcond -namespace Ice -{ -} - #endif diff --git a/cpp/src/IceStorm/Instrumentation.cpp b/cpp/src/IceStorm/Instrumentation.cpp index e7afd3fd854..ebcead87028 100644 --- a/cpp/src/IceStorm/Instrumentation.cpp +++ b/cpp/src/IceStorm/Instrumentation.cpp @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Instrumentation.ice' -// -// Warning: do not edit this file. -// -// -// #include #include @@ -31,18 +20,6 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace diff --git a/cpp/src/IceStorm/Instrumentation.h b/cpp/src/IceStorm/Instrumentation.h index fafb67b6528..4702f96e517 100644 --- a/cpp/src/IceStorm/Instrumentation.h +++ b/cpp/src/IceStorm/Instrumentation.h @@ -1,17 +1,6 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// -// Ice version 3.7.10 -// -// -// -// Generated from file `Instrumentation.ice' -// -// Warning: do not edit this file. -// -// -// #ifndef __IceStorm_Instrumentation_h__ #define __IceStorm_Instrumentation_h__ @@ -36,18 +25,6 @@ #include #include -#ifndef ICE_IGNORE_VERSION -# if ICE_INT_VERSION / 100 != 307 -# error Ice version mismatch! -# endif -# if ICE_INT_VERSION % 100 >= 50 -# error Beta header file detected -# endif -# if ICE_INT_VERSION % 100 < 10 -# error Ice patch level mismatch! -# endif -#endif - #ifdef ICE_CPP11_MAPPING // C++11 mapping namespace IceStorm diff --git a/cpp/test/Common/msbuild/packages.config b/cpp/test/Common/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Common/msbuild/packages.config +++ b/cpp/test/Common/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Common/msbuild/testcommon.vcxproj b/cpp/test/Common/msbuild/testcommon.vcxproj index 3f976fbee61..b4ca874dbb2 100644 --- a/cpp/test/Common/msbuild/testcommon.vcxproj +++ b/cpp/test/Common/msbuild/testcommon.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -172,15 +172,15 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/application/msbuild/client/client.vcxproj b/cpp/test/Glacier2/application/msbuild/client/client.vcxproj index 59bd7d1271d..ca1ba623ee2 100644 --- a/cpp/test/Glacier2/application/msbuild/client/client.vcxproj +++ b/cpp/test/Glacier2/application/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/application/msbuild/client/packages.config b/cpp/test/Glacier2/application/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/application/msbuild/client/packages.config +++ b/cpp/test/Glacier2/application/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/application/msbuild/server/packages.config b/cpp/test/Glacier2/application/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/application/msbuild/server/packages.config +++ b/cpp/test/Glacier2/application/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/application/msbuild/server/server.vcxproj b/cpp/test/Glacier2/application/msbuild/server/server.vcxproj index 199db3f6655..a928a8a592f 100644 --- a/cpp/test/Glacier2/application/msbuild/server/server.vcxproj +++ b/cpp/test/Glacier2/application/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/attack/msbuild/client/client.vcxproj b/cpp/test/Glacier2/attack/msbuild/client/client.vcxproj index bfab73a4816..dc25f1c3b7c 100644 --- a/cpp/test/Glacier2/attack/msbuild/client/client.vcxproj +++ b/cpp/test/Glacier2/attack/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -331,8 +331,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/attack/msbuild/client/packages.config b/cpp/test/Glacier2/attack/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/attack/msbuild/client/packages.config +++ b/cpp/test/Glacier2/attack/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/attack/msbuild/server/packages.config b/cpp/test/Glacier2/attack/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/attack/msbuild/server/packages.config +++ b/cpp/test/Glacier2/attack/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/attack/msbuild/server/server.vcxproj b/cpp/test/Glacier2/attack/msbuild/server/server.vcxproj index aa884d8c7ca..dcf215bd77e 100644 --- a/cpp/test/Glacier2/attack/msbuild/server/server.vcxproj +++ b/cpp/test/Glacier2/attack/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/dynamicFiltering/msbuild/client/client.vcxproj b/cpp/test/Glacier2/dynamicFiltering/msbuild/client/client.vcxproj index 15621e9df76..b0ea9659d30 100644 --- a/cpp/test/Glacier2/dynamicFiltering/msbuild/client/client.vcxproj +++ b/cpp/test/Glacier2/dynamicFiltering/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/dynamicFiltering/msbuild/client/packages.config b/cpp/test/Glacier2/dynamicFiltering/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/dynamicFiltering/msbuild/client/packages.config +++ b/cpp/test/Glacier2/dynamicFiltering/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/dynamicFiltering/msbuild/server/packages.config b/cpp/test/Glacier2/dynamicFiltering/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/dynamicFiltering/msbuild/server/packages.config +++ b/cpp/test/Glacier2/dynamicFiltering/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/dynamicFiltering/msbuild/server/server.vcxproj b/cpp/test/Glacier2/dynamicFiltering/msbuild/server/server.vcxproj index 757faad4b41..695066f023f 100644 --- a/cpp/test/Glacier2/dynamicFiltering/msbuild/server/server.vcxproj +++ b/cpp/test/Glacier2/dynamicFiltering/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -336,8 +336,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/override/msbuild/client/client.vcxproj b/cpp/test/Glacier2/override/msbuild/client/client.vcxproj index 5575868d2a1..aa896245abe 100644 --- a/cpp/test/Glacier2/override/msbuild/client/client.vcxproj +++ b/cpp/test/Glacier2/override/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -256,7 +256,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/override/msbuild/client/packages.config b/cpp/test/Glacier2/override/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/override/msbuild/client/packages.config +++ b/cpp/test/Glacier2/override/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/override/msbuild/server/packages.config b/cpp/test/Glacier2/override/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/override/msbuild/server/packages.config +++ b/cpp/test/Glacier2/override/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/override/msbuild/server/server.vcxproj b/cpp/test/Glacier2/override/msbuild/server/server.vcxproj index 8d4bc573dca..27fa9f138c4 100644 --- a/cpp/test/Glacier2/override/msbuild/server/server.vcxproj +++ b/cpp/test/Glacier2/override/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/router/msbuild/client/client.vcxproj b/cpp/test/Glacier2/router/msbuild/client/client.vcxproj index 7fc31b1890f..59286efd11b 100644 --- a/cpp/test/Glacier2/router/msbuild/client/client.vcxproj +++ b/cpp/test/Glacier2/router/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -256,7 +256,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/router/msbuild/client/packages.config b/cpp/test/Glacier2/router/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/router/msbuild/client/packages.config +++ b/cpp/test/Glacier2/router/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/router/msbuild/server/packages.config b/cpp/test/Glacier2/router/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/router/msbuild/server/packages.config +++ b/cpp/test/Glacier2/router/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/router/msbuild/server/server.vcxproj b/cpp/test/Glacier2/router/msbuild/server/server.vcxproj index 5e64bda616a..e618822c74c 100644 --- a/cpp/test/Glacier2/router/msbuild/server/server.vcxproj +++ b/cpp/test/Glacier2/router/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/sessionControl/msbuild/client/client.vcxproj b/cpp/test/Glacier2/sessionControl/msbuild/client/client.vcxproj index db9de57b06d..93e2828c5e1 100644 --- a/cpp/test/Glacier2/sessionControl/msbuild/client/client.vcxproj +++ b/cpp/test/Glacier2/sessionControl/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/sessionControl/msbuild/client/packages.config b/cpp/test/Glacier2/sessionControl/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/sessionControl/msbuild/client/packages.config +++ b/cpp/test/Glacier2/sessionControl/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/sessionControl/msbuild/server/packages.config b/cpp/test/Glacier2/sessionControl/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/sessionControl/msbuild/server/packages.config +++ b/cpp/test/Glacier2/sessionControl/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/sessionControl/msbuild/server/server.vcxproj b/cpp/test/Glacier2/sessionControl/msbuild/server/server.vcxproj index 0daac2ab8fd..c5537a7ca51 100644 --- a/cpp/test/Glacier2/sessionControl/msbuild/server/server.vcxproj +++ b/cpp/test/Glacier2/sessionControl/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/sessionHelper/msbuild/client/client.vcxproj b/cpp/test/Glacier2/sessionHelper/msbuild/client/client.vcxproj index 97ced8eca65..9ef13f1d0bf 100644 --- a/cpp/test/Glacier2/sessionHelper/msbuild/client/client.vcxproj +++ b/cpp/test/Glacier2/sessionHelper/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/sessionHelper/msbuild/client/packages.config b/cpp/test/Glacier2/sessionHelper/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/sessionHelper/msbuild/client/packages.config +++ b/cpp/test/Glacier2/sessionHelper/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/sessionHelper/msbuild/server/packages.config b/cpp/test/Glacier2/sessionHelper/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/sessionHelper/msbuild/server/packages.config +++ b/cpp/test/Glacier2/sessionHelper/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/sessionHelper/msbuild/server/server.vcxproj b/cpp/test/Glacier2/sessionHelper/msbuild/server/server.vcxproj index 54f6cbd1482..1a33d806197 100644 --- a/cpp/test/Glacier2/sessionHelper/msbuild/server/server.vcxproj +++ b/cpp/test/Glacier2/sessionHelper/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/ssl/msbuild/client/client.vcxproj b/cpp/test/Glacier2/ssl/msbuild/client/client.vcxproj index f9546f0afba..c2954a15c2d 100644 --- a/cpp/test/Glacier2/ssl/msbuild/client/client.vcxproj +++ b/cpp/test/Glacier2/ssl/msbuild/client/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -88,7 +88,7 @@ - + @@ -160,7 +160,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Glacier2/ssl/msbuild/client/packages.config b/cpp/test/Glacier2/ssl/msbuild/client/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Glacier2/ssl/msbuild/client/packages.config +++ b/cpp/test/Glacier2/ssl/msbuild/client/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/ssl/msbuild/server/packages.config b/cpp/test/Glacier2/ssl/msbuild/server/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Glacier2/ssl/msbuild/server/packages.config +++ b/cpp/test/Glacier2/ssl/msbuild/server/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/ssl/msbuild/server/server.vcxproj b/cpp/test/Glacier2/ssl/msbuild/server/server.vcxproj index 13b26f937e3..ac27139ed34 100644 --- a/cpp/test/Glacier2/ssl/msbuild/server/server.vcxproj +++ b/cpp/test/Glacier2/ssl/msbuild/server/server.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -82,7 +82,7 @@ - + @@ -160,7 +160,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Glacier2/staticFiltering/msbuild/client/client.vcxproj b/cpp/test/Glacier2/staticFiltering/msbuild/client/client.vcxproj index 98b4cb01e08..e4b66cbe7b4 100644 --- a/cpp/test/Glacier2/staticFiltering/msbuild/client/client.vcxproj +++ b/cpp/test/Glacier2/staticFiltering/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -255,7 +255,7 @@ - + @@ -331,8 +331,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Glacier2/staticFiltering/msbuild/client/packages.config b/cpp/test/Glacier2/staticFiltering/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/staticFiltering/msbuild/client/packages.config +++ b/cpp/test/Glacier2/staticFiltering/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/staticFiltering/msbuild/server/packages.config b/cpp/test/Glacier2/staticFiltering/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Glacier2/staticFiltering/msbuild/server/packages.config +++ b/cpp/test/Glacier2/staticFiltering/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Glacier2/staticFiltering/msbuild/server/server.vcxproj b/cpp/test/Glacier2/staticFiltering/msbuild/server/server.vcxproj index 7d6a90d49a4..542c1206736 100644 --- a/cpp/test/Glacier2/staticFiltering/msbuild/server/server.vcxproj +++ b/cpp/test/Glacier2/staticFiltering/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/acm/msbuild/client/client.vcxproj b/cpp/test/Ice/acm/msbuild/client/client.vcxproj index 1c03025bdac..c1746bb6d66 100644 --- a/cpp/test/Ice/acm/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/acm/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -317,8 +317,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/acm/msbuild/client/packages.config b/cpp/test/Ice/acm/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/acm/msbuild/client/packages.config +++ b/cpp/test/Ice/acm/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/acm/msbuild/server/packages.config b/cpp/test/Ice/acm/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/acm/msbuild/server/packages.config +++ b/cpp/test/Ice/acm/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/acm/msbuild/server/server.vcxproj b/cpp/test/Ice/acm/msbuild/server/server.vcxproj index 79af00f120c..05a1b9101a5 100644 --- a/cpp/test/Ice/acm/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/acm/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/adapterDeactivation/msbuild/client/client.vcxproj b/cpp/test/Ice/adapterDeactivation/msbuild/client/client.vcxproj index 15ba3e0b170..3aee899d497 100644 --- a/cpp/test/Ice/adapterDeactivation/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/adapterDeactivation/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -293,8 +293,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/adapterDeactivation/msbuild/client/packages.config b/cpp/test/Ice/adapterDeactivation/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/adapterDeactivation/msbuild/client/packages.config +++ b/cpp/test/Ice/adapterDeactivation/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.vcxproj index 9e1c1b71c3f..cca8c07cd2d 100644 --- a/cpp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -337,8 +337,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/adapterDeactivation/msbuild/collocated/packages.config b/cpp/test/Ice/adapterDeactivation/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/adapterDeactivation/msbuild/collocated/packages.config +++ b/cpp/test/Ice/adapterDeactivation/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/adapterDeactivation/msbuild/server/packages.config b/cpp/test/Ice/adapterDeactivation/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/adapterDeactivation/msbuild/server/packages.config +++ b/cpp/test/Ice/adapterDeactivation/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/adapterDeactivation/msbuild/server/server.vcxproj b/cpp/test/Ice/adapterDeactivation/msbuild/server/server.vcxproj index 98ef54f5af3..295d31039ee 100644 --- a/cpp/test/Ice/adapterDeactivation/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/adapterDeactivation/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -336,8 +336,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/admin/msbuild/client/client.vcxproj b/cpp/test/Ice/admin/msbuild/client/client.vcxproj index 5b9dc9934ff..70b3e096d40 100644 --- a/cpp/test/Ice/admin/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/admin/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/admin/msbuild/client/packages.config b/cpp/test/Ice/admin/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/admin/msbuild/client/packages.config +++ b/cpp/test/Ice/admin/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/admin/msbuild/server/packages.config b/cpp/test/Ice/admin/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/admin/msbuild/server/packages.config +++ b/cpp/test/Ice/admin/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/admin/msbuild/server/server.vcxproj b/cpp/test/Ice/admin/msbuild/server/server.vcxproj index f8f52f3bc67..25b93c259b1 100644 --- a/cpp/test/Ice/admin/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/admin/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/ami/msbuild/client/client.vcxproj b/cpp/test/Ice/ami/msbuild/client/client.vcxproj index a34a42a67c7..84c4a6c1a50 100644 --- a/cpp/test/Ice/ami/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/ami/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -293,8 +293,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/ami/msbuild/client/packages.config b/cpp/test/Ice/ami/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/ami/msbuild/client/packages.config +++ b/cpp/test/Ice/ami/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/ami/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/ami/msbuild/collocated/collocated.vcxproj index 85f323a2289..de9f85902d5 100644 --- a/cpp/test/Ice/ami/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/ami/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -335,8 +335,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/ami/msbuild/collocated/packages.config b/cpp/test/Ice/ami/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/ami/msbuild/collocated/packages.config +++ b/cpp/test/Ice/ami/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/ami/msbuild/server/packages.config b/cpp/test/Ice/ami/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/ami/msbuild/server/packages.config +++ b/cpp/test/Ice/ami/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/ami/msbuild/server/server.vcxproj b/cpp/test/Ice/ami/msbuild/server/server.vcxproj index d11c855799c..db86b6f6bb8 100644 --- a/cpp/test/Ice/ami/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/ami/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/background/msbuild/client/client.vcxproj b/cpp/test/Ice/background/msbuild/client/client.vcxproj index caa5eee2df7..795ad5b594a 100644 --- a/cpp/test/Ice/background/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/background/msbuild/client/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -190,7 +190,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/background/msbuild/client/packages.config b/cpp/test/Ice/background/msbuild/client/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/background/msbuild/client/packages.config +++ b/cpp/test/Ice/background/msbuild/client/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/background/msbuild/server/packages.config b/cpp/test/Ice/background/msbuild/server/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/background/msbuild/server/packages.config +++ b/cpp/test/Ice/background/msbuild/server/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/background/msbuild/server/server.vcxproj b/cpp/test/Ice/background/msbuild/server/server.vcxproj index 54f13e1169b..1a68b80a31f 100644 --- a/cpp/test/Ice/background/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/background/msbuild/server/server.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -191,7 +191,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/background/msbuild/testtransport/packages.config b/cpp/test/Ice/background/msbuild/testtransport/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/background/msbuild/testtransport/packages.config +++ b/cpp/test/Ice/background/msbuild/testtransport/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/background/msbuild/testtransport/testtransport.vcxproj b/cpp/test/Ice/background/msbuild/testtransport/testtransport.vcxproj index 9e5ee7ed500..13369bfef75 100644 --- a/cpp/test/Ice/background/msbuild/testtransport/testtransport.vcxproj +++ b/cpp/test/Ice/background/msbuild/testtransport/testtransport.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -353,8 +353,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/binding/msbuild/client/client.vcxproj b/cpp/test/Ice/binding/msbuild/client/client.vcxproj index 0a296fc1ad8..006c9ae9f3a 100644 --- a/cpp/test/Ice/binding/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/binding/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -293,8 +293,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/binding/msbuild/client/packages.config b/cpp/test/Ice/binding/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/binding/msbuild/client/packages.config +++ b/cpp/test/Ice/binding/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/binding/msbuild/server/packages.config b/cpp/test/Ice/binding/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/binding/msbuild/server/packages.config +++ b/cpp/test/Ice/binding/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/binding/msbuild/server/server.vcxproj b/cpp/test/Ice/binding/msbuild/server/server.vcxproj index 2beee5266b3..79991d565cf 100644 --- a/cpp/test/Ice/binding/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/binding/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/custom/msbuild/client/client.vcxproj b/cpp/test/Ice/custom/msbuild/client/client.vcxproj index c18913bec37..d0112b22230 100644 --- a/cpp/test/Ice/custom/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/custom/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -498,8 +498,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/custom/msbuild/client/packages.config b/cpp/test/Ice/custom/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/custom/msbuild/client/packages.config +++ b/cpp/test/Ice/custom/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/custom/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/custom/msbuild/collocated/collocated.vcxproj index fb440fc4a76..ee4428a9e5e 100644 --- a/cpp/test/Ice/custom/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/custom/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -502,8 +502,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/custom/msbuild/collocated/packages.config b/cpp/test/Ice/custom/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/custom/msbuild/collocated/packages.config +++ b/cpp/test/Ice/custom/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/custom/msbuild/server/packages.config b/cpp/test/Ice/custom/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/custom/msbuild/server/packages.config +++ b/cpp/test/Ice/custom/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/custom/msbuild/server/server.vcxproj b/cpp/test/Ice/custom/msbuild/server/server.vcxproj index 73a45c159d9..970dddcc5d3 100644 --- a/cpp/test/Ice/custom/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/custom/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -501,8 +501,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/custom/msbuild/serveramd/packages.config b/cpp/test/Ice/custom/msbuild/serveramd/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/custom/msbuild/serveramd/packages.config +++ b/cpp/test/Ice/custom/msbuild/serveramd/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/custom/msbuild/serveramd/serveramd.vcxproj b/cpp/test/Ice/custom/msbuild/serveramd/serveramd.vcxproj index 6a78aab10bf..c079d3079b8 100644 --- a/cpp/test/Ice/custom/msbuild/serveramd/serveramd.vcxproj +++ b/cpp/test/Ice/custom/msbuild/serveramd/serveramd.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -501,8 +501,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/defaultServant/msbuild/client.vcxproj b/cpp/test/Ice/defaultServant/msbuild/client.vcxproj index e2d7c77b1aa..6f56abc0a23 100644 --- a/cpp/test/Ice/defaultServant/msbuild/client.vcxproj +++ b/cpp/test/Ice/defaultServant/msbuild/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/defaultServant/msbuild/packages.config b/cpp/test/Ice/defaultServant/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/defaultServant/msbuild/packages.config +++ b/cpp/test/Ice/defaultServant/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/defaultValue/msbuild/client.vcxproj b/cpp/test/Ice/defaultValue/msbuild/client.vcxproj index 922efbf73c2..c401b350792 100644 --- a/cpp/test/Ice/defaultValue/msbuild/client.vcxproj +++ b/cpp/test/Ice/defaultValue/msbuild/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -333,8 +333,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/defaultValue/msbuild/packages.config b/cpp/test/Ice/defaultValue/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/defaultValue/msbuild/packages.config +++ b/cpp/test/Ice/defaultValue/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/dispatcher/msbuild/client/client.vcxproj b/cpp/test/Ice/dispatcher/msbuild/client/client.vcxproj index c9f98dacc12..45cfe88e5c7 100644 --- a/cpp/test/Ice/dispatcher/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/dispatcher/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -335,8 +335,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/dispatcher/msbuild/client/packages.config b/cpp/test/Ice/dispatcher/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/dispatcher/msbuild/client/packages.config +++ b/cpp/test/Ice/dispatcher/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/dispatcher/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/dispatcher/msbuild/collocated/collocated.vcxproj index c4d86e80602..9770c262322 100644 --- a/cpp/test/Ice/dispatcher/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/dispatcher/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -337,8 +337,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/dispatcher/msbuild/collocated/packages.config b/cpp/test/Ice/dispatcher/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/dispatcher/msbuild/collocated/packages.config +++ b/cpp/test/Ice/dispatcher/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/dispatcher/msbuild/server/packages.config b/cpp/test/Ice/dispatcher/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/dispatcher/msbuild/server/packages.config +++ b/cpp/test/Ice/dispatcher/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/dispatcher/msbuild/server/server.vcxproj b/cpp/test/Ice/dispatcher/msbuild/server/server.vcxproj index 483147f531e..a350adac02e 100644 --- a/cpp/test/Ice/dispatcher/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/dispatcher/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -336,8 +336,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/echo/msbuild/packages.config b/cpp/test/Ice/echo/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/echo/msbuild/packages.config +++ b/cpp/test/Ice/echo/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/echo/msbuild/server.vcxproj b/cpp/test/Ice/echo/msbuild/server.vcxproj index ee74cd92af6..507f84aeb77 100644 --- a/cpp/test/Ice/echo/msbuild/server.vcxproj +++ b/cpp/test/Ice/echo/msbuild/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/enums/msbuild/client/client.vcxproj b/cpp/test/Ice/enums/msbuild/client/client.vcxproj index 7a9a7680798..e2e7dd7aa74 100644 --- a/cpp/test/Ice/enums/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/enums/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -333,8 +333,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/enums/msbuild/client/packages.config b/cpp/test/Ice/enums/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/enums/msbuild/client/packages.config +++ b/cpp/test/Ice/enums/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/enums/msbuild/server/packages.config b/cpp/test/Ice/enums/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/enums/msbuild/server/packages.config +++ b/cpp/test/Ice/enums/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/enums/msbuild/server/server.vcxproj b/cpp/test/Ice/enums/msbuild/server/server.vcxproj index 0620bcc5c1e..1ca4794ad01 100644 --- a/cpp/test/Ice/enums/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/enums/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/exceptions/msbuild/client/client.vcxproj b/cpp/test/Ice/exceptions/msbuild/client/client.vcxproj index 6efb59915e4..e7d0079869a 100644 --- a/cpp/test/Ice/exceptions/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/exceptions/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -294,8 +294,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/exceptions/msbuild/client/packages.config b/cpp/test/Ice/exceptions/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/exceptions/msbuild/client/packages.config +++ b/cpp/test/Ice/exceptions/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/exceptions/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/exceptions/msbuild/collocated/collocated.vcxproj index 5dd9d130331..1bf29901009 100644 --- a/cpp/test/Ice/exceptions/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/exceptions/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -336,8 +336,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/exceptions/msbuild/collocated/packages.config b/cpp/test/Ice/exceptions/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/exceptions/msbuild/collocated/packages.config +++ b/cpp/test/Ice/exceptions/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/exceptions/msbuild/server/packages.config b/cpp/test/Ice/exceptions/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/exceptions/msbuild/server/packages.config +++ b/cpp/test/Ice/exceptions/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/exceptions/msbuild/server/server.vcxproj b/cpp/test/Ice/exceptions/msbuild/server/server.vcxproj index 074fe4b41d4..c5b99ca2857 100644 --- a/cpp/test/Ice/exceptions/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/exceptions/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -335,8 +335,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/exceptions/msbuild/serveramd/packages.config b/cpp/test/Ice/exceptions/msbuild/serveramd/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/exceptions/msbuild/serveramd/packages.config +++ b/cpp/test/Ice/exceptions/msbuild/serveramd/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/exceptions/msbuild/serveramd/serveramd.vcxproj b/cpp/test/Ice/exceptions/msbuild/serveramd/serveramd.vcxproj index 51c9f310e42..d442c460517 100644 --- a/cpp/test/Ice/exceptions/msbuild/serveramd/serveramd.vcxproj +++ b/cpp/test/Ice/exceptions/msbuild/serveramd/serveramd.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -343,8 +343,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/facets/msbuild/client/client.vcxproj b/cpp/test/Ice/facets/msbuild/client/client.vcxproj index 8a1848368a4..a2b3edd0bb7 100644 --- a/cpp/test/Ice/facets/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/facets/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -293,8 +293,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/facets/msbuild/client/packages.config b/cpp/test/Ice/facets/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/facets/msbuild/client/packages.config +++ b/cpp/test/Ice/facets/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/facets/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/facets/msbuild/collocated/collocated.vcxproj index 51ce3419fc8..ae074589dff 100644 --- a/cpp/test/Ice/facets/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/facets/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -335,8 +335,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/facets/msbuild/collocated/packages.config b/cpp/test/Ice/facets/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/facets/msbuild/collocated/packages.config +++ b/cpp/test/Ice/facets/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/facets/msbuild/server/packages.config b/cpp/test/Ice/facets/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/facets/msbuild/server/packages.config +++ b/cpp/test/Ice/facets/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/facets/msbuild/server/server.vcxproj b/cpp/test/Ice/facets/msbuild/server/server.vcxproj index d3f6185dbcb..3e7393780c2 100644 --- a/cpp/test/Ice/facets/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/facets/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/faultTolerance/msbuild/client/client.vcxproj b/cpp/test/Ice/faultTolerance/msbuild/client/client.vcxproj index 19ee7899c1b..086711c3285 100644 --- a/cpp/test/Ice/faultTolerance/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/faultTolerance/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -293,8 +293,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/faultTolerance/msbuild/client/packages.config b/cpp/test/Ice/faultTolerance/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/faultTolerance/msbuild/client/packages.config +++ b/cpp/test/Ice/faultTolerance/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/faultTolerance/msbuild/server/packages.config b/cpp/test/Ice/faultTolerance/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/faultTolerance/msbuild/server/packages.config +++ b/cpp/test/Ice/faultTolerance/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/faultTolerance/msbuild/server/server.vcxproj b/cpp/test/Ice/faultTolerance/msbuild/server/server.vcxproj index cb186ad2247..18017fa4b6f 100644 --- a/cpp/test/Ice/faultTolerance/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/faultTolerance/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/hash/msbuild/client.vcxproj b/cpp/test/Ice/hash/msbuild/client.vcxproj index 0ce5ae5c7fc..ba79cfba8d1 100644 --- a/cpp/test/Ice/hash/msbuild/client.vcxproj +++ b/cpp/test/Ice/hash/msbuild/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/hash/msbuild/packages.config b/cpp/test/Ice/hash/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/hash/msbuild/packages.config +++ b/cpp/test/Ice/hash/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/hold/msbuild/client/client.vcxproj b/cpp/test/Ice/hold/msbuild/client/client.vcxproj index cd7d24dc3af..dbd677b9b64 100644 --- a/cpp/test/Ice/hold/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/hold/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -293,8 +293,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/hold/msbuild/client/packages.config b/cpp/test/Ice/hold/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/hold/msbuild/client/packages.config +++ b/cpp/test/Ice/hold/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/hold/msbuild/server/packages.config b/cpp/test/Ice/hold/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/hold/msbuild/server/packages.config +++ b/cpp/test/Ice/hold/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/hold/msbuild/server/server.vcxproj b/cpp/test/Ice/hold/msbuild/server/server.vcxproj index 39346bf65dd..e6108303072 100644 --- a/cpp/test/Ice/hold/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/hold/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/impl/msbuild/server/packages.config b/cpp/test/Ice/impl/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/impl/msbuild/server/packages.config +++ b/cpp/test/Ice/impl/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/impl/msbuild/server/server.vcxproj b/cpp/test/Ice/impl/msbuild/server/server.vcxproj index 7f2a5168f60..0973864740b 100644 --- a/cpp/test/Ice/impl/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/impl/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -87,7 +87,7 @@ - + @@ -473,8 +473,8 @@ $(IceToolsPath)\slice2cpp.exe -I$(IceHome)\slice $(IceBuilderImpl) ..\..\Test.ic This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/impl/msbuild/serveramd/packages.config b/cpp/test/Ice/impl/msbuild/serveramd/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/impl/msbuild/serveramd/packages.config +++ b/cpp/test/Ice/impl/msbuild/serveramd/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/impl/msbuild/serveramd/serveramd.vcxproj b/cpp/test/Ice/impl/msbuild/serveramd/serveramd.vcxproj index df38a97ecdf..a3dc3db637e 100644 --- a/cpp/test/Ice/impl/msbuild/serveramd/serveramd.vcxproj +++ b/cpp/test/Ice/impl/msbuild/serveramd/serveramd.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -87,7 +87,7 @@ - + @@ -471,8 +471,8 @@ $(IceToolsPath)\slice2cpp.exe -I$(IceHome)\slice $(IceBuilderImpl) ..\..\TestAMD This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/info/msbuild/client/client.vcxproj b/cpp/test/Ice/info/msbuild/client/client.vcxproj index 0702d6ff2cb..3a2ff23140a 100644 --- a/cpp/test/Ice/info/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/info/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -335,8 +335,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/info/msbuild/client/packages.config b/cpp/test/Ice/info/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/info/msbuild/client/packages.config +++ b/cpp/test/Ice/info/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/info/msbuild/server/packages.config b/cpp/test/Ice/info/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/info/msbuild/server/packages.config +++ b/cpp/test/Ice/info/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/info/msbuild/server/server.vcxproj b/cpp/test/Ice/info/msbuild/server/server.vcxproj index 6ccd011aadd..7fdf75e076f 100644 --- a/cpp/test/Ice/info/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/info/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/inheritance/msbuild/client/client.vcxproj b/cpp/test/Ice/inheritance/msbuild/client/client.vcxproj index f0f1763544b..4fc28a5e208 100644 --- a/cpp/test/Ice/inheritance/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/inheritance/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -333,8 +333,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/inheritance/msbuild/client/packages.config b/cpp/test/Ice/inheritance/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/inheritance/msbuild/client/packages.config +++ b/cpp/test/Ice/inheritance/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/inheritance/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/inheritance/msbuild/collocated/collocated.vcxproj index 6974879f6de..c8c5976790c 100644 --- a/cpp/test/Ice/inheritance/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/inheritance/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -335,8 +335,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/inheritance/msbuild/collocated/packages.config b/cpp/test/Ice/inheritance/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/inheritance/msbuild/collocated/packages.config +++ b/cpp/test/Ice/inheritance/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/inheritance/msbuild/server/packages.config b/cpp/test/Ice/inheritance/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/inheritance/msbuild/server/packages.config +++ b/cpp/test/Ice/inheritance/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/inheritance/msbuild/server/server.vcxproj b/cpp/test/Ice/inheritance/msbuild/server/server.vcxproj index f09213e05e3..0c1c8bb1082 100644 --- a/cpp/test/Ice/inheritance/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/inheritance/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/interceptor/msbuild/client/client.vcxproj b/cpp/test/Ice/interceptor/msbuild/client/client.vcxproj index b2424fe3d34..d0f3ef753dd 100644 --- a/cpp/test/Ice/interceptor/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/interceptor/msbuild/client/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -202,7 +202,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/interceptor/msbuild/client/packages.config b/cpp/test/Ice/interceptor/msbuild/client/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/interceptor/msbuild/client/packages.config +++ b/cpp/test/Ice/interceptor/msbuild/client/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/interceptor/msbuild/interceptortest/interceptortest.vcxproj b/cpp/test/Ice/interceptor/msbuild/interceptortest/interceptortest.vcxproj index c79640a4bc1..f01c50d3427 100644 --- a/cpp/test/Ice/interceptor/msbuild/interceptortest/interceptortest.vcxproj +++ b/cpp/test/Ice/interceptor/msbuild/interceptortest/interceptortest.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -339,8 +339,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/interceptor/msbuild/interceptortest/packages.config b/cpp/test/Ice/interceptor/msbuild/interceptortest/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/interceptor/msbuild/interceptortest/packages.config +++ b/cpp/test/Ice/interceptor/msbuild/interceptortest/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/invoke/msbuild/client/client.vcxproj b/cpp/test/Ice/invoke/msbuild/client/client.vcxproj index 1b29869e006..d8315b67a41 100644 --- a/cpp/test/Ice/invoke/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/invoke/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -333,8 +333,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/invoke/msbuild/client/packages.config b/cpp/test/Ice/invoke/msbuild/client/packages.config index 503a72960c8..419fb9ee24d 100644 --- a/cpp/test/Ice/invoke/msbuild/client/packages.config +++ b/cpp/test/Ice/invoke/msbuild/client/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/cpp/test/Ice/invoke/msbuild/server/packages.config b/cpp/test/Ice/invoke/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/invoke/msbuild/server/packages.config +++ b/cpp/test/Ice/invoke/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/invoke/msbuild/server/server.vcxproj b/cpp/test/Ice/invoke/msbuild/server/server.vcxproj index 356eccd5720..73b5d19e829 100644 --- a/cpp/test/Ice/invoke/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/invoke/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/library/msbuild/alltests/alltests.vcxproj b/cpp/test/Ice/library/msbuild/alltests/alltests.vcxproj index 11ed94b495f..b44aebad70d 100644 --- a/cpp/test/Ice/library/msbuild/alltests/alltests.vcxproj +++ b/cpp/test/Ice/library/msbuild/alltests/alltests.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -195,7 +195,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/library/msbuild/alltests/packages.config b/cpp/test/Ice/library/msbuild/alltests/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/library/msbuild/alltests/packages.config +++ b/cpp/test/Ice/library/msbuild/alltests/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/library/msbuild/client/client.vcxproj b/cpp/test/Ice/library/msbuild/client/client.vcxproj index 0ec02230520..afdddc6c317 100644 --- a/cpp/test/Ice/library/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/library/msbuild/client/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -163,7 +163,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/library/msbuild/client/packages.config b/cpp/test/Ice/library/msbuild/client/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/library/msbuild/client/packages.config +++ b/cpp/test/Ice/library/msbuild/client/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/library/msbuild/consumer/consumer.vcxproj b/cpp/test/Ice/library/msbuild/consumer/consumer.vcxproj index 2ecf58bd571..2b4685e0be9 100644 --- a/cpp/test/Ice/library/msbuild/consumer/consumer.vcxproj +++ b/cpp/test/Ice/library/msbuild/consumer/consumer.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -195,7 +195,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/library/msbuild/consumer/packages.config b/cpp/test/Ice/library/msbuild/consumer/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/library/msbuild/consumer/packages.config +++ b/cpp/test/Ice/library/msbuild/consumer/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/library/msbuild/gencode/gencode.vcxproj b/cpp/test/Ice/library/msbuild/gencode/gencode.vcxproj index cb96902ea3d..6de05f14767 100644 --- a/cpp/test/Ice/library/msbuild/gencode/gencode.vcxproj +++ b/cpp/test/Ice/library/msbuild/gencode/gencode.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -299,8 +299,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/library/msbuild/gencode/packages.config b/cpp/test/Ice/library/msbuild/gencode/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/library/msbuild/gencode/packages.config +++ b/cpp/test/Ice/library/msbuild/gencode/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/location/msbuild/client/client.vcxproj b/cpp/test/Ice/location/msbuild/client/client.vcxproj index fe6d211c835..69bdd8901a9 100644 --- a/cpp/test/Ice/location/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/location/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -333,8 +333,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/location/msbuild/client/packages.config b/cpp/test/Ice/location/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/location/msbuild/client/packages.config +++ b/cpp/test/Ice/location/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/location/msbuild/server/packages.config b/cpp/test/Ice/location/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/location/msbuild/server/packages.config +++ b/cpp/test/Ice/location/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/location/msbuild/server/server.vcxproj b/cpp/test/Ice/location/msbuild/server/server.vcxproj index 6b5a45bf67b..e22ffa6ac8d 100644 --- a/cpp/test/Ice/location/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/location/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -336,8 +336,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/logger/msbuild/client1/client1.vcxproj b/cpp/test/Ice/logger/msbuild/client1/client1.vcxproj index 3a19eab7ffe..fb75c1026e6 100644 --- a/cpp/test/Ice/logger/msbuild/client1/client1.vcxproj +++ b/cpp/test/Ice/logger/msbuild/client1/client1.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -90,7 +90,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/logger/msbuild/client1/packages.config b/cpp/test/Ice/logger/msbuild/client1/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/logger/msbuild/client1/packages.config +++ b/cpp/test/Ice/logger/msbuild/client1/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/logger/msbuild/client2/client2.vcxproj b/cpp/test/Ice/logger/msbuild/client2/client2.vcxproj index c9ef9f7974e..3a182e012f6 100644 --- a/cpp/test/Ice/logger/msbuild/client2/client2.vcxproj +++ b/cpp/test/Ice/logger/msbuild/client2/client2.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -90,7 +90,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/logger/msbuild/client2/packages.config b/cpp/test/Ice/logger/msbuild/client2/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/logger/msbuild/client2/packages.config +++ b/cpp/test/Ice/logger/msbuild/client2/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/logger/msbuild/client3/client3.vcxproj b/cpp/test/Ice/logger/msbuild/client3/client3.vcxproj index 658028e3d4a..1ca90aa58c7 100644 --- a/cpp/test/Ice/logger/msbuild/client3/client3.vcxproj +++ b/cpp/test/Ice/logger/msbuild/client3/client3.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -90,7 +90,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/logger/msbuild/client3/packages.config b/cpp/test/Ice/logger/msbuild/client3/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/logger/msbuild/client3/packages.config +++ b/cpp/test/Ice/logger/msbuild/client3/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/logger/msbuild/client4/client4.vcxproj b/cpp/test/Ice/logger/msbuild/client4/client4.vcxproj index ec9a88caa8e..7b620fdbe87 100644 --- a/cpp/test/Ice/logger/msbuild/client4/client4.vcxproj +++ b/cpp/test/Ice/logger/msbuild/client4/client4.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -90,7 +90,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/logger/msbuild/client4/packages.config b/cpp/test/Ice/logger/msbuild/client4/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/logger/msbuild/client4/packages.config +++ b/cpp/test/Ice/logger/msbuild/client4/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/logger/msbuild/client5/client5.vcxproj b/cpp/test/Ice/logger/msbuild/client5/client5.vcxproj index e326ef8bea1..1b9650bb3dd 100644 --- a/cpp/test/Ice/logger/msbuild/client5/client5.vcxproj +++ b/cpp/test/Ice/logger/msbuild/client5/client5.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -90,7 +90,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/logger/msbuild/client5/packages.config b/cpp/test/Ice/logger/msbuild/client5/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/logger/msbuild/client5/packages.config +++ b/cpp/test/Ice/logger/msbuild/client5/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/metrics/msbuild/client/client.vcxproj b/cpp/test/Ice/metrics/msbuild/client/client.vcxproj index 268d8366090..c154e3a2749 100644 --- a/cpp/test/Ice/metrics/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/metrics/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@ - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/metrics/msbuild/client/packages.config b/cpp/test/Ice/metrics/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/metrics/msbuild/client/packages.config +++ b/cpp/test/Ice/metrics/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/metrics/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/metrics/msbuild/collocated/collocated.vcxproj index 5c73fc4b4ed..f1d0c219e0b 100644 --- a/cpp/test/Ice/metrics/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/metrics/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -336,8 +336,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/metrics/msbuild/collocated/packages.config b/cpp/test/Ice/metrics/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/metrics/msbuild/collocated/packages.config +++ b/cpp/test/Ice/metrics/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/metrics/msbuild/server/packages.config b/cpp/test/Ice/metrics/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/metrics/msbuild/server/packages.config +++ b/cpp/test/Ice/metrics/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/metrics/msbuild/server/server.vcxproj b/cpp/test/Ice/metrics/msbuild/server/server.vcxproj index 9a5a3a662e0..6a06971495e 100644 --- a/cpp/test/Ice/metrics/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/metrics/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/metrics/msbuild/serveramd/packages.config b/cpp/test/Ice/metrics/msbuild/serveramd/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/metrics/msbuild/serveramd/packages.config +++ b/cpp/test/Ice/metrics/msbuild/serveramd/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/metrics/msbuild/serveramd/serveramd.vcxproj b/cpp/test/Ice/metrics/msbuild/serveramd/serveramd.vcxproj index 07321262446..f1b6ddf30d6 100644 --- a/cpp/test/Ice/metrics/msbuild/serveramd/serveramd.vcxproj +++ b/cpp/test/Ice/metrics/msbuild/serveramd/serveramd.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/networkProxy/msbuild/client/client.vcxproj b/cpp/test/Ice/networkProxy/msbuild/client/client.vcxproj index ec926c7e7a3..478bb6ab0f2 100644 --- a/cpp/test/Ice/networkProxy/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/networkProxy/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -257,7 +257,7 @@ - + @@ -333,8 +333,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/networkProxy/msbuild/client/packages.config b/cpp/test/Ice/networkProxy/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/networkProxy/msbuild/client/packages.config +++ b/cpp/test/Ice/networkProxy/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/networkProxy/msbuild/server/packages.config b/cpp/test/Ice/networkProxy/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/networkProxy/msbuild/server/packages.config +++ b/cpp/test/Ice/networkProxy/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/networkProxy/msbuild/server/server.vcxproj b/cpp/test/Ice/networkProxy/msbuild/server/server.vcxproj index b58bd4575d2..78249076e5b 100644 --- a/cpp/test/Ice/networkProxy/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/networkProxy/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -256,7 +256,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/objects/msbuild/client/client.vcxproj b/cpp/test/Ice/objects/msbuild/client/client.vcxproj index c2ae3761e71..d999411ab96 100644 --- a/cpp/test/Ice/objects/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/objects/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -860,8 +860,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/objects/msbuild/client/packages.config b/cpp/test/Ice/objects/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/objects/msbuild/client/packages.config +++ b/cpp/test/Ice/objects/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/objects/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/objects/msbuild/collocated/collocated.vcxproj index 1b5d81c2ed5..da69663d795 100644 --- a/cpp/test/Ice/objects/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/objects/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -853,8 +853,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/objects/msbuild/collocated/packages.config b/cpp/test/Ice/objects/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/objects/msbuild/collocated/packages.config +++ b/cpp/test/Ice/objects/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/objects/msbuild/server/packages.config b/cpp/test/Ice/objects/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/objects/msbuild/server/packages.config +++ b/cpp/test/Ice/objects/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/objects/msbuild/server/server.vcxproj b/cpp/test/Ice/objects/msbuild/server/server.vcxproj index 33b3bc40587..4c0cf71d83d 100644 --- a/cpp/test/Ice/objects/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/objects/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -852,8 +852,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/operations/msbuild/client/client.vcxproj b/cpp/test/Ice/operations/msbuild/client/client.vcxproj index 307e3bf0dce..7485ca7f469 100644 --- a/cpp/test/Ice/operations/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/operations/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -339,8 +339,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/operations/msbuild/client/packages.config b/cpp/test/Ice/operations/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/operations/msbuild/client/packages.config +++ b/cpp/test/Ice/operations/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/operations/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/operations/msbuild/collocated/collocated.vcxproj index 0722b364025..600853e3cc8 100644 --- a/cpp/test/Ice/operations/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/operations/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -349,8 +349,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/operations/msbuild/collocated/packages.config b/cpp/test/Ice/operations/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/operations/msbuild/collocated/packages.config +++ b/cpp/test/Ice/operations/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/operations/msbuild/server/packages.config b/cpp/test/Ice/operations/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/operations/msbuild/server/packages.config +++ b/cpp/test/Ice/operations/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/operations/msbuild/server/server.vcxproj b/cpp/test/Ice/operations/msbuild/server/server.vcxproj index b0260bad4ae..fa814669858 100644 --- a/cpp/test/Ice/operations/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/operations/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -342,8 +342,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/operations/msbuild/serveramd/packages.config b/cpp/test/Ice/operations/msbuild/serveramd/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/operations/msbuild/serveramd/packages.config +++ b/cpp/test/Ice/operations/msbuild/serveramd/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/operations/msbuild/serveramd/serveramd.vcxproj b/cpp/test/Ice/operations/msbuild/serveramd/serveramd.vcxproj index dda69e8c084..f9e648ba3eb 100644 --- a/cpp/test/Ice/operations/msbuild/serveramd/serveramd.vcxproj +++ b/cpp/test/Ice/operations/msbuild/serveramd/serveramd.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -342,8 +342,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/optional/msbuild/client/client.vcxproj b/cpp/test/Ice/optional/msbuild/client/client.vcxproj index 7fbe3346222..25c2640c072 100644 --- a/cpp/test/Ice/optional/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/optional/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -338,8 +338,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/optional/msbuild/client/packages.config b/cpp/test/Ice/optional/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/optional/msbuild/client/packages.config +++ b/cpp/test/Ice/optional/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/optional/msbuild/server/packages.config b/cpp/test/Ice/optional/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/optional/msbuild/server/packages.config +++ b/cpp/test/Ice/optional/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/optional/msbuild/server/server.vcxproj b/cpp/test/Ice/optional/msbuild/server/server.vcxproj index e2b93843fe5..c64c773afac 100644 --- a/cpp/test/Ice/optional/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/optional/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -338,8 +338,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/optional/msbuild/serveramd/packages.config b/cpp/test/Ice/optional/msbuild/serveramd/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/optional/msbuild/serveramd/packages.config +++ b/cpp/test/Ice/optional/msbuild/serveramd/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/optional/msbuild/serveramd/serveramd.vcxproj b/cpp/test/Ice/optional/msbuild/serveramd/serveramd.vcxproj index a15bf17e4d9..1c0780813a4 100644 --- a/cpp/test/Ice/optional/msbuild/serveramd/serveramd.vcxproj +++ b/cpp/test/Ice/optional/msbuild/serveramd/serveramd.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -338,8 +338,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/plugin/msbuild/client/client.vcxproj b/cpp/test/Ice/plugin/msbuild/client/client.vcxproj index a881d40d8ef..82d87369002 100644 --- a/cpp/test/Ice/plugin/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/plugin/msbuild/client/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -90,7 +90,7 @@ - + @@ -127,7 +127,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/plugin/msbuild/client/packages.config b/cpp/test/Ice/plugin/msbuild/client/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/plugin/msbuild/client/packages.config +++ b/cpp/test/Ice/plugin/msbuild/client/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/plugin/msbuild/testplugin/packages.config b/cpp/test/Ice/plugin/msbuild/testplugin/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/plugin/msbuild/testplugin/packages.config +++ b/cpp/test/Ice/plugin/msbuild/testplugin/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/plugin/msbuild/testplugin/testplugin.vcxproj b/cpp/test/Ice/plugin/msbuild/testplugin/testplugin.vcxproj index b9c9d69b02a..5113fae6afe 100644 --- a/cpp/test/Ice/plugin/msbuild/testplugin/testplugin.vcxproj +++ b/cpp/test/Ice/plugin/msbuild/testplugin/testplugin.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -90,7 +90,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/properties/msbuild/client.vcxproj b/cpp/test/Ice/properties/msbuild/client.vcxproj index 0841fe287e5..5b507e8802f 100644 --- a/cpp/test/Ice/properties/msbuild/client.vcxproj +++ b/cpp/test/Ice/properties/msbuild/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/Ice/properties/msbuild/packages.config b/cpp/test/Ice/properties/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/Ice/properties/msbuild/packages.config +++ b/cpp/test/Ice/properties/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/proxy/msbuild/client/client.vcxproj b/cpp/test/Ice/proxy/msbuild/client/client.vcxproj index 3005a6c9fb8..9c34dcec479 100644 --- a/cpp/test/Ice/proxy/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/proxy/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -293,8 +293,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/proxy/msbuild/client/packages.config b/cpp/test/Ice/proxy/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/proxy/msbuild/client/packages.config +++ b/cpp/test/Ice/proxy/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/proxy/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/proxy/msbuild/collocated/collocated.vcxproj index 56affc910d2..bac57fe4f08 100644 --- a/cpp/test/Ice/proxy/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/proxy/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -335,8 +335,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/proxy/msbuild/collocated/packages.config b/cpp/test/Ice/proxy/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/proxy/msbuild/collocated/packages.config +++ b/cpp/test/Ice/proxy/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/proxy/msbuild/server/packages.config b/cpp/test/Ice/proxy/msbuild/server/packages.config index 503a72960c8..419fb9ee24d 100644 --- a/cpp/test/Ice/proxy/msbuild/server/packages.config +++ b/cpp/test/Ice/proxy/msbuild/server/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/cpp/test/Ice/proxy/msbuild/server/server.vcxproj b/cpp/test/Ice/proxy/msbuild/server/server.vcxproj index ca1133e8844..40939b28e52 100644 --- a/cpp/test/Ice/proxy/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/proxy/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/proxy/msbuild/serveramd/packages.config b/cpp/test/Ice/proxy/msbuild/serveramd/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/proxy/msbuild/serveramd/packages.config +++ b/cpp/test/Ice/proxy/msbuild/serveramd/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/proxy/msbuild/serveramd/serveramd.vcxproj b/cpp/test/Ice/proxy/msbuild/serveramd/serveramd.vcxproj index 19f85bed26d..bdfe1355bf5 100644 --- a/cpp/test/Ice/proxy/msbuild/serveramd/serveramd.vcxproj +++ b/cpp/test/Ice/proxy/msbuild/serveramd/serveramd.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/retry/msbuild/client/client.vcxproj b/cpp/test/Ice/retry/msbuild/client/client.vcxproj index 25317a3f755..d734d3e4dc7 100644 --- a/cpp/test/Ice/retry/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/retry/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -335,8 +335,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/retry/msbuild/client/packages.config b/cpp/test/Ice/retry/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/retry/msbuild/client/packages.config +++ b/cpp/test/Ice/retry/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/retry/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/retry/msbuild/collocated/collocated.vcxproj index 85116ff0a36..4743e7ce5aa 100644 --- a/cpp/test/Ice/retry/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/retry/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -337,8 +337,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/retry/msbuild/collocated/packages.config b/cpp/test/Ice/retry/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/retry/msbuild/collocated/packages.config +++ b/cpp/test/Ice/retry/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/retry/msbuild/server/packages.config b/cpp/test/Ice/retry/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/retry/msbuild/server/packages.config +++ b/cpp/test/Ice/retry/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/retry/msbuild/server/server.vcxproj b/cpp/test/Ice/retry/msbuild/server/server.vcxproj index 150369be2a9..dadb8986c63 100644 --- a/cpp/test/Ice/retry/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/retry/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -337,8 +337,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/scope/msbuild/client/client.vcxproj b/cpp/test/Ice/scope/msbuild/client/client.vcxproj index 4c1ff588140..6e59cd559b3 100644 --- a/cpp/test/Ice/scope/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/scope/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -333,8 +333,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/scope/msbuild/client/packages.config b/cpp/test/Ice/scope/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/scope/msbuild/client/packages.config +++ b/cpp/test/Ice/scope/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/scope/msbuild/server/packages.config b/cpp/test/Ice/scope/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/scope/msbuild/server/packages.config +++ b/cpp/test/Ice/scope/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/scope/msbuild/server/server.vcxproj b/cpp/test/Ice/scope/msbuild/server/server.vcxproj index 0b4286a44a2..23a8ef205be 100644 --- a/cpp/test/Ice/scope/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/scope/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -341,8 +341,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/servantLocator/msbuild/client/client.vcxproj b/cpp/test/Ice/servantLocator/msbuild/client/client.vcxproj index 01a9a8e3fc3..404f4e19d52 100644 --- a/cpp/test/Ice/servantLocator/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/servantLocator/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -293,8 +293,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/servantLocator/msbuild/client/packages.config b/cpp/test/Ice/servantLocator/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/servantLocator/msbuild/client/packages.config +++ b/cpp/test/Ice/servantLocator/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/servantLocator/msbuild/collocated/collocated.vcxproj b/cpp/test/Ice/servantLocator/msbuild/collocated/collocated.vcxproj index 12318b9d6e6..de8f2f00c19 100644 --- a/cpp/test/Ice/servantLocator/msbuild/collocated/collocated.vcxproj +++ b/cpp/test/Ice/servantLocator/msbuild/collocated/collocated.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -337,8 +337,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/servantLocator/msbuild/collocated/packages.config b/cpp/test/Ice/servantLocator/msbuild/collocated/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/servantLocator/msbuild/collocated/packages.config +++ b/cpp/test/Ice/servantLocator/msbuild/collocated/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/servantLocator/msbuild/server/packages.config b/cpp/test/Ice/servantLocator/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/servantLocator/msbuild/server/packages.config +++ b/cpp/test/Ice/servantLocator/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/servantLocator/msbuild/server/server.vcxproj b/cpp/test/Ice/servantLocator/msbuild/server/server.vcxproj index 505f52055c7..e72b9a28865 100644 --- a/cpp/test/Ice/servantLocator/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/servantLocator/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -336,8 +336,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/servantLocator/msbuild/serveramd/packages.config b/cpp/test/Ice/servantLocator/msbuild/serveramd/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/servantLocator/msbuild/serveramd/packages.config +++ b/cpp/test/Ice/servantLocator/msbuild/serveramd/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/servantLocator/msbuild/serveramd/serveramd.vcxproj b/cpp/test/Ice/servantLocator/msbuild/serveramd/serveramd.vcxproj index 079a06e36fc..b392fef03f0 100644 --- a/cpp/test/Ice/servantLocator/msbuild/serveramd/serveramd.vcxproj +++ b/cpp/test/Ice/servantLocator/msbuild/serveramd/serveramd.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -344,8 +344,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/services/msbuild/client.vcxproj b/cpp/test/Ice/services/msbuild/client.vcxproj index e7da5977431..dcb25c55d62 100644 --- a/cpp/test/Ice/services/msbuild/client.vcxproj +++ b/cpp/test/Ice/services/msbuild/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -341,8 +341,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/services/msbuild/packages.config b/cpp/test/Ice/services/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/services/msbuild/packages.config +++ b/cpp/test/Ice/services/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/slicing/exceptions/msbuild/client/client.vcxproj b/cpp/test/Ice/slicing/exceptions/msbuild/client/client.vcxproj index 7015eb861e0..36e71083718 100644 --- a/cpp/test/Ice/slicing/exceptions/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/slicing/exceptions/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -456,8 +456,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/slicing/exceptions/msbuild/client/packages.config b/cpp/test/Ice/slicing/exceptions/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/slicing/exceptions/msbuild/client/packages.config +++ b/cpp/test/Ice/slicing/exceptions/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/slicing/exceptions/msbuild/server/packages.config b/cpp/test/Ice/slicing/exceptions/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/slicing/exceptions/msbuild/server/packages.config +++ b/cpp/test/Ice/slicing/exceptions/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/slicing/exceptions/msbuild/server/server.vcxproj b/cpp/test/Ice/slicing/exceptions/msbuild/server/server.vcxproj index c7f218af55f..5fd75ea2d0a 100644 --- a/cpp/test/Ice/slicing/exceptions/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/slicing/exceptions/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -497,8 +497,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/slicing/exceptions/msbuild/serveramd/packages.config b/cpp/test/Ice/slicing/exceptions/msbuild/serveramd/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/slicing/exceptions/msbuild/serveramd/packages.config +++ b/cpp/test/Ice/slicing/exceptions/msbuild/serveramd/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.vcxproj b/cpp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.vcxproj index 72e814db696..edeef16a488 100644 --- a/cpp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.vcxproj +++ b/cpp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -497,8 +497,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/slicing/objects/msbuild/client/client.vcxproj b/cpp/test/Ice/slicing/objects/msbuild/client/client.vcxproj index 6dae30ea1bc..3d5480bf834 100644 --- a/cpp/test/Ice/slicing/objects/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/slicing/objects/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -456,8 +456,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/slicing/objects/msbuild/client/packages.config b/cpp/test/Ice/slicing/objects/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/slicing/objects/msbuild/client/packages.config +++ b/cpp/test/Ice/slicing/objects/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/slicing/objects/msbuild/server/packages.config b/cpp/test/Ice/slicing/objects/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/slicing/objects/msbuild/server/packages.config +++ b/cpp/test/Ice/slicing/objects/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/slicing/objects/msbuild/server/server.vcxproj b/cpp/test/Ice/slicing/objects/msbuild/server/server.vcxproj index 14d37a98fcb..2a0b9e19171 100644 --- a/cpp/test/Ice/slicing/objects/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/slicing/objects/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -497,8 +497,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/slicing/objects/msbuild/serveramd/packages.config b/cpp/test/Ice/slicing/objects/msbuild/serveramd/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/slicing/objects/msbuild/serveramd/packages.config +++ b/cpp/test/Ice/slicing/objects/msbuild/serveramd/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.vcxproj b/cpp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.vcxproj index 8f7c762f92b..58f7e3a590d 100644 --- a/cpp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.vcxproj +++ b/cpp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -497,8 +497,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/stream/msbuild/client.vcxproj b/cpp/test/Ice/stream/msbuild/client.vcxproj index eff2f3abd3a..d9e8eb7c341 100644 --- a/cpp/test/Ice/stream/msbuild/client.vcxproj +++ b/cpp/test/Ice/stream/msbuild/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -316,8 +316,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/stream/msbuild/packages.config b/cpp/test/Ice/stream/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/stream/msbuild/packages.config +++ b/cpp/test/Ice/stream/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/stringConverter/msbuild/client/client.vcxproj b/cpp/test/Ice/stringConverter/msbuild/client/client.vcxproj index 2dd11530729..ea290f00ef0 100644 --- a/cpp/test/Ice/stringConverter/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/stringConverter/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -292,8 +292,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/stringConverter/msbuild/client/packages.config b/cpp/test/Ice/stringConverter/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/stringConverter/msbuild/client/packages.config +++ b/cpp/test/Ice/stringConverter/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/stringConverter/msbuild/server/packages.config b/cpp/test/Ice/stringConverter/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/stringConverter/msbuild/server/packages.config +++ b/cpp/test/Ice/stringConverter/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/stringConverter/msbuild/server/server.vcxproj b/cpp/test/Ice/stringConverter/msbuild/server/server.vcxproj index e6d0498e623..70d5a1794e6 100644 --- a/cpp/test/Ice/stringConverter/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/stringConverter/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/threadPoolPriority/msbuild/client/client.vcxproj b/cpp/test/Ice/threadPoolPriority/msbuild/client/client.vcxproj index 6e81f45eaa7..895fb0460c0 100644 --- a/cpp/test/Ice/threadPoolPriority/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/threadPoolPriority/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -293,8 +293,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/threadPoolPriority/msbuild/client/packages.config b/cpp/test/Ice/threadPoolPriority/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/threadPoolPriority/msbuild/client/packages.config +++ b/cpp/test/Ice/threadPoolPriority/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/threadPoolPriority/msbuild/server/packages.config b/cpp/test/Ice/threadPoolPriority/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/threadPoolPriority/msbuild/server/packages.config +++ b/cpp/test/Ice/threadPoolPriority/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/threadPoolPriority/msbuild/server/server.vcxproj b/cpp/test/Ice/threadPoolPriority/msbuild/server/server.vcxproj index 9169a999b97..f3283c2789e 100644 --- a/cpp/test/Ice/threadPoolPriority/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/threadPoolPriority/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/threadPoolPriority/msbuild/servercustom/packages.config b/cpp/test/Ice/threadPoolPriority/msbuild/servercustom/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/threadPoolPriority/msbuild/servercustom/packages.config +++ b/cpp/test/Ice/threadPoolPriority/msbuild/servercustom/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/threadPoolPriority/msbuild/servercustom/servercustom.vcxproj b/cpp/test/Ice/threadPoolPriority/msbuild/servercustom/servercustom.vcxproj index 1e61f184174..fb32a2eda82 100644 --- a/cpp/test/Ice/threadPoolPriority/msbuild/servercustom/servercustom.vcxproj +++ b/cpp/test/Ice/threadPoolPriority/msbuild/servercustom/servercustom.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/timeout/msbuild/client/client.vcxproj b/cpp/test/Ice/timeout/msbuild/client/client.vcxproj index c15c6cafe13..d5e69490876 100644 --- a/cpp/test/Ice/timeout/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/timeout/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -335,8 +335,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/timeout/msbuild/client/packages.config b/cpp/test/Ice/timeout/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/timeout/msbuild/client/packages.config +++ b/cpp/test/Ice/timeout/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/timeout/msbuild/server/packages.config b/cpp/test/Ice/timeout/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/timeout/msbuild/server/packages.config +++ b/cpp/test/Ice/timeout/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/timeout/msbuild/server/server.vcxproj b/cpp/test/Ice/timeout/msbuild/server/server.vcxproj index 7eee0dc45e7..ac99452670a 100644 --- a/cpp/test/Ice/timeout/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/timeout/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/udp/msbuild/client/client.vcxproj b/cpp/test/Ice/udp/msbuild/client/client.vcxproj index b24216516ea..822a0f0a094 100644 --- a/cpp/test/Ice/udp/msbuild/client/client.vcxproj +++ b/cpp/test/Ice/udp/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -293,8 +293,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Ice/udp/msbuild/client/packages.config b/cpp/test/Ice/udp/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/udp/msbuild/client/packages.config +++ b/cpp/test/Ice/udp/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/udp/msbuild/server/packages.config b/cpp/test/Ice/udp/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Ice/udp/msbuild/server/packages.config +++ b/cpp/test/Ice/udp/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Ice/udp/msbuild/server/server.vcxproj b/cpp/test/Ice/udp/msbuild/server/server.vcxproj index dd4f9164100..74ce045b579 100644 --- a/cpp/test/Ice/udp/msbuild/server/server.vcxproj +++ b/cpp/test/Ice/udp/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceBox/admin/msbuild/client/client.vcxproj b/cpp/test/IceBox/admin/msbuild/client/client.vcxproj index c3d200af87f..61fa2a91a4d 100644 --- a/cpp/test/IceBox/admin/msbuild/client/client.vcxproj +++ b/cpp/test/IceBox/admin/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -333,8 +333,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceBox/admin/msbuild/client/packages.config b/cpp/test/IceBox/admin/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceBox/admin/msbuild/client/packages.config +++ b/cpp/test/IceBox/admin/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceBox/admin/msbuild/testservice/packages.config b/cpp/test/IceBox/admin/msbuild/testservice/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceBox/admin/msbuild/testservice/packages.config +++ b/cpp/test/IceBox/admin/msbuild/testservice/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceBox/admin/msbuild/testservice/testservice.vcxproj b/cpp/test/IceBox/admin/msbuild/testservice/testservice.vcxproj index a70170a7d20..c7dcc00bbf3 100644 --- a/cpp/test/IceBox/admin/msbuild/testservice/testservice.vcxproj +++ b/cpp/test/IceBox/admin/msbuild/testservice/testservice.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -258,7 +258,7 @@ - + @@ -358,8 +358,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceBox/configuration/msbuild/client/client.vcxproj b/cpp/test/IceBox/configuration/msbuild/client/client.vcxproj index 3a589c40217..cadd36677b8 100644 --- a/cpp/test/IceBox/configuration/msbuild/client/client.vcxproj +++ b/cpp/test/IceBox/configuration/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -333,8 +333,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceBox/configuration/msbuild/client/packages.config b/cpp/test/IceBox/configuration/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceBox/configuration/msbuild/client/packages.config +++ b/cpp/test/IceBox/configuration/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceBox/configuration/msbuild/testservice/packages.config b/cpp/test/IceBox/configuration/msbuild/testservice/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceBox/configuration/msbuild/testservice/packages.config +++ b/cpp/test/IceBox/configuration/msbuild/testservice/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceBox/configuration/msbuild/testservice/testservice.vcxproj b/cpp/test/IceBox/configuration/msbuild/testservice/testservice.vcxproj index d595dc708d2..4fafdd5792e 100644 --- a/cpp/test/IceBox/configuration/msbuild/testservice/testservice.vcxproj +++ b/cpp/test/IceBox/configuration/msbuild/testservice/testservice.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -258,7 +258,7 @@ - + @@ -358,8 +358,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceBridge/simple/msbuild/client/client.vcxproj b/cpp/test/IceBridge/simple/msbuild/client/client.vcxproj index ed53d97b629..bff5d1df737 100644 --- a/cpp/test/IceBridge/simple/msbuild/client/client.vcxproj +++ b/cpp/test/IceBridge/simple/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -293,8 +293,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceBridge/simple/msbuild/client/packages.config b/cpp/test/IceBridge/simple/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceBridge/simple/msbuild/client/packages.config +++ b/cpp/test/IceBridge/simple/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceBridge/simple/msbuild/server/packages.config b/cpp/test/IceBridge/simple/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceBridge/simple/msbuild/server/packages.config +++ b/cpp/test/IceBridge/simple/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceBridge/simple/msbuild/server/server.vcxproj b/cpp/test/IceBridge/simple/msbuild/server/server.vcxproj index 35291bdc87f..a5a2bf29349 100644 --- a/cpp/test/IceBridge/simple/msbuild/server/server.vcxproj +++ b/cpp/test/IceBridge/simple/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -333,8 +333,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceDiscovery/simple/msbuild/client/client.vcxproj b/cpp/test/IceDiscovery/simple/msbuild/client/client.vcxproj index ea3deb04e6d..a6841cfb0d0 100644 --- a/cpp/test/IceDiscovery/simple/msbuild/client/client.vcxproj +++ b/cpp/test/IceDiscovery/simple/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -317,8 +317,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceDiscovery/simple/msbuild/client/packages.config b/cpp/test/IceDiscovery/simple/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceDiscovery/simple/msbuild/client/packages.config +++ b/cpp/test/IceDiscovery/simple/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceDiscovery/simple/msbuild/server/packages.config b/cpp/test/IceDiscovery/simple/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceDiscovery/simple/msbuild/server/packages.config +++ b/cpp/test/IceDiscovery/simple/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceDiscovery/simple/msbuild/server/server.vcxproj b/cpp/test/IceDiscovery/simple/msbuild/server/server.vcxproj index 722f7c2f2d1..b784cdfd6b4 100644 --- a/cpp/test/IceDiscovery/simple/msbuild/server/server.vcxproj +++ b/cpp/test/IceDiscovery/simple/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -342,8 +342,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/activation/msbuild/client/client.vcxproj b/cpp/test/IceGrid/activation/msbuild/client/client.vcxproj index 6b1eaee4d8e..abb24fef42e 100644 --- a/cpp/test/IceGrid/activation/msbuild/client/client.vcxproj +++ b/cpp/test/IceGrid/activation/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -291,8 +291,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/activation/msbuild/client/packages.config b/cpp/test/IceGrid/activation/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/activation/msbuild/client/packages.config +++ b/cpp/test/IceGrid/activation/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/activation/msbuild/server/packages.config b/cpp/test/IceGrid/activation/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/activation/msbuild/server/packages.config +++ b/cpp/test/IceGrid/activation/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/activation/msbuild/server/server.vcxproj b/cpp/test/IceGrid/activation/msbuild/server/server.vcxproj index b655da94656..69d5d31a658 100644 --- a/cpp/test/IceGrid/activation/msbuild/server/server.vcxproj +++ b/cpp/test/IceGrid/activation/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/admin/msbuild/packages.config b/cpp/test/IceGrid/admin/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceGrid/admin/msbuild/packages.config +++ b/cpp/test/IceGrid/admin/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/admin/msbuild/server.vcxproj b/cpp/test/IceGrid/admin/msbuild/server.vcxproj index f9e327e6b18..1478901782f 100644 --- a/cpp/test/IceGrid/admin/msbuild/server.vcxproj +++ b/cpp/test/IceGrid/admin/msbuild/server.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -88,7 +88,7 @@ - + @@ -160,7 +160,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceGrid/allocation/msbuild/client/client.vcxproj b/cpp/test/IceGrid/allocation/msbuild/client/client.vcxproj index 361b589c5be..ffb37cce9e8 100644 --- a/cpp/test/IceGrid/allocation/msbuild/client/client.vcxproj +++ b/cpp/test/IceGrid/allocation/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -291,8 +291,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/allocation/msbuild/client/packages.config b/cpp/test/IceGrid/allocation/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/allocation/msbuild/client/packages.config +++ b/cpp/test/IceGrid/allocation/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/allocation/msbuild/server/packages.config b/cpp/test/IceGrid/allocation/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/allocation/msbuild/server/packages.config +++ b/cpp/test/IceGrid/allocation/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/allocation/msbuild/server/server.vcxproj b/cpp/test/IceGrid/allocation/msbuild/server/server.vcxproj index 10ecc9218ce..43a5d80c189 100644 --- a/cpp/test/IceGrid/allocation/msbuild/server/server.vcxproj +++ b/cpp/test/IceGrid/allocation/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/allocation/msbuild/verifier/packages.config b/cpp/test/IceGrid/allocation/msbuild/verifier/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceGrid/allocation/msbuild/verifier/packages.config +++ b/cpp/test/IceGrid/allocation/msbuild/verifier/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/allocation/msbuild/verifier/verifier.vcxproj b/cpp/test/IceGrid/allocation/msbuild/verifier/verifier.vcxproj index e1a3ad3303e..6f3d7a8e3ec 100644 --- a/cpp/test/IceGrid/allocation/msbuild/verifier/verifier.vcxproj +++ b/cpp/test/IceGrid/allocation/msbuild/verifier/verifier.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -82,7 +82,7 @@ - + @@ -160,7 +160,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceGrid/deployer/msbuild/client/client.vcxproj b/cpp/test/IceGrid/deployer/msbuild/client/client.vcxproj index 1eb155accef..67e6ebe5d26 100644 --- a/cpp/test/IceGrid/deployer/msbuild/client/client.vcxproj +++ b/cpp/test/IceGrid/deployer/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -291,8 +291,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/deployer/msbuild/client/packages.config b/cpp/test/IceGrid/deployer/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/deployer/msbuild/client/packages.config +++ b/cpp/test/IceGrid/deployer/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/deployer/msbuild/server/packages.config b/cpp/test/IceGrid/deployer/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/deployer/msbuild/server/packages.config +++ b/cpp/test/IceGrid/deployer/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/deployer/msbuild/server/server.vcxproj b/cpp/test/IceGrid/deployer/msbuild/server/server.vcxproj index 34df8a388a0..77af65e8ada 100644 --- a/cpp/test/IceGrid/deployer/msbuild/server/server.vcxproj +++ b/cpp/test/IceGrid/deployer/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/deployer/msbuild/testservice/packages.config b/cpp/test/IceGrid/deployer/msbuild/testservice/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/deployer/msbuild/testservice/packages.config +++ b/cpp/test/IceGrid/deployer/msbuild/testservice/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/deployer/msbuild/testservice/testservice.vcxproj b/cpp/test/IceGrid/deployer/msbuild/testservice/testservice.vcxproj index 8ba6ff815f8..be6c1a46c33 100644 --- a/cpp/test/IceGrid/deployer/msbuild/testservice/testservice.vcxproj +++ b/cpp/test/IceGrid/deployer/msbuild/testservice/testservice.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -356,8 +356,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/distribution/msbuild/client/client.vcxproj b/cpp/test/IceGrid/distribution/msbuild/client/client.vcxproj index b578ad11631..81801e62e0a 100644 --- a/cpp/test/IceGrid/distribution/msbuild/client/client.vcxproj +++ b/cpp/test/IceGrid/distribution/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -291,8 +291,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/distribution/msbuild/client/packages.config b/cpp/test/IceGrid/distribution/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/distribution/msbuild/client/packages.config +++ b/cpp/test/IceGrid/distribution/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/distribution/msbuild/server/packages.config b/cpp/test/IceGrid/distribution/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/distribution/msbuild/server/packages.config +++ b/cpp/test/IceGrid/distribution/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/distribution/msbuild/server/server.vcxproj b/cpp/test/IceGrid/distribution/msbuild/server/server.vcxproj index 9c80e871efe..462c06235e6 100644 --- a/cpp/test/IceGrid/distribution/msbuild/server/server.vcxproj +++ b/cpp/test/IceGrid/distribution/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/noRestartUpdate/msbuild/client/client.vcxproj b/cpp/test/IceGrid/noRestartUpdate/msbuild/client/client.vcxproj index 402cac02f32..3a0e7d67aa2 100644 --- a/cpp/test/IceGrid/noRestartUpdate/msbuild/client/client.vcxproj +++ b/cpp/test/IceGrid/noRestartUpdate/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -291,8 +291,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/noRestartUpdate/msbuild/client/packages.config b/cpp/test/IceGrid/noRestartUpdate/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/noRestartUpdate/msbuild/client/packages.config +++ b/cpp/test/IceGrid/noRestartUpdate/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/noRestartUpdate/msbuild/server/packages.config b/cpp/test/IceGrid/noRestartUpdate/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/noRestartUpdate/msbuild/server/packages.config +++ b/cpp/test/IceGrid/noRestartUpdate/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/noRestartUpdate/msbuild/server/server.vcxproj b/cpp/test/IceGrid/noRestartUpdate/msbuild/server/server.vcxproj index 0dc31e30b67..bd82a8fb818 100644 --- a/cpp/test/IceGrid/noRestartUpdate/msbuild/server/server.vcxproj +++ b/cpp/test/IceGrid/noRestartUpdate/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/noRestartUpdate/msbuild/testservice/packages.config b/cpp/test/IceGrid/noRestartUpdate/msbuild/testservice/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/noRestartUpdate/msbuild/testservice/packages.config +++ b/cpp/test/IceGrid/noRestartUpdate/msbuild/testservice/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/noRestartUpdate/msbuild/testservice/testservice.vcxproj b/cpp/test/IceGrid/noRestartUpdate/msbuild/testservice/testservice.vcxproj index 5137e35ae6b..2664db12da5 100644 --- a/cpp/test/IceGrid/noRestartUpdate/msbuild/testservice/testservice.vcxproj +++ b/cpp/test/IceGrid/noRestartUpdate/msbuild/testservice/testservice.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -356,8 +356,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/replicaGroup/msbuild/client/client.vcxproj b/cpp/test/IceGrid/replicaGroup/msbuild/client/client.vcxproj index 2ab63853770..1587464abf5 100644 --- a/cpp/test/IceGrid/replicaGroup/msbuild/client/client.vcxproj +++ b/cpp/test/IceGrid/replicaGroup/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -291,8 +291,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/replicaGroup/msbuild/client/packages.config b/cpp/test/IceGrid/replicaGroup/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/replicaGroup/msbuild/client/packages.config +++ b/cpp/test/IceGrid/replicaGroup/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/replicaGroup/msbuild/registryplugin/packages.config b/cpp/test/IceGrid/replicaGroup/msbuild/registryplugin/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceGrid/replicaGroup/msbuild/registryplugin/packages.config +++ b/cpp/test/IceGrid/replicaGroup/msbuild/registryplugin/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/replicaGroup/msbuild/registryplugin/registryplugin.vcxproj b/cpp/test/IceGrid/replicaGroup/msbuild/registryplugin/registryplugin.vcxproj index 2faf86f91b8..cf730d38aa0 100644 --- a/cpp/test/IceGrid/replicaGroup/msbuild/registryplugin/registryplugin.vcxproj +++ b/cpp/test/IceGrid/replicaGroup/msbuild/registryplugin/registryplugin.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -88,7 +88,7 @@ - + @@ -160,7 +160,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceGrid/replicaGroup/msbuild/server/packages.config b/cpp/test/IceGrid/replicaGroup/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/replicaGroup/msbuild/server/packages.config +++ b/cpp/test/IceGrid/replicaGroup/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/replicaGroup/msbuild/server/server.vcxproj b/cpp/test/IceGrid/replicaGroup/msbuild/server/server.vcxproj index ddeb14eb604..89f0b0444bc 100644 --- a/cpp/test/IceGrid/replicaGroup/msbuild/server/server.vcxproj +++ b/cpp/test/IceGrid/replicaGroup/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/replicaGroup/msbuild/testservice/packages.config b/cpp/test/IceGrid/replicaGroup/msbuild/testservice/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/replicaGroup/msbuild/testservice/packages.config +++ b/cpp/test/IceGrid/replicaGroup/msbuild/testservice/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/replicaGroup/msbuild/testservice/testservice.vcxproj b/cpp/test/IceGrid/replicaGroup/msbuild/testservice/testservice.vcxproj index 8a313edeb6d..41c30303ca6 100644 --- a/cpp/test/IceGrid/replicaGroup/msbuild/testservice/testservice.vcxproj +++ b/cpp/test/IceGrid/replicaGroup/msbuild/testservice/testservice.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -356,8 +356,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/replication/msbuild/client/client.vcxproj b/cpp/test/IceGrid/replication/msbuild/client/client.vcxproj index 987a60e6fb3..a8a57771cb1 100644 --- a/cpp/test/IceGrid/replication/msbuild/client/client.vcxproj +++ b/cpp/test/IceGrid/replication/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -291,8 +291,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/replication/msbuild/client/packages.config b/cpp/test/IceGrid/replication/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/replication/msbuild/client/packages.config +++ b/cpp/test/IceGrid/replication/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/replication/msbuild/server/packages.config b/cpp/test/IceGrid/replication/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/replication/msbuild/server/packages.config +++ b/cpp/test/IceGrid/replication/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/replication/msbuild/server/server.vcxproj b/cpp/test/IceGrid/replication/msbuild/server/server.vcxproj index d46be4dc3dc..33d7e1dfbf6 100644 --- a/cpp/test/IceGrid/replication/msbuild/server/server.vcxproj +++ b/cpp/test/IceGrid/replication/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/session/msbuild/client/client.vcxproj b/cpp/test/IceGrid/session/msbuild/client/client.vcxproj index 542dc6d5a8e..9dfa14897b5 100644 --- a/cpp/test/IceGrid/session/msbuild/client/client.vcxproj +++ b/cpp/test/IceGrid/session/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -291,8 +291,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/session/msbuild/client/packages.config b/cpp/test/IceGrid/session/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/session/msbuild/client/packages.config +++ b/cpp/test/IceGrid/session/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/session/msbuild/server/packages.config b/cpp/test/IceGrid/session/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/session/msbuild/server/packages.config +++ b/cpp/test/IceGrid/session/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/session/msbuild/server/server.vcxproj b/cpp/test/IceGrid/session/msbuild/server/server.vcxproj index e0a8c4acd04..424df25c69d 100644 --- a/cpp/test/IceGrid/session/msbuild/server/server.vcxproj +++ b/cpp/test/IceGrid/session/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/session/msbuild/verifier/packages.config b/cpp/test/IceGrid/session/msbuild/verifier/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/session/msbuild/verifier/packages.config +++ b/cpp/test/IceGrid/session/msbuild/verifier/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/session/msbuild/verifier/verifier.vcxproj b/cpp/test/IceGrid/session/msbuild/verifier/verifier.vcxproj index c44a2056e7b..0a4cf730f04 100644 --- a/cpp/test/IceGrid/session/msbuild/verifier/verifier.vcxproj +++ b/cpp/test/IceGrid/session/msbuild/verifier/verifier.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/simple/msbuild/client/client.vcxproj b/cpp/test/IceGrid/simple/msbuild/client/client.vcxproj index a833c4dfef0..479b92f111c 100644 --- a/cpp/test/IceGrid/simple/msbuild/client/client.vcxproj +++ b/cpp/test/IceGrid/simple/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -339,8 +339,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/simple/msbuild/client/packages.config b/cpp/test/IceGrid/simple/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/simple/msbuild/client/packages.config +++ b/cpp/test/IceGrid/simple/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/simple/msbuild/server/packages.config b/cpp/test/IceGrid/simple/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/simple/msbuild/server/packages.config +++ b/cpp/test/IceGrid/simple/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/simple/msbuild/server/server.vcxproj b/cpp/test/IceGrid/simple/msbuild/server/server.vcxproj index aa557eddc4e..4c9eedfe61e 100644 --- a/cpp/test/IceGrid/simple/msbuild/server/server.vcxproj +++ b/cpp/test/IceGrid/simple/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/update/msbuild/client/client.vcxproj b/cpp/test/IceGrid/update/msbuild/client/client.vcxproj index 338902f6c88..7c8d48046cf 100644 --- a/cpp/test/IceGrid/update/msbuild/client/client.vcxproj +++ b/cpp/test/IceGrid/update/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -315,8 +315,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceGrid/update/msbuild/client/packages.config b/cpp/test/IceGrid/update/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/update/msbuild/client/packages.config +++ b/cpp/test/IceGrid/update/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/update/msbuild/server/packages.config b/cpp/test/IceGrid/update/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceGrid/update/msbuild/server/packages.config +++ b/cpp/test/IceGrid/update/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceGrid/update/msbuild/server/server.vcxproj b/cpp/test/IceGrid/update/msbuild/server/server.vcxproj index e8533b92743..2de64e6ed2d 100644 --- a/cpp/test/IceGrid/update/msbuild/server/server.vcxproj +++ b/cpp/test/IceGrid/update/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceSSL/configuration/msbuild/client/client.vcxproj b/cpp/test/IceSSL/configuration/msbuild/client/client.vcxproj index d675d0e521d..d2dd4c72edc 100644 --- a/cpp/test/IceSSL/configuration/msbuild/client/client.vcxproj +++ b/cpp/test/IceSSL/configuration/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -333,8 +333,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceSSL/configuration/msbuild/client/packages.config b/cpp/test/IceSSL/configuration/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceSSL/configuration/msbuild/client/packages.config +++ b/cpp/test/IceSSL/configuration/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceSSL/configuration/msbuild/clientopenssl/clientopenssl.vcxproj b/cpp/test/IceSSL/configuration/msbuild/clientopenssl/clientopenssl.vcxproj index 56d2132d369..9799c2db738 100644 --- a/cpp/test/IceSSL/configuration/msbuild/clientopenssl/clientopenssl.vcxproj +++ b/cpp/test/IceSSL/configuration/msbuild/clientopenssl/clientopenssl.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -339,8 +339,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceSSL/configuration/msbuild/clientopenssl/packages.config b/cpp/test/IceSSL/configuration/msbuild/clientopenssl/packages.config index fe8330ff96a..5b58e8823dd 100644 --- a/cpp/test/IceSSL/configuration/msbuild/clientopenssl/packages.config +++ b/cpp/test/IceSSL/configuration/msbuild/clientopenssl/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/cpp/test/IceSSL/configuration/msbuild/server/packages.config b/cpp/test/IceSSL/configuration/msbuild/server/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceSSL/configuration/msbuild/server/packages.config +++ b/cpp/test/IceSSL/configuration/msbuild/server/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceSSL/configuration/msbuild/server/server.vcxproj b/cpp/test/IceSSL/configuration/msbuild/server/server.vcxproj index e8861394d4d..9d4ebc1f5b6 100644 --- a/cpp/test/IceSSL/configuration/msbuild/server/server.vcxproj +++ b/cpp/test/IceSSL/configuration/msbuild/server/server.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -334,8 +334,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceSSL/configuration/msbuild/serveropenssl/packages.config b/cpp/test/IceSSL/configuration/msbuild/serveropenssl/packages.config index fe8330ff96a..5b58e8823dd 100644 --- a/cpp/test/IceSSL/configuration/msbuild/serveropenssl/packages.config +++ b/cpp/test/IceSSL/configuration/msbuild/serveropenssl/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/cpp/test/IceSSL/configuration/msbuild/serveropenssl/serveropenssl.vcxproj b/cpp/test/IceSSL/configuration/msbuild/serveropenssl/serveropenssl.vcxproj index 265fcd506e7..9bbe6b1447d 100644 --- a/cpp/test/IceSSL/configuration/msbuild/serveropenssl/serveropenssl.vcxproj +++ b/cpp/test/IceSSL/configuration/msbuild/serveropenssl/serveropenssl.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -83,7 +83,7 @@ - + @@ -346,8 +346,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceStorm/federation/msbuild/publisher/packages.config b/cpp/test/IceStorm/federation/msbuild/publisher/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/federation/msbuild/publisher/packages.config +++ b/cpp/test/IceStorm/federation/msbuild/publisher/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/federation/msbuild/publisher/publisher.vcxproj b/cpp/test/IceStorm/federation/msbuild/publisher/publisher.vcxproj index a76873417a2..4d918c80ed8 100644 --- a/cpp/test/IceStorm/federation/msbuild/publisher/publisher.vcxproj +++ b/cpp/test/IceStorm/federation/msbuild/publisher/publisher.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -290,8 +290,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/federation/msbuild/subscriber/packages.config b/cpp/test/IceStorm/federation/msbuild/subscriber/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/federation/msbuild/subscriber/packages.config +++ b/cpp/test/IceStorm/federation/msbuild/subscriber/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/federation/msbuild/subscriber/subscriber.vcxproj b/cpp/test/IceStorm/federation/msbuild/subscriber/subscriber.vcxproj index 0fcb035380f..00d6f39197a 100644 --- a/cpp/test/IceStorm/federation/msbuild/subscriber/subscriber.vcxproj +++ b/cpp/test/IceStorm/federation/msbuild/subscriber/subscriber.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/federation2/msbuild/publisher/packages.config b/cpp/test/IceStorm/federation2/msbuild/publisher/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/federation2/msbuild/publisher/packages.config +++ b/cpp/test/IceStorm/federation2/msbuild/publisher/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/federation2/msbuild/publisher/publisher.vcxproj b/cpp/test/IceStorm/federation2/msbuild/publisher/publisher.vcxproj index ad79c7e3d53..bdea674db99 100644 --- a/cpp/test/IceStorm/federation2/msbuild/publisher/publisher.vcxproj +++ b/cpp/test/IceStorm/federation2/msbuild/publisher/publisher.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -290,8 +290,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/federation2/msbuild/subscriber/packages.config b/cpp/test/IceStorm/federation2/msbuild/subscriber/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/federation2/msbuild/subscriber/packages.config +++ b/cpp/test/IceStorm/federation2/msbuild/subscriber/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/federation2/msbuild/subscriber/subscriber.vcxproj b/cpp/test/IceStorm/federation2/msbuild/subscriber/subscriber.vcxproj index b6b10983da8..0bdda84ba57 100644 --- a/cpp/test/IceStorm/federation2/msbuild/subscriber/subscriber.vcxproj +++ b/cpp/test/IceStorm/federation2/msbuild/subscriber/subscriber.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/persistent/msbuild/client/client.vcxproj b/cpp/test/IceStorm/persistent/msbuild/client/client.vcxproj index e3e18606e42..ce73fe79e73 100644 --- a/cpp/test/IceStorm/persistent/msbuild/client/client.vcxproj +++ b/cpp/test/IceStorm/persistent/msbuild/client/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -89,7 +89,7 @@ - + @@ -125,8 +125,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/persistent/msbuild/client/packages.config b/cpp/test/IceStorm/persistent/msbuild/client/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/persistent/msbuild/client/packages.config +++ b/cpp/test/IceStorm/persistent/msbuild/client/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/rep1/msbuild/publisher/packages.config b/cpp/test/IceStorm/rep1/msbuild/publisher/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/rep1/msbuild/publisher/packages.config +++ b/cpp/test/IceStorm/rep1/msbuild/publisher/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/rep1/msbuild/publisher/publisher.vcxproj b/cpp/test/IceStorm/rep1/msbuild/publisher/publisher.vcxproj index d56254acbe4..03861180364 100644 --- a/cpp/test/IceStorm/rep1/msbuild/publisher/publisher.vcxproj +++ b/cpp/test/IceStorm/rep1/msbuild/publisher/publisher.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -290,8 +290,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/rep1/msbuild/sub/packages.config b/cpp/test/IceStorm/rep1/msbuild/sub/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/rep1/msbuild/sub/packages.config +++ b/cpp/test/IceStorm/rep1/msbuild/sub/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/rep1/msbuild/sub/sub.vcxproj b/cpp/test/IceStorm/rep1/msbuild/sub/sub.vcxproj index f416e9c05cb..33b00d69ceb 100644 --- a/cpp/test/IceStorm/rep1/msbuild/sub/sub.vcxproj +++ b/cpp/test/IceStorm/rep1/msbuild/sub/sub.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/rep1/msbuild/subscriber/packages.config b/cpp/test/IceStorm/rep1/msbuild/subscriber/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/rep1/msbuild/subscriber/packages.config +++ b/cpp/test/IceStorm/rep1/msbuild/subscriber/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/rep1/msbuild/subscriber/subscriber.vcxproj b/cpp/test/IceStorm/rep1/msbuild/subscriber/subscriber.vcxproj index e8db9cf6339..17d3e26446e 100644 --- a/cpp/test/IceStorm/rep1/msbuild/subscriber/subscriber.vcxproj +++ b/cpp/test/IceStorm/rep1/msbuild/subscriber/subscriber.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/repgrid/msbuild/client.vcxproj b/cpp/test/IceStorm/repgrid/msbuild/client.vcxproj index 1c8217a1075..bfa63b5d436 100644 --- a/cpp/test/IceStorm/repgrid/msbuild/client.vcxproj +++ b/cpp/test/IceStorm/repgrid/msbuild/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -290,8 +290,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/repgrid/msbuild/packages.config b/cpp/test/IceStorm/repgrid/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/repgrid/msbuild/packages.config +++ b/cpp/test/IceStorm/repgrid/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/repstress/msbuild/control/control.vcxproj b/cpp/test/IceStorm/repstress/msbuild/control/control.vcxproj index f39981b8381..d10f77b3a57 100644 --- a/cpp/test/IceStorm/repstress/msbuild/control/control.vcxproj +++ b/cpp/test/IceStorm/repstress/msbuild/control/control.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -415,7 +415,7 @@ - + @@ -491,8 +491,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/repstress/msbuild/control/packages.config b/cpp/test/IceStorm/repstress/msbuild/control/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/repstress/msbuild/control/packages.config +++ b/cpp/test/IceStorm/repstress/msbuild/control/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/repstress/msbuild/publisher/packages.config b/cpp/test/IceStorm/repstress/msbuild/publisher/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/repstress/msbuild/publisher/packages.config +++ b/cpp/test/IceStorm/repstress/msbuild/publisher/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/repstress/msbuild/publisher/publisher.vcxproj b/cpp/test/IceStorm/repstress/msbuild/publisher/publisher.vcxproj index 72278d39497..984e4d819a6 100644 --- a/cpp/test/IceStorm/repstress/msbuild/publisher/publisher.vcxproj +++ b/cpp/test/IceStorm/repstress/msbuild/publisher/publisher.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -415,7 +415,7 @@ - + @@ -451,8 +451,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/repstress/msbuild/subscriber/packages.config b/cpp/test/IceStorm/repstress/msbuild/subscriber/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/repstress/msbuild/subscriber/packages.config +++ b/cpp/test/IceStorm/repstress/msbuild/subscriber/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/repstress/msbuild/subscriber/subscriber.vcxproj b/cpp/test/IceStorm/repstress/msbuild/subscriber/subscriber.vcxproj index 287c2797005..b035a497a25 100644 --- a/cpp/test/IceStorm/repstress/msbuild/subscriber/subscriber.vcxproj +++ b/cpp/test/IceStorm/repstress/msbuild/subscriber/subscriber.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -415,7 +415,7 @@ - + @@ -491,8 +491,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/single/msbuild/publisher/packages.config b/cpp/test/IceStorm/single/msbuild/publisher/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/single/msbuild/publisher/packages.config +++ b/cpp/test/IceStorm/single/msbuild/publisher/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/single/msbuild/publisher/publisher.vcxproj b/cpp/test/IceStorm/single/msbuild/publisher/publisher.vcxproj index 2c8d7af3c85..0b5a2249710 100644 --- a/cpp/test/IceStorm/single/msbuild/publisher/publisher.vcxproj +++ b/cpp/test/IceStorm/single/msbuild/publisher/publisher.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -290,8 +290,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/single/msbuild/subscriber/packages.config b/cpp/test/IceStorm/single/msbuild/subscriber/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/single/msbuild/subscriber/packages.config +++ b/cpp/test/IceStorm/single/msbuild/subscriber/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/single/msbuild/subscriber/subscriber.vcxproj b/cpp/test/IceStorm/single/msbuild/subscriber/subscriber.vcxproj index d0d15a47922..53b7547f257 100644 --- a/cpp/test/IceStorm/single/msbuild/subscriber/subscriber.vcxproj +++ b/cpp/test/IceStorm/single/msbuild/subscriber/subscriber.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/stress/msbuild/publisher/packages.config b/cpp/test/IceStorm/stress/msbuild/publisher/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/stress/msbuild/publisher/packages.config +++ b/cpp/test/IceStorm/stress/msbuild/publisher/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/stress/msbuild/publisher/publisher.vcxproj b/cpp/test/IceStorm/stress/msbuild/publisher/publisher.vcxproj index 37bc60a2fdc..2c0c6a32145 100644 --- a/cpp/test/IceStorm/stress/msbuild/publisher/publisher.vcxproj +++ b/cpp/test/IceStorm/stress/msbuild/publisher/publisher.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -290,8 +290,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceStorm/stress/msbuild/subscriber/packages.config b/cpp/test/IceStorm/stress/msbuild/subscriber/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/IceStorm/stress/msbuild/subscriber/packages.config +++ b/cpp/test/IceStorm/stress/msbuild/subscriber/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/IceStorm/stress/msbuild/subscriber/subscriber.vcxproj b/cpp/test/IceStorm/stress/msbuild/subscriber/subscriber.vcxproj index 6e7c89fcd3b..184d586d059 100644 --- a/cpp/test/IceStorm/stress/msbuild/subscriber/subscriber.vcxproj +++ b/cpp/test/IceStorm/stress/msbuild/subscriber/subscriber.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -254,7 +254,7 @@ - + @@ -330,8 +330,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/IceUtil/ctrlCHandler/msbuild/client.vcxproj b/cpp/test/IceUtil/ctrlCHandler/msbuild/client.vcxproj index 4772f066519..0835b752be5 100644 --- a/cpp/test/IceUtil/ctrlCHandler/msbuild/client.vcxproj +++ b/cpp/test/IceUtil/ctrlCHandler/msbuild/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceUtil/ctrlCHandler/msbuild/packages.config b/cpp/test/IceUtil/ctrlCHandler/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceUtil/ctrlCHandler/msbuild/packages.config +++ b/cpp/test/IceUtil/ctrlCHandler/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceUtil/inputUtil/msbuild/client.vcxproj b/cpp/test/IceUtil/inputUtil/msbuild/client.vcxproj index c417aaed3bc..f55d12dd0c1 100644 --- a/cpp/test/IceUtil/inputUtil/msbuild/client.vcxproj +++ b/cpp/test/IceUtil/inputUtil/msbuild/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceUtil/inputUtil/msbuild/packages.config b/cpp/test/IceUtil/inputUtil/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceUtil/inputUtil/msbuild/packages.config +++ b/cpp/test/IceUtil/inputUtil/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceUtil/priority/msbuild/client.vcxproj b/cpp/test/IceUtil/priority/msbuild/client.vcxproj index 2624288c47b..7d4c4fa8528 100644 --- a/cpp/test/IceUtil/priority/msbuild/client.vcxproj +++ b/cpp/test/IceUtil/priority/msbuild/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -174,7 +174,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceUtil/priority/msbuild/packages.config b/cpp/test/IceUtil/priority/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceUtil/priority/msbuild/packages.config +++ b/cpp/test/IceUtil/priority/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceUtil/sha1/msbuild/client.vcxproj b/cpp/test/IceUtil/sha1/msbuild/client.vcxproj index 564ab50f7e6..5731258315e 100644 --- a/cpp/test/IceUtil/sha1/msbuild/client.vcxproj +++ b/cpp/test/IceUtil/sha1/msbuild/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceUtil/sha1/msbuild/packages.config b/cpp/test/IceUtil/sha1/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceUtil/sha1/msbuild/packages.config +++ b/cpp/test/IceUtil/sha1/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceUtil/stacktrace/msbuild/client.vcxproj b/cpp/test/IceUtil/stacktrace/msbuild/client.vcxproj index eebb654a3a3..a45c321a734 100644 --- a/cpp/test/IceUtil/stacktrace/msbuild/client.vcxproj +++ b/cpp/test/IceUtil/stacktrace/msbuild/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -186,7 +186,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceUtil/stacktrace/msbuild/packages.config b/cpp/test/IceUtil/stacktrace/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceUtil/stacktrace/msbuild/packages.config +++ b/cpp/test/IceUtil/stacktrace/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceUtil/thread/msbuild/client.vcxproj b/cpp/test/IceUtil/thread/msbuild/client.vcxproj index f5838ccbfb4..882440df8e8 100644 --- a/cpp/test/IceUtil/thread/msbuild/client.vcxproj +++ b/cpp/test/IceUtil/thread/msbuild/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -186,7 +186,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceUtil/thread/msbuild/packages.config b/cpp/test/IceUtil/thread/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceUtil/thread/msbuild/packages.config +++ b/cpp/test/IceUtil/thread/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceUtil/time/msbuild/client.vcxproj b/cpp/test/IceUtil/time/msbuild/client.vcxproj index c01287fc21b..78247af12b0 100644 --- a/cpp/test/IceUtil/time/msbuild/client.vcxproj +++ b/cpp/test/IceUtil/time/msbuild/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceUtil/time/msbuild/packages.config b/cpp/test/IceUtil/time/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceUtil/time/msbuild/packages.config +++ b/cpp/test/IceUtil/time/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceUtil/timer/msbuild/client.vcxproj b/cpp/test/IceUtil/timer/msbuild/client.vcxproj index ad4f13d1a1c..c606b48e912 100644 --- a/cpp/test/IceUtil/timer/msbuild/client.vcxproj +++ b/cpp/test/IceUtil/timer/msbuild/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceUtil/timer/msbuild/packages.config b/cpp/test/IceUtil/timer/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceUtil/timer/msbuild/packages.config +++ b/cpp/test/IceUtil/timer/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceUtil/unicode/msbuild/client.vcxproj b/cpp/test/IceUtil/unicode/msbuild/client.vcxproj index 1f77914911e..ee49b6d40c4 100644 --- a/cpp/test/IceUtil/unicode/msbuild/client.vcxproj +++ b/cpp/test/IceUtil/unicode/msbuild/client.vcxproj @@ -1,6 +1,6 @@ - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceUtil/unicode/msbuild/packages.config b/cpp/test/IceUtil/unicode/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceUtil/unicode/msbuild/packages.config +++ b/cpp/test/IceUtil/unicode/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/IceUtil/uuid/msbuild/client.vcxproj b/cpp/test/IceUtil/uuid/msbuild/client.vcxproj index c46c71e4cef..9775d7dc462 100644 --- a/cpp/test/IceUtil/uuid/msbuild/client.vcxproj +++ b/cpp/test/IceUtil/uuid/msbuild/client.vcxproj @@ -1,6 +1,6 @@  - + Cpp11-Debug @@ -84,7 +84,7 @@ - + @@ -162,7 +162,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/cpp/test/IceUtil/uuid/msbuild/packages.config b/cpp/test/IceUtil/uuid/msbuild/packages.config index 28e2cf4078a..71004b51d1b 100644 --- a/cpp/test/IceUtil/uuid/msbuild/packages.config +++ b/cpp/test/IceUtil/uuid/msbuild/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/cpp/test/Slice/escape/msbuild/client.vcxproj b/cpp/test/Slice/escape/msbuild/client.vcxproj index 726ef980c99..4d0c51d515c 100644 --- a/cpp/test/Slice/escape/msbuild/client.vcxproj +++ b/cpp/test/Slice/escape/msbuild/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -493,8 +493,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Slice/escape/msbuild/packages.config b/cpp/test/Slice/escape/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Slice/escape/msbuild/packages.config +++ b/cpp/test/Slice/escape/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Slice/macros/msbuild/client.vcxproj b/cpp/test/Slice/macros/msbuild/client.vcxproj index 8116333ea62..9f8e8a4dee6 100644 --- a/cpp/test/Slice/macros/msbuild/client.vcxproj +++ b/cpp/test/Slice/macros/msbuild/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Slice/macros/msbuild/packages.config b/cpp/test/Slice/macros/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Slice/macros/msbuild/packages.config +++ b/cpp/test/Slice/macros/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Slice/parser/msbuild/client.vcxproj b/cpp/test/Slice/parser/msbuild/client.vcxproj index c86fe87718c..a0e544286d3 100644 --- a/cpp/test/Slice/parser/msbuild/client.vcxproj +++ b/cpp/test/Slice/parser/msbuild/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -416,7 +416,7 @@ - + @@ -494,8 +494,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Slice/parser/msbuild/packages.config b/cpp/test/Slice/parser/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Slice/parser/msbuild/packages.config +++ b/cpp/test/Slice/parser/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Slice/structure/msbuild/client.vcxproj b/cpp/test/Slice/structure/msbuild/client.vcxproj index 51c904517c5..b904970f0a1 100644 --- a/cpp/test/Slice/structure/msbuild/client.vcxproj +++ b/cpp/test/Slice/structure/msbuild/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -332,8 +332,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Slice/structure/msbuild/packages.config b/cpp/test/Slice/structure/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Slice/structure/msbuild/packages.config +++ b/cpp/test/Slice/structure/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/cpp/test/Slice/utf8BOM/msbuild/client.vcxproj b/cpp/test/Slice/utf8BOM/msbuild/client.vcxproj index 1774b65a7d4..09567c0acf6 100644 --- a/cpp/test/Slice/utf8BOM/msbuild/client.vcxproj +++ b/cpp/test/Slice/utf8BOM/msbuild/client.vcxproj @@ -1,7 +1,7 @@  - + Cpp11-Debug @@ -85,7 +85,7 @@ - + @@ -331,8 +331,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/cpp/test/Slice/utf8BOM/msbuild/packages.config b/cpp/test/Slice/utf8BOM/msbuild/packages.config index a93e137eccd..a36cb289a52 100644 --- a/cpp/test/Slice/utf8BOM/msbuild/packages.config +++ b/cpp/test/Slice/utf8BOM/msbuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/csharp/msbuild/zeroc.ice.net.csproj b/csharp/msbuild/zeroc.ice.net.csproj index 023bc9b21b0..e56b7a513c9 100644 --- a/csharp/msbuild/zeroc.ice.net.csproj +++ b/csharp/msbuild/zeroc.ice.net.csproj @@ -10,7 +10,7 @@ false zeroc.ice.net ZeroC Ice for .NET - 3.7.10 + 3.8.0-alpha0 ZeroC GPL-2.0-only https://github.com/zeroc-ice/ice diff --git a/csharp/msbuild/zeroc.ice.net.nuspec b/csharp/msbuild/zeroc.ice.net.nuspec index 279923e9808..f3baf7354ef 100644 --- a/csharp/msbuild/zeroc.ice.net.nuspec +++ b/csharp/msbuild/zeroc.ice.net.nuspec @@ -3,7 +3,7 @@ zeroc.ice.net ZeroC Ice for .NET - 3.7.10 + 3.8.0-alpha0 ZeroC Copyright (c) ZeroC, Inc. All rights reserved GPL-2.0-only diff --git a/csharp/msbuild/zeroc.ice.net.props b/csharp/msbuild/zeroc.ice.net.props index ae2cf13cbf1..2b80418dd21 100644 --- a/csharp/msbuild/zeroc.ice.net.props +++ b/csharp/msbuild/zeroc.ice.net.props @@ -2,10 +2,10 @@ - 3.7.10 - 30710 - 3.7 - 37 + 3.8.0 + 30800 + 3.8 + 38 $(MSBuildThisFileDirectory).. $(IceHome)\lib diff --git a/csharp/src/Glacier2/AssemblyInfo.cs b/csharp/src/Glacier2/AssemblyInfo.cs index 08a182f5c6b..86d1d23b311 100644 --- a/csharp/src/Glacier2/AssemblyInfo.cs +++ b/csharp/src/Glacier2/AssemblyInfo.cs @@ -16,6 +16,6 @@ [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.10.0")] +[assembly: AssemblyVersion("3.8.0.0")] [assembly: ComVisible(false)] diff --git a/csharp/src/Glacier2/Glacier2.csproj b/csharp/src/Glacier2/Glacier2.csproj index af9e7e69482..59d186319f3 100644 --- a/csharp/src/Glacier2/Glacier2.csproj +++ b/csharp/src/Glacier2/Glacier2.csproj @@ -3,7 +3,7 @@ Glacier2 - $(IceVersion) + $(IceJSONVersion) ../../lib netstandard2.0 diff --git a/csharp/src/Ice/AssemblyInfo.cs b/csharp/src/Ice/AssemblyInfo.cs index cef1bd3e114..aea74a96191 100644 --- a/csharp/src/Ice/AssemblyInfo.cs +++ b/csharp/src/Ice/AssemblyInfo.cs @@ -16,6 +16,6 @@ [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.10.0")] +[assembly: AssemblyVersion("3.8.0.0")] [assembly: ComVisible(false)] diff --git a/csharp/src/Ice/Ice.csproj b/csharp/src/Ice/Ice.csproj index 8a5541e3562..e2aca3b02e5 100644 --- a/csharp/src/Ice/Ice.csproj +++ b/csharp/src/Ice/Ice.csproj @@ -3,7 +3,7 @@ Ice - $(IceVersion) + $(IceJSONVersion) ../../lib netstandard2.0 diff --git a/csharp/src/Ice/Util.cs b/csharp/src/Ice/Util.cs index 66d9c0adf9f..3e1ffea5e74 100644 --- a/csharp/src/Ice/Util.cs +++ b/csharp/src/Ice/Util.cs @@ -515,7 +515,7 @@ public static void setProcessLogger(Logger logger) /// The Ice version. public static string stringVersion() { - return "3.7.10"; // "A.B.C", with A=major, B=minor, C=patch + return "3.8.0-alpha.0"; // "A.B.C", with A=major, B=minor, C=patch } /// @@ -526,7 +526,7 @@ public static string stringVersion() /// The Ice version. public static int intVersion() { - return 30710; // AABBCC, with AA=major, BB=minor, CC=patch + return 30850; // AABBCC, with AA=major, BB=minor, CC=patch } /// diff --git a/csharp/src/IceBox/AssemblyInfo.cs b/csharp/src/IceBox/AssemblyInfo.cs index f8333c5eebe..7a2d9eb8461 100644 --- a/csharp/src/IceBox/AssemblyInfo.cs +++ b/csharp/src/IceBox/AssemblyInfo.cs @@ -16,6 +16,6 @@ [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.10.0")] +[assembly: AssemblyVersion("3.8.0.0")] [assembly: ComVisible(false)] diff --git a/csharp/src/IceBox/IceBox.csproj b/csharp/src/IceBox/IceBox.csproj index a2c1d3ef5b8..3f3a9b003bc 100644 --- a/csharp/src/IceBox/IceBox.csproj +++ b/csharp/src/IceBox/IceBox.csproj @@ -2,7 +2,7 @@ - $(IceVersion) + $(IceJSONVersion) ../../lib netstandard2.0 diff --git a/csharp/src/IceBoxNet/AssemblyInfo.cs b/csharp/src/IceBoxNet/AssemblyInfo.cs index 2f11d88f415..d10d6bff58f 100644 --- a/csharp/src/IceBoxNet/AssemblyInfo.cs +++ b/csharp/src/IceBoxNet/AssemblyInfo.cs @@ -16,6 +16,6 @@ [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.10.0")] +[assembly: AssemblyVersion("3.8.0.0")] [assembly: ComVisible(false)] diff --git a/csharp/src/IceBoxNet/IceBoxNet.csproj b/csharp/src/IceBoxNet/IceBoxNet.csproj index 9ced9dc60b2..86c86f121ca 100644 --- a/csharp/src/IceBoxNet/IceBoxNet.csproj +++ b/csharp/src/IceBoxNet/IceBoxNet.csproj @@ -4,7 +4,7 @@ Exe iceboxnet - $(IceVersion) + $(IceJSONVersion) ../../bin $(AppTargetFramework) diff --git a/csharp/src/IceDiscovery/AssemblyInfo.cs b/csharp/src/IceDiscovery/AssemblyInfo.cs index e2c69dc14ec..b83d9ef3d37 100644 --- a/csharp/src/IceDiscovery/AssemblyInfo.cs +++ b/csharp/src/IceDiscovery/AssemblyInfo.cs @@ -16,6 +16,6 @@ [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.10.0")] +[assembly: AssemblyVersion("3.8.0.0")] [assembly: ComVisible(false)] diff --git a/csharp/src/IceDiscovery/IceDiscovery.csproj b/csharp/src/IceDiscovery/IceDiscovery.csproj index 6d819a213a4..a44a04d6062 100644 --- a/csharp/src/IceDiscovery/IceDiscovery.csproj +++ b/csharp/src/IceDiscovery/IceDiscovery.csproj @@ -3,7 +3,7 @@ IceDiscovery - $(IceVersion) + $(IceJSONVersion) ../../lib netstandard2.0 diff --git a/csharp/src/IceGrid/AssemblyInfo.cs b/csharp/src/IceGrid/AssemblyInfo.cs index de9b5076164..9ca69bbb91a 100644 --- a/csharp/src/IceGrid/AssemblyInfo.cs +++ b/csharp/src/IceGrid/AssemblyInfo.cs @@ -16,6 +16,6 @@ [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.10.0")] +[assembly: AssemblyVersion("3.8.0.0")] [assembly: ComVisible(false)] diff --git a/csharp/src/IceGrid/IceGrid.csproj b/csharp/src/IceGrid/IceGrid.csproj index 4235f1fdf25..f4b914f09c2 100644 --- a/csharp/src/IceGrid/IceGrid.csproj +++ b/csharp/src/IceGrid/IceGrid.csproj @@ -3,7 +3,7 @@ IceGrid - $(IceVersion) + $(IceJSONVersion) ../../lib netstandard2.0 diff --git a/csharp/src/IceLocatorDiscovery/AssemblyInfo.cs b/csharp/src/IceLocatorDiscovery/AssemblyInfo.cs index c233210d56b..81e1268d762 100644 --- a/csharp/src/IceLocatorDiscovery/AssemblyInfo.cs +++ b/csharp/src/IceLocatorDiscovery/AssemblyInfo.cs @@ -16,6 +16,6 @@ [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.10.0")] +[assembly: AssemblyVersion("3.8.0.0")] [assembly: ComVisible(false)] diff --git a/csharp/src/IceLocatorDiscovery/IceLocatorDiscovery.csproj b/csharp/src/IceLocatorDiscovery/IceLocatorDiscovery.csproj index 7453530e27e..8b27b7dee0e 100644 --- a/csharp/src/IceLocatorDiscovery/IceLocatorDiscovery.csproj +++ b/csharp/src/IceLocatorDiscovery/IceLocatorDiscovery.csproj @@ -3,7 +3,7 @@ IceLocatorDiscovery - $(IceVersion) + $(IceJSONVersion) ../../lib netstandard2.0 diff --git a/csharp/src/IceSSL/AssemblyInfo.cs b/csharp/src/IceSSL/AssemblyInfo.cs index 281be9f3f95..6f585627a81 100644 --- a/csharp/src/IceSSL/AssemblyInfo.cs +++ b/csharp/src/IceSSL/AssemblyInfo.cs @@ -16,6 +16,6 @@ [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.10.0")] +[assembly: AssemblyVersion("3.8.0.0")] [assembly: ComVisible(false)] diff --git a/csharp/src/IceSSL/IceSSL.csproj b/csharp/src/IceSSL/IceSSL.csproj index 6ef955d6353..5eb3232edcc 100644 --- a/csharp/src/IceSSL/IceSSL.csproj +++ b/csharp/src/IceSSL/IceSSL.csproj @@ -3,7 +3,7 @@ IceSSL - $(IceVersion) + $(IceJSONVersion) ../../lib netstandard2.0 diff --git a/csharp/src/IceStorm/AssemblyInfo.cs b/csharp/src/IceStorm/AssemblyInfo.cs index 4e87b06701f..ea3809c73bb 100644 --- a/csharp/src/IceStorm/AssemblyInfo.cs +++ b/csharp/src/IceStorm/AssemblyInfo.cs @@ -16,6 +16,6 @@ [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.10.0")] +[assembly: AssemblyVersion("3.8.0.0")] [assembly: ComVisible(false)] diff --git a/csharp/src/IceStorm/IceStorm.csproj b/csharp/src/IceStorm/IceStorm.csproj index 5634765166d..acfc90fe533 100644 --- a/csharp/src/IceStorm/IceStorm.csproj +++ b/csharp/src/IceStorm/IceStorm.csproj @@ -3,7 +3,7 @@ IceStorm - $(IceVersion) + $(IceJSONVersion) ../../lib netstandard2.0 diff --git a/csharp/test/Glacier2/application/msbuild/client/client.csproj b/csharp/test/Glacier2/application/msbuild/client/client.csproj index 742b28a49d0..46986584091 100644 --- a/csharp/test/Glacier2/application/msbuild/client/client.csproj +++ b/csharp/test/Glacier2/application/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Glacier2/application/msbuild/server/server.csproj b/csharp/test/Glacier2/application/msbuild/server/server.csproj index dfa4311a343..672b6722d00 100644 --- a/csharp/test/Glacier2/application/msbuild/server/server.csproj +++ b/csharp/test/Glacier2/application/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Glacier2/router/msbuild/client/client.csproj b/csharp/test/Glacier2/router/msbuild/client/client.csproj index 742b28a49d0..46986584091 100644 --- a/csharp/test/Glacier2/router/msbuild/client/client.csproj +++ b/csharp/test/Glacier2/router/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Glacier2/router/msbuild/server/server.csproj b/csharp/test/Glacier2/router/msbuild/server/server.csproj index dfa4311a343..672b6722d00 100644 --- a/csharp/test/Glacier2/router/msbuild/server/server.csproj +++ b/csharp/test/Glacier2/router/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Glacier2/sessionHelper/msbuild/client/client.csproj b/csharp/test/Glacier2/sessionHelper/msbuild/client/client.csproj index 742b28a49d0..46986584091 100644 --- a/csharp/test/Glacier2/sessionHelper/msbuild/client/client.csproj +++ b/csharp/test/Glacier2/sessionHelper/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Glacier2/sessionHelper/msbuild/server/server.csproj b/csharp/test/Glacier2/sessionHelper/msbuild/server/server.csproj index dfa4311a343..672b6722d00 100644 --- a/csharp/test/Glacier2/sessionHelper/msbuild/server/server.csproj +++ b/csharp/test/Glacier2/sessionHelper/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/acm/msbuild/client/client.csproj b/csharp/test/Ice/acm/msbuild/client/client.csproj index 641367490ef..df4af1f424e 100644 --- a/csharp/test/Ice/acm/msbuild/client/client.csproj +++ b/csharp/test/Ice/acm/msbuild/client/client.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/Ice/acm/msbuild/server/server.csproj b/csharp/test/Ice/acm/msbuild/server/server.csproj index 4121a574e35..02518d46fe0 100644 --- a/csharp/test/Ice/acm/msbuild/server/server.csproj +++ b/csharp/test/Ice/acm/msbuild/server/server.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/client/client.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/client/client.csproj index 25d401b29e1..76dc55fa06b 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/client/client.csproj +++ b/csharp/test/Ice/adapterDeactivation/msbuild/client/client.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.csproj index 288155d4bfa..01a60e44d60 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/adapterDeactivation/msbuild/collocated/collocated.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/server/server.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/server/server.csproj index 297e26b720f..e7ff866900c 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/server/server.csproj +++ b/csharp/test/Ice/adapterDeactivation/msbuild/server/server.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/Ice/admin/msbuild/client/client.csproj b/csharp/test/Ice/admin/msbuild/client/client.csproj index 9170e1e2b4f..29541458b11 100644 --- a/csharp/test/Ice/admin/msbuild/client/client.csproj +++ b/csharp/test/Ice/admin/msbuild/client/client.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/admin/msbuild/server/server.csproj b/csharp/test/Ice/admin/msbuild/server/server.csproj index 36a55dbbd4d..9defed2c8fe 100644 --- a/csharp/test/Ice/admin/msbuild/server/server.csproj +++ b/csharp/test/Ice/admin/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/ami/msbuild/client/client.csproj b/csharp/test/Ice/ami/msbuild/client/client.csproj index 1531bd80b33..d516fa4698a 100644 --- a/csharp/test/Ice/ami/msbuild/client/client.csproj +++ b/csharp/test/Ice/ami/msbuild/client/client.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/Ice/ami/msbuild/collocated/collocated.csproj b/csharp/test/Ice/ami/msbuild/collocated/collocated.csproj index 594625d26f5..b2d99836c9d 100644 --- a/csharp/test/Ice/ami/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/ami/msbuild/collocated/collocated.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/ami/msbuild/server/server.csproj b/csharp/test/Ice/ami/msbuild/server/server.csproj index 36a55dbbd4d..9defed2c8fe 100644 --- a/csharp/test/Ice/ami/msbuild/server/server.csproj +++ b/csharp/test/Ice/ami/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/application/msbuild/client/client.csproj b/csharp/test/Ice/application/msbuild/client/client.csproj index 4394876f826..13b4088d5d5 100644 --- a/csharp/test/Ice/application/msbuild/client/client.csproj +++ b/csharp/test/Ice/application/msbuild/client/client.csproj @@ -19,7 +19,7 @@ - + diff --git a/csharp/test/Ice/assemblies/msbuild/client/client.csproj b/csharp/test/Ice/assemblies/msbuild/client/client.csproj index b7085d4a0cd..df0aea54b64 100644 --- a/csharp/test/Ice/assemblies/msbuild/client/client.csproj +++ b/csharp/test/Ice/assemblies/msbuild/client/client.csproj @@ -22,7 +22,7 @@ - + diff --git a/csharp/test/Ice/assemblies/msbuild/core/core.csproj b/csharp/test/Ice/assemblies/msbuild/core/core.csproj index 4b0cc7b880d..340a00ada4e 100644 --- a/csharp/test/Ice/assemblies/msbuild/core/core.csproj +++ b/csharp/test/Ice/assemblies/msbuild/core/core.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/assemblies/msbuild/user/user.csproj b/csharp/test/Ice/assemblies/msbuild/user/user.csproj index 8be29b18b80..907c1f07eb1 100644 --- a/csharp/test/Ice/assemblies/msbuild/user/user.csproj +++ b/csharp/test/Ice/assemblies/msbuild/user/user.csproj @@ -33,7 +33,7 @@ - + diff --git a/csharp/test/Ice/background/msbuild/client/client.csproj b/csharp/test/Ice/background/msbuild/client/client.csproj index 7c3edef3f45..03dcc64ad94 100644 --- a/csharp/test/Ice/background/msbuild/client/client.csproj +++ b/csharp/test/Ice/background/msbuild/client/client.csproj @@ -32,7 +32,7 @@ - + diff --git a/csharp/test/Ice/background/msbuild/server/server.csproj b/csharp/test/Ice/background/msbuild/server/server.csproj index 2a2966a76a1..551cd7f28cd 100644 --- a/csharp/test/Ice/background/msbuild/server/server.csproj +++ b/csharp/test/Ice/background/msbuild/server/server.csproj @@ -33,7 +33,7 @@ - + diff --git a/csharp/test/Ice/binding/msbuild/client/client.csproj b/csharp/test/Ice/binding/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/binding/msbuild/client/client.csproj +++ b/csharp/test/Ice/binding/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/binding/msbuild/server/server.csproj b/csharp/test/Ice/binding/msbuild/server/server.csproj index d6a4c55a477..c3a95508a79 100644 --- a/csharp/test/Ice/binding/msbuild/server/server.csproj +++ b/csharp/test/Ice/binding/msbuild/server/server.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/Ice/defaultServant/msbuild/client/client.csproj b/csharp/test/Ice/defaultServant/msbuild/client/client.csproj index a5c9685b1b8..0b85514b8d0 100644 --- a/csharp/test/Ice/defaultServant/msbuild/client/client.csproj +++ b/csharp/test/Ice/defaultServant/msbuild/client/client.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/defaultValue/msbuild/client/client.csproj b/csharp/test/Ice/defaultValue/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/defaultValue/msbuild/client/client.csproj +++ b/csharp/test/Ice/defaultValue/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/dictMapping/msbuild/client/client.csproj b/csharp/test/Ice/dictMapping/msbuild/client/client.csproj index 95aedc5d097..11051e2ea83 100644 --- a/csharp/test/Ice/dictMapping/msbuild/client/client.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/client/client.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/Ice/dictMapping/msbuild/collocated/collocated.csproj b/csharp/test/Ice/dictMapping/msbuild/collocated/collocated.csproj index 48556f90ec3..8789ae2dfcc 100644 --- a/csharp/test/Ice/dictMapping/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/collocated/collocated.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/Ice/dictMapping/msbuild/server/server.csproj b/csharp/test/Ice/dictMapping/msbuild/server/server.csproj index 838c1b44009..09a7ac6c0d9 100644 --- a/csharp/test/Ice/dictMapping/msbuild/server/server.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/dictMapping/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/dictMapping/msbuild/serveramd/serveramd.csproj index bbf9a2a839b..071f14fc42f 100644 --- a/csharp/test/Ice/dictMapping/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/serveramd/serveramd.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/dispatcher/msbuild/client/client.csproj b/csharp/test/Ice/dispatcher/msbuild/client/client.csproj index 223560ecac6..3eacaa1e1d7 100644 --- a/csharp/test/Ice/dispatcher/msbuild/client/client.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/client/client.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/dispatcher/msbuild/collocated/collocated.csproj b/csharp/test/Ice/dispatcher/msbuild/collocated/collocated.csproj index 348159ff501..8adb518f538 100644 --- a/csharp/test/Ice/dispatcher/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/collocated/collocated.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/Ice/dispatcher/msbuild/server/server.csproj b/csharp/test/Ice/dispatcher/msbuild/server/server.csproj index 95ef2720aad..e677f629940 100644 --- a/csharp/test/Ice/dispatcher/msbuild/server/server.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/server/server.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/echo/msbuild/server/server.csproj b/csharp/test/Ice/echo/msbuild/server/server.csproj index efcbb4315f8..4484877ac23 100644 --- a/csharp/test/Ice/echo/msbuild/server/server.csproj +++ b/csharp/test/Ice/echo/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/enums/msbuild/client/client.csproj b/csharp/test/Ice/enums/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/enums/msbuild/client/client.csproj +++ b/csharp/test/Ice/enums/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/enums/msbuild/server/server.csproj b/csharp/test/Ice/enums/msbuild/server/server.csproj index 36a55dbbd4d..9defed2c8fe 100644 --- a/csharp/test/Ice/enums/msbuild/server/server.csproj +++ b/csharp/test/Ice/enums/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/exceptions/msbuild/client/client.csproj b/csharp/test/Ice/exceptions/msbuild/client/client.csproj index c2771c8d1d7..d63b84dedf5 100644 --- a/csharp/test/Ice/exceptions/msbuild/client/client.csproj +++ b/csharp/test/Ice/exceptions/msbuild/client/client.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/Ice/exceptions/msbuild/collocated/collocated.csproj b/csharp/test/Ice/exceptions/msbuild/collocated/collocated.csproj index 43bdf5a5e4c..974e90f1d48 100644 --- a/csharp/test/Ice/exceptions/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/exceptions/msbuild/collocated/collocated.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/Ice/exceptions/msbuild/server/server.csproj b/csharp/test/Ice/exceptions/msbuild/server/server.csproj index 2706867fe90..c98bb4d83e5 100644 --- a/csharp/test/Ice/exceptions/msbuild/server/server.csproj +++ b/csharp/test/Ice/exceptions/msbuild/server/server.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj index 2487a77bacf..11d8c304194 100644 --- a/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/Ice/facets/msbuild/client/client.csproj b/csharp/test/Ice/facets/msbuild/client/client.csproj index b7e64b61d47..7c899b579fa 100644 --- a/csharp/test/Ice/facets/msbuild/client/client.csproj +++ b/csharp/test/Ice/facets/msbuild/client/client.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/facets/msbuild/collocated/collocated.csproj b/csharp/test/Ice/facets/msbuild/collocated/collocated.csproj index f9be54a344e..679f4c7083c 100644 --- a/csharp/test/Ice/facets/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/facets/msbuild/collocated/collocated.csproj @@ -34,7 +34,7 @@ - + diff --git a/csharp/test/Ice/facets/msbuild/server/server.csproj b/csharp/test/Ice/facets/msbuild/server/server.csproj index 8a9b5db1b36..7e8c1712500 100644 --- a/csharp/test/Ice/facets/msbuild/server/server.csproj +++ b/csharp/test/Ice/facets/msbuild/server/server.csproj @@ -33,7 +33,7 @@ - + diff --git a/csharp/test/Ice/faultTolerance/msbuild/client/client.csproj b/csharp/test/Ice/faultTolerance/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/faultTolerance/msbuild/client/client.csproj +++ b/csharp/test/Ice/faultTolerance/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/faultTolerance/msbuild/server/server.csproj b/csharp/test/Ice/faultTolerance/msbuild/server/server.csproj index 36a55dbbd4d..9defed2c8fe 100644 --- a/csharp/test/Ice/faultTolerance/msbuild/server/server.csproj +++ b/csharp/test/Ice/faultTolerance/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/hash/msbuild/client/client.csproj b/csharp/test/Ice/hash/msbuild/client/client.csproj index 69b870ebe46..9b0acbd28de 100644 --- a/csharp/test/Ice/hash/msbuild/client/client.csproj +++ b/csharp/test/Ice/hash/msbuild/client/client.csproj @@ -24,7 +24,7 @@ - + diff --git a/csharp/test/Ice/hold/msbuild/client/client.csproj b/csharp/test/Ice/hold/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/hold/msbuild/client/client.csproj +++ b/csharp/test/Ice/hold/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/hold/msbuild/server/server.csproj b/csharp/test/Ice/hold/msbuild/server/server.csproj index c26cd018ad9..8e1e82edd3a 100644 --- a/csharp/test/Ice/hold/msbuild/server/server.csproj +++ b/csharp/test/Ice/hold/msbuild/server/server.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/info/msbuild/client/client.csproj b/csharp/test/Ice/info/msbuild/client/client.csproj index 5aab9681758..a0b6a86e2ed 100644 --- a/csharp/test/Ice/info/msbuild/client/client.csproj +++ b/csharp/test/Ice/info/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/info/msbuild/server/server.csproj b/csharp/test/Ice/info/msbuild/server/server.csproj index 36a55dbbd4d..9defed2c8fe 100644 --- a/csharp/test/Ice/info/msbuild/server/server.csproj +++ b/csharp/test/Ice/info/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/inheritance/msbuild/client/client.csproj b/csharp/test/Ice/inheritance/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/inheritance/msbuild/client/client.csproj +++ b/csharp/test/Ice/inheritance/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/inheritance/msbuild/collocated/collocated.csproj b/csharp/test/Ice/inheritance/msbuild/collocated/collocated.csproj index a01b887200b..7c02dae3d1b 100644 --- a/csharp/test/Ice/inheritance/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/inheritance/msbuild/collocated/collocated.csproj @@ -30,7 +30,7 @@ - + diff --git a/csharp/test/Ice/inheritance/msbuild/server/server.csproj b/csharp/test/Ice/inheritance/msbuild/server/server.csproj index 2fca9c0d376..d6621638688 100644 --- a/csharp/test/Ice/inheritance/msbuild/server/server.csproj +++ b/csharp/test/Ice/inheritance/msbuild/server/server.csproj @@ -29,7 +29,7 @@ - + diff --git a/csharp/test/Ice/interceptor/msbuild/client/client.csproj b/csharp/test/Ice/interceptor/msbuild/client/client.csproj index b080bccc138..4d48b07f0e5 100644 --- a/csharp/test/Ice/interceptor/msbuild/client/client.csproj +++ b/csharp/test/Ice/interceptor/msbuild/client/client.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/invoke/msbuild/client/client.csproj b/csharp/test/Ice/invoke/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/invoke/msbuild/client/client.csproj +++ b/csharp/test/Ice/invoke/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/invoke/msbuild/server/server.csproj b/csharp/test/Ice/invoke/msbuild/server/server.csproj index efcbb4315f8..4484877ac23 100644 --- a/csharp/test/Ice/invoke/msbuild/server/server.csproj +++ b/csharp/test/Ice/invoke/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/location/msbuild/client/client.csproj b/csharp/test/Ice/location/msbuild/client/client.csproj index 84ee042bfff..cc9f5766cfe 100644 --- a/csharp/test/Ice/location/msbuild/client/client.csproj +++ b/csharp/test/Ice/location/msbuild/client/client.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/location/msbuild/server/server.csproj b/csharp/test/Ice/location/msbuild/server/server.csproj index 027180fe1c1..9a2c9a2767e 100644 --- a/csharp/test/Ice/location/msbuild/server/server.csproj +++ b/csharp/test/Ice/location/msbuild/server/server.csproj @@ -29,7 +29,7 @@ - + diff --git a/csharp/test/Ice/logger/msbuild/client/client.csproj b/csharp/test/Ice/logger/msbuild/client/client.csproj index 4394876f826..13b4088d5d5 100644 --- a/csharp/test/Ice/logger/msbuild/client/client.csproj +++ b/csharp/test/Ice/logger/msbuild/client/client.csproj @@ -19,7 +19,7 @@ - + diff --git a/csharp/test/Ice/metrics/msbuild/client/client.csproj b/csharp/test/Ice/metrics/msbuild/client/client.csproj index 099c99ce87f..7f589862403 100644 --- a/csharp/test/Ice/metrics/msbuild/client/client.csproj +++ b/csharp/test/Ice/metrics/msbuild/client/client.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/metrics/msbuild/collocated/collocated.csproj b/csharp/test/Ice/metrics/msbuild/collocated/collocated.csproj index f860e559cd4..b3c124f1113 100644 --- a/csharp/test/Ice/metrics/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/metrics/msbuild/collocated/collocated.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/Ice/metrics/msbuild/server/server.csproj b/csharp/test/Ice/metrics/msbuild/server/server.csproj index 4563a9d98cb..d9741e68e71 100644 --- a/csharp/test/Ice/metrics/msbuild/server/server.csproj +++ b/csharp/test/Ice/metrics/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/metrics/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/metrics/msbuild/serveramd/serveramd.csproj index 585ed4918cc..1b509fd0544 100644 --- a/csharp/test/Ice/metrics/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/metrics/msbuild/serveramd/serveramd.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/namespacemd/msbuild/client/client.csproj b/csharp/test/Ice/namespacemd/msbuild/client/client.csproj index 30224f99dd6..590a062432b 100644 --- a/csharp/test/Ice/namespacemd/msbuild/client/client.csproj +++ b/csharp/test/Ice/namespacemd/msbuild/client/client.csproj @@ -49,7 +49,7 @@ - + diff --git a/csharp/test/Ice/namespacemd/msbuild/server/server.csproj b/csharp/test/Ice/namespacemd/msbuild/server/server.csproj index fd6bb6069bd..51ed8b83f17 100644 --- a/csharp/test/Ice/namespacemd/msbuild/server/server.csproj +++ b/csharp/test/Ice/namespacemd/msbuild/server/server.csproj @@ -49,7 +49,7 @@ - + diff --git a/csharp/test/Ice/networkProxy/msbuild/client/client.csproj b/csharp/test/Ice/networkProxy/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/networkProxy/msbuild/client/client.csproj +++ b/csharp/test/Ice/networkProxy/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/networkProxy/msbuild/server/server.csproj b/csharp/test/Ice/networkProxy/msbuild/server/server.csproj index 8316e81d562..dd4d7ed1ff8 100644 --- a/csharp/test/Ice/networkProxy/msbuild/server/server.csproj +++ b/csharp/test/Ice/networkProxy/msbuild/server/server.csproj @@ -24,7 +24,7 @@ - + diff --git a/csharp/test/Ice/objects/msbuild/client/client.csproj b/csharp/test/Ice/objects/msbuild/client/client.csproj index 7af1750165c..67efa480f17 100644 --- a/csharp/test/Ice/objects/msbuild/client/client.csproj +++ b/csharp/test/Ice/objects/msbuild/client/client.csproj @@ -36,7 +36,7 @@ - + diff --git a/csharp/test/Ice/objects/msbuild/collocated/collocated.csproj b/csharp/test/Ice/objects/msbuild/collocated/collocated.csproj index d0fd2316f07..f03919054fe 100644 --- a/csharp/test/Ice/objects/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/objects/msbuild/collocated/collocated.csproj @@ -39,7 +39,7 @@ - + diff --git a/csharp/test/Ice/objects/msbuild/server/server.csproj b/csharp/test/Ice/objects/msbuild/server/server.csproj index b75d6985818..e233a032336 100644 --- a/csharp/test/Ice/objects/msbuild/server/server.csproj +++ b/csharp/test/Ice/objects/msbuild/server/server.csproj @@ -38,7 +38,7 @@ - + diff --git a/csharp/test/Ice/operations/msbuild/client/client.csproj b/csharp/test/Ice/operations/msbuild/client/client.csproj index 254c503859d..7526783ae5b 100644 --- a/csharp/test/Ice/operations/msbuild/client/client.csproj +++ b/csharp/test/Ice/operations/msbuild/client/client.csproj @@ -31,7 +31,7 @@ - + diff --git a/csharp/test/Ice/operations/msbuild/collocated/collocated.csproj b/csharp/test/Ice/operations/msbuild/collocated/collocated.csproj index 8563dffa245..f9523bb2973 100644 --- a/csharp/test/Ice/operations/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/operations/msbuild/collocated/collocated.csproj @@ -32,7 +32,7 @@ - + diff --git a/csharp/test/Ice/operations/msbuild/server/server.csproj b/csharp/test/Ice/operations/msbuild/server/server.csproj index a3c9c508ea0..40581a7b679 100644 --- a/csharp/test/Ice/operations/msbuild/server/server.csproj +++ b/csharp/test/Ice/operations/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/operations/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/operations/msbuild/serveramd/serveramd.csproj index 474c97d710f..58dfe6710b5 100644 --- a/csharp/test/Ice/operations/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/operations/msbuild/serveramd/serveramd.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/operations/msbuild/serveramdtie/serveramdtie.csproj b/csharp/test/Ice/operations/msbuild/serveramdtie/serveramdtie.csproj index 567d2a6e1bf..393f038aa92 100644 --- a/csharp/test/Ice/operations/msbuild/serveramdtie/serveramdtie.csproj +++ b/csharp/test/Ice/operations/msbuild/serveramdtie/serveramdtie.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/operations/msbuild/servertie/servertie.csproj b/csharp/test/Ice/operations/msbuild/servertie/servertie.csproj index 0d753461888..60d2b079801 100644 --- a/csharp/test/Ice/operations/msbuild/servertie/servertie.csproj +++ b/csharp/test/Ice/operations/msbuild/servertie/servertie.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/optional/msbuild/client/client.csproj b/csharp/test/Ice/optional/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/optional/msbuild/client/client.csproj +++ b/csharp/test/Ice/optional/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/optional/msbuild/server/server.csproj b/csharp/test/Ice/optional/msbuild/server/server.csproj index 36a55dbbd4d..9defed2c8fe 100644 --- a/csharp/test/Ice/optional/msbuild/server/server.csproj +++ b/csharp/test/Ice/optional/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/optional/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/optional/msbuild/serveramd/serveramd.csproj index 8041d493e50..ea193b061d7 100644 --- a/csharp/test/Ice/optional/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/optional/msbuild/serveramd/serveramd.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/plugin/msbuild/client/client.csproj b/csharp/test/Ice/plugin/msbuild/client/client.csproj index 4394876f826..13b4088d5d5 100644 --- a/csharp/test/Ice/plugin/msbuild/client/client.csproj +++ b/csharp/test/Ice/plugin/msbuild/client/client.csproj @@ -19,7 +19,7 @@ - + diff --git a/csharp/test/Ice/plugin/msbuild/plugin/plugin.csproj b/csharp/test/Ice/plugin/msbuild/plugin/plugin.csproj index 9822ed12ada..19a27f6959f 100644 --- a/csharp/test/Ice/plugin/msbuild/plugin/plugin.csproj +++ b/csharp/test/Ice/plugin/msbuild/plugin/plugin.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/Ice/properties/msbuild/client/client.csproj b/csharp/test/Ice/properties/msbuild/client/client.csproj index 4394876f826..13b4088d5d5 100644 --- a/csharp/test/Ice/properties/msbuild/client/client.csproj +++ b/csharp/test/Ice/properties/msbuild/client/client.csproj @@ -19,7 +19,7 @@ - + diff --git a/csharp/test/Ice/proxy/msbuild/client/client.csproj b/csharp/test/Ice/proxy/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/proxy/msbuild/client/client.csproj +++ b/csharp/test/Ice/proxy/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/proxy/msbuild/collocated/collocated.csproj b/csharp/test/Ice/proxy/msbuild/collocated/collocated.csproj index ba0fb89a318..1ffd23c9571 100644 --- a/csharp/test/Ice/proxy/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/proxy/msbuild/collocated/collocated.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/proxy/msbuild/server/server.csproj b/csharp/test/Ice/proxy/msbuild/server/server.csproj index a3c9c508ea0..40581a7b679 100644 --- a/csharp/test/Ice/proxy/msbuild/server/server.csproj +++ b/csharp/test/Ice/proxy/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/proxy/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/proxy/msbuild/serveramd/serveramd.csproj index 474c97d710f..58dfe6710b5 100644 --- a/csharp/test/Ice/proxy/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/proxy/msbuild/serveramd/serveramd.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/retry/msbuild/client/client.csproj b/csharp/test/Ice/retry/msbuild/client/client.csproj index 2c863006430..4ded38c5e1f 100644 --- a/csharp/test/Ice/retry/msbuild/client/client.csproj +++ b/csharp/test/Ice/retry/msbuild/client/client.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/Ice/retry/msbuild/collocated/collocated.csproj b/csharp/test/Ice/retry/msbuild/collocated/collocated.csproj index a344f3a7e5e..187657d304f 100644 --- a/csharp/test/Ice/retry/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/retry/msbuild/collocated/collocated.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/Ice/retry/msbuild/server/server.csproj b/csharp/test/Ice/retry/msbuild/server/server.csproj index ab5b9fc0fbe..e8eadb5a7d9 100644 --- a/csharp/test/Ice/retry/msbuild/server/server.csproj +++ b/csharp/test/Ice/retry/msbuild/server/server.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/scope/msbuild/client/client.csproj b/csharp/test/Ice/scope/msbuild/client/client.csproj index 2fb3ab91395..e2930a2ae96 100644 --- a/csharp/test/Ice/scope/msbuild/client/client.csproj +++ b/csharp/test/Ice/scope/msbuild/client/client.csproj @@ -30,7 +30,7 @@ - + diff --git a/csharp/test/Ice/scope/msbuild/server/server.csproj b/csharp/test/Ice/scope/msbuild/server/server.csproj index bc7876ca946..9db30a6390e 100644 --- a/csharp/test/Ice/scope/msbuild/server/server.csproj +++ b/csharp/test/Ice/scope/msbuild/server/server.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/Ice/seqMapping/msbuild/client/client.csproj b/csharp/test/Ice/seqMapping/msbuild/client/client.csproj index 337863506f4..e71326cade0 100644 --- a/csharp/test/Ice/seqMapping/msbuild/client/client.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/client/client.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/Ice/seqMapping/msbuild/collocated/collocated.csproj b/csharp/test/Ice/seqMapping/msbuild/collocated/collocated.csproj index 47b7e228789..8fc7da2168b 100644 --- a/csharp/test/Ice/seqMapping/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/collocated/collocated.csproj @@ -29,7 +29,7 @@ - + diff --git a/csharp/test/Ice/seqMapping/msbuild/server/server.csproj b/csharp/test/Ice/seqMapping/msbuild/server/server.csproj index ebb281052ec..89ac0c46e6f 100644 --- a/csharp/test/Ice/seqMapping/msbuild/server/server.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/server/server.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/seqMapping/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/seqMapping/msbuild/serveramd/serveramd.csproj index 039c636147c..91172e11b77 100644 --- a/csharp/test/Ice/seqMapping/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/serveramd/serveramd.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/servantLocator/msbuild/client/client.csproj b/csharp/test/Ice/servantLocator/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/servantLocator/msbuild/client/client.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/servantLocator/msbuild/collocated/collocated.csproj b/csharp/test/Ice/servantLocator/msbuild/collocated/collocated.csproj index 46bff10648d..93c908978c3 100644 --- a/csharp/test/Ice/servantLocator/msbuild/collocated/collocated.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/collocated/collocated.csproj @@ -29,7 +29,7 @@ - + diff --git a/csharp/test/Ice/servantLocator/msbuild/server/server.csproj b/csharp/test/Ice/servantLocator/msbuild/server/server.csproj index 1ac2be74f44..ea4a704f136 100644 --- a/csharp/test/Ice/servantLocator/msbuild/server/server.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/server/server.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/Ice/servantLocator/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/servantLocator/msbuild/serveramd/serveramd.csproj index 38779d3b0e1..b324dbe8257 100644 --- a/csharp/test/Ice/servantLocator/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/serveramd/serveramd.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/client/client.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/client/client.csproj index 41078379c2e..22eeb2489f7 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/client/client.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/client/client.csproj @@ -34,7 +34,7 @@ - + diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/server/server.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/server/server.csproj index 5485303baca..7a90b57c3db 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/server/server.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/server/server.csproj @@ -34,7 +34,7 @@ - + diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.csproj index 410c01f9c53..77218f6d569 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/serveramd.csproj @@ -34,7 +34,7 @@ - + diff --git a/csharp/test/Ice/slicing/objects/msbuild/client/client.csproj b/csharp/test/Ice/slicing/objects/msbuild/client/client.csproj index 41078379c2e..22eeb2489f7 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/client/client.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/client/client.csproj @@ -34,7 +34,7 @@ - + diff --git a/csharp/test/Ice/slicing/objects/msbuild/server/server.csproj b/csharp/test/Ice/slicing/objects/msbuild/server/server.csproj index 5485303baca..7a90b57c3db 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/server/server.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/server/server.csproj @@ -34,7 +34,7 @@ - + diff --git a/csharp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.csproj index 410c01f9c53..77218f6d569 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/serveramd/serveramd.csproj @@ -34,7 +34,7 @@ - + diff --git a/csharp/test/Ice/stream/msbuild/client/client.csproj b/csharp/test/Ice/stream/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/stream/msbuild/client/client.csproj +++ b/csharp/test/Ice/stream/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/threadPoolPriority/msbuild/client/client.csproj b/csharp/test/Ice/threadPoolPriority/msbuild/client/client.csproj index 69b870ebe46..9b0acbd28de 100644 --- a/csharp/test/Ice/threadPoolPriority/msbuild/client/client.csproj +++ b/csharp/test/Ice/threadPoolPriority/msbuild/client/client.csproj @@ -24,7 +24,7 @@ - + diff --git a/csharp/test/Ice/threadPoolPriority/msbuild/server/server.csproj b/csharp/test/Ice/threadPoolPriority/msbuild/server/server.csproj index 7661bb8b876..057b52e69e7 100644 --- a/csharp/test/Ice/threadPoolPriority/msbuild/server/server.csproj +++ b/csharp/test/Ice/threadPoolPriority/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/timeout/msbuild/client/client.csproj b/csharp/test/Ice/timeout/msbuild/client/client.csproj index 9170e1e2b4f..29541458b11 100644 --- a/csharp/test/Ice/timeout/msbuild/client/client.csproj +++ b/csharp/test/Ice/timeout/msbuild/client/client.csproj @@ -26,7 +26,7 @@ - + diff --git a/csharp/test/Ice/timeout/msbuild/server/server.csproj b/csharp/test/Ice/timeout/msbuild/server/server.csproj index 36a55dbbd4d..9defed2c8fe 100644 --- a/csharp/test/Ice/timeout/msbuild/server/server.csproj +++ b/csharp/test/Ice/timeout/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/udp/msbuild/client/client.csproj b/csharp/test/Ice/udp/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/Ice/udp/msbuild/client/client.csproj +++ b/csharp/test/Ice/udp/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/Ice/udp/msbuild/server/server.csproj b/csharp/test/Ice/udp/msbuild/server/server.csproj index a67046e7bae..f13d48bceb2 100644 --- a/csharp/test/Ice/udp/msbuild/server/server.csproj +++ b/csharp/test/Ice/udp/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/IceBox/admin/msbuild/client/client.csproj b/csharp/test/IceBox/admin/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/IceBox/admin/msbuild/client/client.csproj +++ b/csharp/test/IceBox/admin/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/IceBox/admin/msbuild/testservice/testservice.csproj b/csharp/test/IceBox/admin/msbuild/testservice/testservice.csproj index cfe92bca488..576813851f7 100644 --- a/csharp/test/IceBox/admin/msbuild/testservice/testservice.csproj +++ b/csharp/test/IceBox/admin/msbuild/testservice/testservice.csproj @@ -23,7 +23,7 @@ - + diff --git a/csharp/test/IceBox/configuration/msbuild/client/client.csproj b/csharp/test/IceBox/configuration/msbuild/client/client.csproj index 24d313eac32..1823306f472 100644 --- a/csharp/test/IceBox/configuration/msbuild/client/client.csproj +++ b/csharp/test/IceBox/configuration/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/IceBox/configuration/msbuild/testservice/testservice.csproj b/csharp/test/IceBox/configuration/msbuild/testservice/testservice.csproj index cfe92bca488..576813851f7 100644 --- a/csharp/test/IceBox/configuration/msbuild/testservice/testservice.csproj +++ b/csharp/test/IceBox/configuration/msbuild/testservice/testservice.csproj @@ -23,7 +23,7 @@ - + diff --git a/csharp/test/IceDiscovery/simple/msbuild/client/client.csproj b/csharp/test/IceDiscovery/simple/msbuild/client/client.csproj index 641367490ef..df4af1f424e 100644 --- a/csharp/test/IceDiscovery/simple/msbuild/client/client.csproj +++ b/csharp/test/IceDiscovery/simple/msbuild/client/client.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/IceDiscovery/simple/msbuild/server/server.csproj b/csharp/test/IceDiscovery/simple/msbuild/server/server.csproj index 4121a574e35..02518d46fe0 100644 --- a/csharp/test/IceDiscovery/simple/msbuild/server/server.csproj +++ b/csharp/test/IceDiscovery/simple/msbuild/server/server.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/IceGrid/simple/msbuild/client/client.csproj b/csharp/test/IceGrid/simple/msbuild/client/client.csproj index 44e1dee24b0..684375c006c 100644 --- a/csharp/test/IceGrid/simple/msbuild/client/client.csproj +++ b/csharp/test/IceGrid/simple/msbuild/client/client.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/IceGrid/simple/msbuild/server/server.csproj b/csharp/test/IceGrid/simple/msbuild/server/server.csproj index 36a55dbbd4d..9defed2c8fe 100644 --- a/csharp/test/IceGrid/simple/msbuild/server/server.csproj +++ b/csharp/test/IceGrid/simple/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/IceSSL/configuration/msbuild/client/client.csproj b/csharp/test/IceSSL/configuration/msbuild/client/client.csproj index bd96c1d3ed4..f06b417fc19 100644 --- a/csharp/test/IceSSL/configuration/msbuild/client/client.csproj +++ b/csharp/test/IceSSL/configuration/msbuild/client/client.csproj @@ -27,7 +27,7 @@ - + diff --git a/csharp/test/IceSSL/configuration/msbuild/server/server.csproj b/csharp/test/IceSSL/configuration/msbuild/server/server.csproj index 5442255b12f..81e480f4b74 100644 --- a/csharp/test/IceSSL/configuration/msbuild/server/server.csproj +++ b/csharp/test/IceSSL/configuration/msbuild/server/server.csproj @@ -25,7 +25,7 @@ - + diff --git a/csharp/test/IceUtil/inputUtil/msbuild/client/client.csproj b/csharp/test/IceUtil/inputUtil/msbuild/client/client.csproj index 4394876f826..13b4088d5d5 100644 --- a/csharp/test/IceUtil/inputUtil/msbuild/client/client.csproj +++ b/csharp/test/IceUtil/inputUtil/msbuild/client/client.csproj @@ -19,7 +19,7 @@ - + diff --git a/csharp/test/Slice/escape/msbuild/client/client.csproj b/csharp/test/Slice/escape/msbuild/client/client.csproj index b2f8d8c042e..dc7657587e5 100644 --- a/csharp/test/Slice/escape/msbuild/client/client.csproj +++ b/csharp/test/Slice/escape/msbuild/client/client.csproj @@ -28,7 +28,7 @@ - + diff --git a/csharp/test/Slice/macros/msbuild/client/client.csproj b/csharp/test/Slice/macros/msbuild/client/client.csproj index 69b870ebe46..9b0acbd28de 100644 --- a/csharp/test/Slice/macros/msbuild/client/client.csproj +++ b/csharp/test/Slice/macros/msbuild/client/client.csproj @@ -24,7 +24,7 @@ - + diff --git a/csharp/test/Slice/structure/msbuild/client/client.csproj b/csharp/test/Slice/structure/msbuild/client/client.csproj index 69b870ebe46..9b0acbd28de 100644 --- a/csharp/test/Slice/structure/msbuild/client/client.csproj +++ b/csharp/test/Slice/structure/msbuild/client/client.csproj @@ -24,7 +24,7 @@ - + diff --git a/csharp/test/TestCommon/Properties/AssemblyInfo.cs b/csharp/test/TestCommon/Properties/AssemblyInfo.cs index b721fcbae7e..fbb6d1abcde 100644 --- a/csharp/test/TestCommon/Properties/AssemblyInfo.cs +++ b/csharp/test/TestCommon/Properties/AssemblyInfo.cs @@ -34,7 +34,7 @@ // // 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.10.0")] -[assembly: AssemblyFileVersion("3.7.10.0")] +[assembly: AssemblyVersion("3.8.0.0")] +[assembly: AssemblyFileVersion("3.8.0.0")] [assembly: System.CLSCompliant(true)] diff --git a/csharp/test/TestCommon/msbuild/testcommon/testcommon.csproj b/csharp/test/TestCommon/msbuild/testcommon/testcommon.csproj index 55793031705..59afc69f03d 100644 --- a/csharp/test/TestCommon/msbuild/testcommon/testcommon.csproj +++ b/csharp/test/TestCommon/msbuild/testcommon/testcommon.csproj @@ -15,7 +15,7 @@ - + diff --git a/java/gradle.properties b/java/gradle.properties index ed90ef405c8..effffeec991 100644 --- a/java/gradle.properties +++ b/java/gradle.properties @@ -5,7 +5,7 @@ // // Version used in JAR files // -iceVersion = 3.7.10 +iceVersion = 3.8.0-alpha0 // // Select an installation base directory. The directory will be created diff --git a/java/src/Ice/src/main/java/com/zeroc/Ice/Util.java b/java/src/Ice/src/main/java/com/zeroc/Ice/Util.java index 705bd4cb77b..6b9b3daac80 100644 --- a/java/src/Ice/src/main/java/com/zeroc/Ice/Util.java +++ b/java/src/Ice/src/main/java/com/zeroc/Ice/Util.java @@ -529,7 +529,7 @@ public static void setProcessLogger(Logger logger) **/ public static String stringVersion() { - return "3.7.10"; // "A.B.C", with A=major, B=minor, C=patch + return "3.8.0-alpha.0"; // "A.B.C", with A=major, B=minor, C=patch } /** @@ -541,7 +541,7 @@ public static String stringVersion() **/ public static int intVersion() { - return 30710; // AABBCC, with AA=major, BB=minor, CC=patch + return 30850; // AABBCC, with AA=major, BB=minor, CC=patch } /** diff --git a/java/test/android/controller/gradle.properties b/java/test/android/controller/gradle.properties index 362be6531b6..942cf3ebe09 100644 --- a/java/test/android/controller/gradle.properties +++ b/java/test/android/controller/gradle.properties @@ -1,7 +1,7 @@ # Copyright (c) ZeroC, Inc. All rights reserved. # Version used in JAR files -iceVersion = 3.7.10 +iceVersion = 3.8.0-alpha0 # Set iceHome to location of Ice installation if Ice was installed in a # non-standard location. You must use forward slashes in the path, even on diff --git a/js/package-lock.json b/js/package-lock.json index a0453e475c9..4a095aec264 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,12 +1,12 @@ { "name": "ice", - "version": "3.7.100", + "version": "3.8.0-alpha0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ice", - "version": "3.7.100", + "version": "3.8.0-alpha0", "license": "GPL-2.0", "devDependencies": { "core-js": "^3.29.1", diff --git a/js/package.json b/js/package.json index 328b626ac4b..b31c82d2f5c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "ice", - "version": "3.7.100", + "version": "3.8.0-alpha0", "description": "Ice for JavaScript runtime", "author": "Zeroc, Inc.", "homepage": "https://zeroc.com", diff --git a/js/src/Ice/Initialize.js b/js/src/Ice/Initialize.js index cc9db37be6b..c5a529d7820 100644 --- a/js/src/Ice/Initialize.js +++ b/js/src/Ice/Initialize.js @@ -101,12 +101,12 @@ Ice.currentEncoding = function() Ice.stringVersion = function() { - return "3.7.10"; // "A.B.C", with A=major, B=minor, C=patch + return "3.8.0-alpha.0"; // "A.B.C", with A=major, B=minor, C=patch }; Ice.intVersion = function() { - return 30710; // AABBCC, with AA=major, BB=minor, CC=patch + return 30850; // AABBCC, with AA=major, BB=minor, CC=patch }; module.exports.Ice = Ice; diff --git a/matlab/msbuild/ice.proj b/matlab/msbuild/ice.proj index 846011a2fc6..77e6ba35cba 100644 --- a/matlab/msbuild/ice.proj +++ b/matlab/msbuild/ice.proj @@ -123,7 +123,7 @@ + Replacements="$(RootDir);$(MatlabHome);3.8a0;$(MatlabVersion);slice2matlab.exe;true;false"/> - diff --git a/matlab/msbuild/ice.toolbox.targets b/matlab/msbuild/ice.toolbox.targets index 2ea364eb224..bd4345730ff 100644 --- a/matlab/msbuild/ice.toolbox.targets +++ b/matlab/msbuild/ice.toolbox.targets @@ -8,7 +8,7 @@ - $(MSBuildThisFileDirectory)packages\zeroc.ice.v143.3.7.10\tools + $(MSBuildThisFileDirectory)packages\zeroc.ice.v143.3.8a0\tools diff --git a/matlab/src/msbuild/ice/ice.vcxproj b/matlab/src/msbuild/ice/ice.vcxproj index 8019c0bb06a..201469bf24f 100644 --- a/matlab/src/msbuild/ice/ice.vcxproj +++ b/matlab/src/msbuild/ice/ice.vcxproj @@ -1,6 +1,6 @@ - + Debug @@ -87,13 +87,13 @@ - + d ..\..\..\..\cpp\bin\$(Platform)\$(Configuration) - ..\..\..\msbuild\packages\zeroc.ice.v143.3.7.10\build\native\bin\$(Platform)\$(Configuration) + ..\..\..\msbuild\packages\zeroc.ice.v143.3.8.0-alpha0\build\native\bin\$(Platform)\$(Configuration) @@ -116,7 +116,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/swift/Rakefile b/swift/Rakefile index 82eb1ef39cb..491284b45c7 100644 --- a/swift/Rakefile +++ b/swift/Rakefile @@ -14,7 +14,7 @@ module Xcodeproj end end -$projectVersion = "3.7.10" +$projectVersion = "3.8.0" $macOSDeploymentTarget = "11" $iOSDeploymentTarget = "12.0" diff --git a/swift/src/Ice/Initialize.swift b/swift/src/Ice/Initialize.swift index a422aa3709b..7dce6ba8e74 100644 --- a/swift/src/Ice/Initialize.swift +++ b/swift/src/Ice/Initialize.swift @@ -232,11 +232,11 @@ public func createProperties(_ args: inout [String], defaults: Properties? = nil /// indicates the major version, BB indicates the minor version, and CC /// indicates the patch level. For example, for Ice 3.3.1, the returned /// value is 30301. -public let intVersion: Int = 30710 +public let intVersion: Int = 30850 /// The Ice version in the form A.B.C, where A indicates the major version, /// B indicates the minor version, and C indicates the patch level. -public let stringVersion: String = "3.7.10" +public let stringVersion: String = "3.8.0-alpha.0" public let Encoding_1_0 = EncodingVersion(major: 1, minor: 0) public let Encoding_1_1 = EncodingVersion(major: 1, minor: 1)