]> git.saurik.com Git - apple/icu.git/blob - icuSources/allinone/Build.Windows.UWP.ProjectConfiguration.props
ICU-62123.0.1.tar.gz
[apple/icu.git] / icuSources / allinone / Build.Windows.UWP.ProjectConfiguration.props
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html -->
3 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <!-- This file is used to set common configuration options for all *_uwp projects. -->
5 <PropertyGroup>
6 <!-- If not already set, use this version of the Win10 SDK -->
7 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
8 <!-- If not already set, set the minimum Win10 SDK version to TH1/RTM -->
9 <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
10
11 <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
12 <AppContainerApplication>true</AppContainerApplication>
13 <ApplicationType>Windows Store</ApplicationType>
14 <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
15 </PropertyGroup>
16 <PropertyGroup>
17 <!-- This is the version of the MSVC tool-set to use. -->
18 <!-- v141 is the Visual Studio 2017 toolset. -->
19 <PlatformToolset>v141</PlatformToolset>
20 </PropertyGroup>
21 <ItemDefinitionGroup>
22 <Midl>
23 <PreprocessorDefinitions>
24 %(PreprocessorDefinitions)
25 U_PLATFORM_HAS_WINUWP_API=1;
26 </PreprocessorDefinitions>
27 </Midl>
28 <ClCompile>
29 <PreprocessorDefinitions>
30 %(PreprocessorDefinitions);
31 U_PLATFORM_HAS_WINUWP_API=1;
32 </PreprocessorDefinitions>
33 </ClCompile>
34 <ResourceCompile>
35 <PreprocessorDefinitions>
36 %(PreprocessorDefinitions)
37 U_PLATFORM_HAS_WINUWP_API=1;
38 </PreprocessorDefinitions>
39 </ResourceCompile>
40 </ItemDefinitionGroup>
41 </Project>