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