• Home
  • Raw
  • Download

Lines Matching +full:platform +full:- +full:sdk +full:- +full:version

1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.uni…
4 …<!-- This file is used to set default configuration options for all non-UWP Visual Studio projects…
5 <!-- The following import will set the ICU Major Version number. -->
7 <!-- These are the default project configurations for building. -->
11 <Platform>Win32</Platform>
15 <Platform>x64</Platform>
19 <Platform>ARM</Platform>
23 <Platform>ARM64</Platform>
27 <Platform>Win32</Platform>
31 <Platform>x64</Platform>
35 <Platform>ARM</Platform>
39 <Platform>ARM64</Platform>
42 <!-- The following import will set the PlatformToolset configuration. -->
44 <!-- The following PropertyGroups are used to set the binary and lib output locations -->
45 <PropertyGroup Condition="'$(Platform)'=='Win32'">
49 <PropertyGroup Condition="'$(Platform)'=='x64'">
53 <PropertyGroup Condition="'$(Platform)'=='ARM'">
57 <PropertyGroup Condition="'$(Platform)'=='ARM64'">
61 <!-- Desktop ARM/ARM64 support requires a different version of the Windows SDK -->
62 <!--
63 …Note: This version must match the version below in the ARM64 section for AdditionalLibraryDirector…
64 -->
65 <PropertyGroup Condition="'$(Platform)'=='ARM'">
69 <PropertyGroup Condition="'$(Platform)'=='ARM64'">
74 <!-- We need to explicitly set the target version to Windows 7. -->
77 <!-- Options that are common to *all* configurations for *all* projects. -->
84 <!-- Note: These preprocessor defines are for *all* configurations for *all* projects. -->
85 <!-- Note: See ticket #5750 for the macro '_CRT_SECURE_NO_DEPRECATE'. -->
92 <!-- We always want to treat wchar_t as a "real" C++ type, instead of a typedef. -->
95 <!-- Set the source encoding and runtime encoding to UTF-8 by default. -->
96 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
97 <!-- Enable parallel compilation for faster builds. -->
108 <!-- Options that are common to all 'Release' configurations for *all* projects. -->
127 <!-- Options that are common to all 'Debug' configurations for *all* projects. -->
146 <!-- Options that are common to all 32-bit configurations for *all* projects. -->
147 <ItemDefinitionGroup Condition="'$(Platform)'=='Win32'">
158 <!-- Options that are common to all 64-bit configurations for *all* projects. -->
159 <ItemDefinitionGroup Condition="'$(Platform)'=='x64'">
170 <!-- Options that are common to all ARM 32-bit configurations for *all* projects. -->
171 <ItemDefinitionGroup Condition="'$(Platform)'=='ARM'">
180 <!-- The ARM64 Desktop SDK doesn't include this by default -->
182 <!-- Note: This needs to match the same version as WindowsTargetPlatformVersion for ARM -->
186 <!-- Options that are common to all ARM 64-bit configurations for *all* projects. -->
187 <ItemDefinitionGroup Condition="'$(Platform)'=='ARM64'">
196 <!-- The ARM64 Desktop SDK doesn't include this by default -->
198 <!-- Note: This needs to match the same version as WindowsTargetPlatformVersion for ARM64 -->