From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../Build.Windows.ProjectConfiguration.props | 202 +++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 intl/icu/source/allinone/Build.Windows.ProjectConfiguration.props (limited to 'intl/icu/source/allinone/Build.Windows.ProjectConfiguration.props') diff --git a/intl/icu/source/allinone/Build.Windows.ProjectConfiguration.props b/intl/icu/source/allinone/Build.Windows.ProjectConfiguration.props new file mode 100644 index 0000000000..bcb0f411d6 --- /dev/null +++ b/intl/icu/source/allinone/Build.Windows.ProjectConfiguration.props @@ -0,0 +1,202 @@ + + + + + + + + + + Debug + Win32 + + + Debug + x64 + + + Debug + ARM + + + Debug + ARM64 + + + Release + Win32 + + + Release + x64 + + + Release + ARM + + + Release + ARM64 + + + + + + + bin + lib + + + bin64 + lib64 + + + binARM + libARM + + + binARM64 + libARM64 + + + + + 10.0.16299.0 + true + + + 10.0.16299.0 + true + + + + 0x0601 + + + + + true + true + + + + + + WINVER=$(Win32_WinNTVersion); + _WIN32_WINNT=$(Win32_WinNTVersion); + _CRT_SECURE_NO_DEPRECATE; + %(PreprocessorDefinitions) + + + true + true + + /utf-8 %(AdditionalOptions) + + true + + + 0x0409 + + + true + true + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + NDEBUG;%(PreprocessorDefinitions) + true + true + ProgramDatabase + + + NDEBUG;%(PreprocessorDefinitions) + + + true + UseLinkTimeCodeGeneration + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + _DEBUG;%(PreprocessorDefinitions) + Disabled + EnableFastChecks + true + + + _DEBUG;%(PreprocessorDefinitions) + + + true + false + + + + + + Win32 + + + WIN32;%(PreprocessorDefinitions) + + + MachineX86 + + + + + + X64 + + + WIN64;WIN32;%(PreprocessorDefinitions) + + + MachineX64 + + + + + + ARM + + + ARM;WIN32;%(PreprocessorDefinitions) + + + MachineARM + + kernel32.lib;%(AdditionalDependencies) + + C:\Program Files (x86)\Windows Kits\10\Lib\10.0.16299.0\um\arm + + + + + + ARM64 + + + ARM64;WIN32;%(PreprocessorDefinitions) + + + MachineARM64 + + kernel32.lib;%(AdditionalDependencies) + + C:\Program Files (x86)\Windows Kits\10\Lib\10.0.16299.0\um\arm64 + + + \ No newline at end of file -- cgit v1.2.3