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. -->
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>
11 <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
12 <AppContainerApplication>true
</AppContainerApplication>
13 <ApplicationType>Windows Store
</ApplicationType>
14 <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
17 <!-- This is the version of the MSVC tool-set to use. -->
18 <!-- v141 is the Visual Studio 2017 toolset. -->
19 <PlatformToolset>v141
</PlatformToolset>
23 <PreprocessorDefinitions>
24 %(PreprocessorDefinitions)
25 U_PLATFORM_HAS_WINUWP_API=
1;
26 </PreprocessorDefinitions>
29 <PreprocessorDefinitions>
30 %(PreprocessorDefinitions);
31 U_PLATFORM_HAS_WINUWP_API=
1;
32 </PreprocessorDefinitions>
35 <PreprocessorDefinitions>
36 %(PreprocessorDefinitions)
37 U_PLATFORM_HAS_WINUWP_API=
1;
38 </PreprocessorDefinitions>
40 </ItemDefinitionGroup>