diff --git a/src/Crypto/Crypto.vcxproj b/src/Crypto/Crypto.vcxproj index a2e7f888..d1a6a40c 100644 --- a/src/Crypto/Crypto.vcxproj +++ b/src/Crypto/Crypto.vcxproj @@ -39,32 +39,32 @@ {8D511FF0-0294-47EE-9AC4-BD9FE5DCC681} Win32Proj Crypto - 10.0.17763.0 + 10.0 StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode diff --git a/src/Linker/Linker.vcxproj b/src/Linker/Linker.vcxproj index dc0a0051..0ab16e24 100644 --- a/src/Linker/Linker.vcxproj +++ b/src/Linker/Linker.vcxproj @@ -26,27 +26,27 @@ {A70826FD-9A3E-498C-B5D6-585C4DA14FEB} Win32Proj Linker - 10.0.17763.0 + 10.0 Application true - v141 + v142 Unicode Application false - v141 + v142 true Unicode - v141 + v142 - v141 + v142 diff --git a/src/Unlinker/Unlinker.vcxproj b/src/Unlinker/Unlinker.vcxproj index a3d134b5..105c0913 100644 --- a/src/Unlinker/Unlinker.vcxproj +++ b/src/Unlinker/Unlinker.vcxproj @@ -26,32 +26,32 @@ {ED93C237-A96A-4332-B131-CAB4E46F1C48} Win32Proj Unlinker - 10.0.17763.0 + 10.0 Application true - v141 + v142 Unicode Application false - v141 + v142 true Unicode Application true - v141 + v142 Unicode Application false - v141 + v142 true Unicode diff --git a/src/Utils/Utils.vcxproj b/src/Utils/Utils.vcxproj index 9d409170..52dffb58 100644 --- a/src/Utils/Utils.vcxproj +++ b/src/Utils/Utils.vcxproj @@ -38,32 +38,32 @@ {757FB12A-B410-4B76-B525-2D11A14DAD9D} Win32Proj Utils - 10.0.17763.0 + 10.0 StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode diff --git a/src/ZoneCodeGenerator/App.config b/src/ZoneCodeGenerator/App.config index 731f6de6..8d234373 100644 --- a/src/ZoneCodeGenerator/App.config +++ b/src/ZoneCodeGenerator/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/src/ZoneCodeGenerator/ZoneCodeGenerator.csproj b/src/ZoneCodeGenerator/ZoneCodeGenerator.csproj index ac9c7b11..1d3b76a4 100644 --- a/src/ZoneCodeGenerator/ZoneCodeGenerator.csproj +++ b/src/ZoneCodeGenerator/ZoneCodeGenerator.csproj @@ -8,10 +8,11 @@ Exe ZoneCodeGenerator ZoneCodeGenerator - v4.6.1 + v4.6.2 512 true true + AnyCPU diff --git a/src/ZoneCommon/ZoneCommon.vcxproj b/src/ZoneCommon/ZoneCommon.vcxproj index ca5cacb5..9950d430 100644 --- a/src/ZoneCommon/ZoneCommon.vcxproj +++ b/src/ZoneCommon/ZoneCommon.vcxproj @@ -48,32 +48,32 @@ {2A92076F-6DFD-4FB1-9E6A-4542B4B049C7} Win32Proj ZoneCommon - 10.0.17763.0 + 10.0 StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode diff --git a/src/ZoneLoading/ZoneLoading.vcxproj b/src/ZoneLoading/ZoneLoading.vcxproj index a58e38bc..ba9f0b85 100644 --- a/src/ZoneLoading/ZoneLoading.vcxproj +++ b/src/ZoneLoading/ZoneLoading.vcxproj @@ -222,33 +222,33 @@ {C3308B0A-D7C7-4560-B5F7-3654DD4B668D} Win32Proj ZoneLoading - 10.0.17763.0 + 10.0 ZoneLoading StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode diff --git a/src/ZoneWriting/ZoneWriting.vcxproj b/src/ZoneWriting/ZoneWriting.vcxproj index ccaf9b46..0f7d4e3a 100644 --- a/src/ZoneWriting/ZoneWriting.vcxproj +++ b/src/ZoneWriting/ZoneWriting.vcxproj @@ -26,33 +26,33 @@ {B92A6638-68F9-45D2-AB03-6ED69E349381} Win32Proj ZoneWriting - 10.0.17763.0 + 10.0 ZoneWriting StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode diff --git a/test/ZoneCodeGeneratorTests/ZoneCodeGeneratorTests.csproj b/test/ZoneCodeGeneratorTests/ZoneCodeGeneratorTests.csproj index c0c0f6ce..526686e9 100644 --- a/test/ZoneCodeGeneratorTests/ZoneCodeGeneratorTests.csproj +++ b/test/ZoneCodeGeneratorTests/ZoneCodeGeneratorTests.csproj @@ -10,7 +10,7 @@ Properties ZoneCodeGeneratorTests ZoneCodeGeneratorTests - v4.6.1 + v4.6.2 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 15.0 @@ -20,6 +20,7 @@ UnitTest + true diff --git a/test/ZoneCodeGeneratorTests/app.config b/test/ZoneCodeGeneratorTests/app.config index 8d5ec5ff..dbc7795c 100644 --- a/test/ZoneCodeGeneratorTests/app.config +++ b/test/ZoneCodeGeneratorTests/app.config @@ -1,11 +1,11 @@ - + - - + + - \ No newline at end of file + diff --git a/test/ZoneCommonTests/ZoneCommonTests.vcxproj b/test/ZoneCommonTests/ZoneCommonTests.vcxproj index 94679d1a..06443e82 100644 --- a/test/ZoneCommonTests/ZoneCommonTests.vcxproj +++ b/test/ZoneCommonTests/ZoneCommonTests.vcxproj @@ -23,21 +23,21 @@ {D85EBA7C-442B-4627-AEB9-6B5965DDC449} Win32Proj ZoneCommonTests - 10.0.17763.0 + 10.0 NativeUnitTestProject DynamicLibrary true - v141 + v142 Unicode false DynamicLibrary false - v141 + v142 true Unicode false @@ -45,14 +45,14 @@ DynamicLibrary true - v141 + v142 Unicode false DynamicLibrary false - v141 + v142 true Unicode false diff --git a/thirdparty/libsquish/libsquish.vcxproj b/thirdparty/libsquish/libsquish.vcxproj index 6cbb1acd..2f38d07f 100644 --- a/thirdparty/libsquish/libsquish.vcxproj +++ b/thirdparty/libsquish/libsquish.vcxproj @@ -53,32 +53,32 @@ {E4E28AD7-6C59-419B-9463-817AF6384AC5} Win32Proj libsquish - 10.0.17763.0 + 10.0 StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode diff --git a/thirdparty/libtomcrypt/libtomcrypt.vcxproj b/thirdparty/libtomcrypt/libtomcrypt.vcxproj index 2ff5d4aa..69d72283 100644 --- a/thirdparty/libtomcrypt/libtomcrypt.vcxproj +++ b/thirdparty/libtomcrypt/libtomcrypt.vcxproj @@ -452,32 +452,32 @@ {CCE930DE-1B5E-4925-8DD8-F1E4CC9F46C7} Win32Proj libtomcrypt - 10.0.17763.0 + 10.0 StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode diff --git a/thirdparty/libtommath/libtommath.vcxproj b/thirdparty/libtommath/libtommath.vcxproj index 7a3885aa..5ff32348 100644 --- a/thirdparty/libtommath/libtommath.vcxproj +++ b/thirdparty/libtommath/libtommath.vcxproj @@ -170,32 +170,32 @@ {6A26AA97-96CF-4E2E-8883-47F0960F0E01} Win32Proj libtommath - 10.0.17763.0 + 10.0 StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode diff --git a/thirdparty/minilzo/minilzo.vcxproj b/thirdparty/minilzo/minilzo.vcxproj index 4c4527cb..a3586266 100644 --- a/thirdparty/minilzo/minilzo.vcxproj +++ b/thirdparty/minilzo/minilzo.vcxproj @@ -31,32 +31,32 @@ {4A4B90B9-1D76-4006-A1D7-D502DDD2C052} Win32Proj minilzo - 10.0.17763.0 + 10.0 StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode diff --git a/thirdparty/minizip/minizip.vcxproj b/thirdparty/minizip/minizip.vcxproj index 65bde8cc..0fa9a7ae 100644 --- a/thirdparty/minizip/minizip.vcxproj +++ b/thirdparty/minizip/minizip.vcxproj @@ -34,32 +34,32 @@ {46297F21-4D05-4582-85EB-FD07B3243194} Win32Proj minizip - 10.0.17763.0 + 10.0 StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode diff --git a/thirdparty/salsa20/salsa20.vcxproj b/thirdparty/salsa20/salsa20.vcxproj index 43208ccf..32d79d22 100644 --- a/thirdparty/salsa20/salsa20.vcxproj +++ b/thirdparty/salsa20/salsa20.vcxproj @@ -29,32 +29,32 @@ {599A7D9D-0CB8-4B99-AA2E-EA5EC081CF77} Win32Proj salsa20 - 10.0.17763.0 + 10.0 StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode diff --git a/thirdparty/zlib/zlib.vcxproj b/thirdparty/zlib/zlib.vcxproj index e9f318ab..ab475c61 100644 --- a/thirdparty/zlib/zlib.vcxproj +++ b/thirdparty/zlib/zlib.vcxproj @@ -53,32 +53,32 @@ {FC57DC08-3496-4DCF-B52F-6EDC568B333C} Win32Proj zlib - 10.0.17763.0 + 10.0 StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode StaticLibrary false - v141 + v142 true Unicode