diff --git a/NanaZip.Core/NanaZip.Core.Sfx.Console.vcxproj b/NanaZip.Core/NanaZip.Core.Sfx.Console.vcxproj index 0aff8dc55..1b0af2416 100644 --- a/NanaZip.Core/NanaZip.Core.Sfx.Console.vcxproj +++ b/NanaZip.Core/NanaZip.Core.Sfx.Console.vcxproj @@ -28,6 +28,7 @@ + WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) NoExtensions %(AdditionalOptions) /Wv:18 diff --git a/NanaZip.Core/NanaZip.Core.Sfx.Setup.vcxproj b/NanaZip.Core/NanaZip.Core.Sfx.Setup.vcxproj index 292d79a4e..3d5b6d355 100644 --- a/NanaZip.Core/NanaZip.Core.Sfx.Setup.vcxproj +++ b/NanaZip.Core/NanaZip.Core.Sfx.Setup.vcxproj @@ -31,7 +31,7 @@ NoExtensions %(AdditionalOptions) /Wv:18 - Z7_NO_REGISTRY;Z7_NO_CRYPTO;%(PreprocessorDefinitions) + Z7_NO_REGISTRY;Z7_NO_CRYPTO;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) true diff --git a/NanaZip.Core/NanaZip.Core.Sfx.Windows.vcxproj b/NanaZip.Core/NanaZip.Core.Sfx.Windows.vcxproj index a704c102e..886235c67 100644 --- a/NanaZip.Core/NanaZip.Core.Sfx.Windows.vcxproj +++ b/NanaZip.Core/NanaZip.Core.Sfx.Windows.vcxproj @@ -31,7 +31,7 @@ NoExtensions %(AdditionalOptions) /Wv:18 - Z7_NO_REGISTRY;Z7_LANG;%(PreprocessorDefinitions) + Z7_NO_REGISTRY;Z7_LANG;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) true diff --git a/NanaZip.Core/NanaZip.Core.vcxproj b/NanaZip.Core/NanaZip.Core.vcxproj index 6bf9b890f..84f351ff2 100644 --- a/NanaZip.Core/NanaZip.Core.vcxproj +++ b/NanaZip.Core/NanaZip.Core.vcxproj @@ -38,7 +38,7 @@ NoExtensions - Z7_EXTERNAL_CODECS;Z7_LARGE_PAGES;NSIS_SCRIPT;ZSTD_LEGACY_SUPPORT;ZSTD_MULTITHREAD;NO_XXHASH;FL2_7ZIP_BUILD;%(PreprocessorDefinitions) + Z7_EXTERNAL_CODECS;Z7_LARGE_PAGES;NSIS_SCRIPT;ZSTD_LEGACY_SUPPORT;ZSTD_MULTITHREAD;NO_XXHASH;FL2_7ZIP_BUILD;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) Z7_LZMA_DEC_OPT;%(PreprocessorDefinitions) 4100;4113;4127;4146;4189;4200;4244;4267;4334;4702; diff --git a/NanaZip.Shared/NanaZip.Shared.ModernExperienceShims.vcxproj b/NanaZip.Shared/NanaZip.Shared.ModernExperienceShims.vcxproj index 9d7c9ac00..8ae620f13 100644 --- a/NanaZip.Shared/NanaZip.Shared.ModernExperienceShims.vcxproj +++ b/NanaZip.Shared/NanaZip.Shared.ModernExperienceShims.vcxproj @@ -14,6 +14,7 @@ + WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) NoExtensions diff --git a/NanaZip.UI.Classic/NanaZip.vcxproj b/NanaZip.UI.Classic/NanaZip.vcxproj index 0ba2b2780..f4fd6c026 100644 --- a/NanaZip.UI.Classic/NanaZip.vcxproj +++ b/NanaZip.UI.Classic/NanaZip.vcxproj @@ -27,7 +27,7 @@ %(AdditionalOptions) /Wv:18 - EXTERNAL_CODECS;LANG;NEW_FOLDER_INTERFACE;WIN_LONG_PATH;SUPPORT_DEVICE_FILE;WANT_OPTIONAL_LOWERCASE;%(PreprocessorDefinitions) + EXTERNAL_CODECS;LANG;NEW_FOLDER_INTERFACE;WIN_LONG_PATH;SUPPORT_DEVICE_FILE;WANT_OPTIONAL_LOWERCASE;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) true diff --git a/NanaZip.UI.Classic/NanaZipConsole.vcxproj b/NanaZip.UI.Classic/NanaZipConsole.vcxproj index 6637ab889..d180b70bb 100644 --- a/NanaZip.UI.Classic/NanaZipConsole.vcxproj +++ b/NanaZip.UI.Classic/NanaZipConsole.vcxproj @@ -26,7 +26,7 @@ %(AdditionalOptions) /Wv:18 - EXTERNAL_CODECS;WIN_LONG_PATH;_7ZIP_LARGE_PAGES;SUPPORT_DEVICE_FILE;%(PreprocessorDefinitions) + EXTERNAL_CODECS;WIN_LONG_PATH;_7ZIP_LARGE_PAGES;SUPPORT_DEVICE_FILE;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) true diff --git a/NanaZip.UI.Classic/NanaZipShellExtension.vcxproj b/NanaZip.UI.Classic/NanaZipShellExtension.vcxproj index 47a2a297c..8b3220067 100644 --- a/NanaZip.UI.Classic/NanaZipShellExtension.vcxproj +++ b/NanaZip.UI.Classic/NanaZipShellExtension.vcxproj @@ -26,7 +26,7 @@ %(AdditionalOptions) /Wv:18 - LANG;WIN_LONG_PATH;%(PreprocessorDefinitions) + LANG;WIN_LONG_PATH;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) true diff --git a/NanaZip.UI.Classic/NanaZipWindows.vcxproj b/NanaZip.UI.Classic/NanaZipWindows.vcxproj index 8f31ee7db..b5e544c4b 100644 --- a/NanaZip.UI.Classic/NanaZipWindows.vcxproj +++ b/NanaZip.UI.Classic/NanaZipWindows.vcxproj @@ -28,7 +28,7 @@ %(AdditionalOptions) /Wv:18 - LANG;EXTERNAL_CODECS;WIN_LONG_PATH;SUPPORT_DEVICE_FILE;_7ZIP_LARGE_PAGES;WANT_OPTIONAL_LOWERCASE;%(PreprocessorDefinitions) + LANG;EXTERNAL_CODECS;WIN_LONG_PATH;SUPPORT_DEVICE_FILE;_7ZIP_LARGE_PAGES;WANT_OPTIONAL_LOWERCASE;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) true diff --git a/NanaZip.UI.Modern/NanaZip.Console.vcxproj b/NanaZip.UI.Modern/NanaZip.Console.vcxproj index 80ab6c849..095ccd002 100644 --- a/NanaZip.UI.Modern/NanaZip.Console.vcxproj +++ b/NanaZip.UI.Modern/NanaZip.Console.vcxproj @@ -26,7 +26,7 @@ %(AdditionalOptions) /Wv:18 - EXTERNAL_CODECS;WIN_LONG_PATH;_7ZIP_LARGE_PAGES;SUPPORT_DEVICE_FILE;%(PreprocessorDefinitions) + EXTERNAL_CODECS;WIN_LONG_PATH;_7ZIP_LARGE_PAGES;SUPPORT_DEVICE_FILE;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) true diff --git a/NanaZip.UI.Modern/NanaZip.Modern.vcxproj b/NanaZip.UI.Modern/NanaZip.Modern.vcxproj index 1bd864d20..5bb6a4f67 100644 --- a/NanaZip.UI.Modern/NanaZip.Modern.vcxproj +++ b/NanaZip.UI.Modern/NanaZip.Modern.vcxproj @@ -33,7 +33,7 @@ %(AdditionalOptions) /Wv:18 - EXTERNAL_CODECS;LANG;NEW_FOLDER_INTERFACE;WIN_LONG_PATH;SUPPORT_DEVICE_FILE;WANT_OPTIONAL_LOWERCASE;%(PreprocessorDefinitions) + EXTERNAL_CODECS;LANG;NEW_FOLDER_INTERFACE;WIN_LONG_PATH;SUPPORT_DEVICE_FILE;WANT_OPTIONAL_LOWERCASE;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) true diff --git a/NanaZip.UI.Modern/NanaZip.ShellExtension.vcxproj b/NanaZip.UI.Modern/NanaZip.ShellExtension.vcxproj index d00333353..a20686c62 100644 --- a/NanaZip.UI.Modern/NanaZip.ShellExtension.vcxproj +++ b/NanaZip.UI.Modern/NanaZip.ShellExtension.vcxproj @@ -26,7 +26,7 @@ %(AdditionalOptions) /Wv:18 - LANG;WIN_LONG_PATH;%(PreprocessorDefinitions) + LANG;WIN_LONG_PATH;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) true diff --git a/NanaZip.UI.Modern/NanaZip.Windows.vcxproj b/NanaZip.UI.Modern/NanaZip.Windows.vcxproj index 754d68925..9652c3ee2 100644 --- a/NanaZip.UI.Modern/NanaZip.Windows.vcxproj +++ b/NanaZip.UI.Modern/NanaZip.Windows.vcxproj @@ -28,7 +28,7 @@ %(AdditionalOptions) /Wv:18 - LANG;EXTERNAL_CODECS;WIN_LONG_PATH;SUPPORT_DEVICE_FILE;_7ZIP_LARGE_PAGES;WANT_OPTIONAL_LOWERCASE;%(PreprocessorDefinitions) + LANG;EXTERNAL_CODECS;WIN_LONG_PATH;SUPPORT_DEVICE_FILE;_7ZIP_LARGE_PAGES;WANT_OPTIONAL_LOWERCASE;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions) true