1
1
<Project >
2
- <!-- Common properties needed for a labs project (UWP) -->
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
2
<Import Project =" $(RepositoryDirectory)common\Labs.TargetFrameworks.props" />
3
+ <Import Project =" $(RepositoryDirectory)common\Labs.Uwp.Base.props" />
5
4
6
5
<PropertyGroup >
7
- <TargetPlatformVersion >10.0.19041.0</TargetPlatformVersion >
8
- <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
9
- <IncludeContentInPack >false</IncludeContentInPack >
10
6
<TargetFramework >$(UwpTargetFramework)</TargetFramework >
11
7
</PropertyGroup >
12
-
13
- <PropertyGroup >
14
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
15
- <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
16
- <OutputType >AppContainerExe</OutputType >
17
- <AppDesignerFolder >Properties</AppDesignerFolder >
18
- <DefaultLanguage >en-US</DefaultLanguage >
19
- <TargetPlatformIdentifier >UAP</TargetPlatformIdentifier >
20
- <MinimumVisualStudioVersion >14</MinimumVisualStudioVersion >
21
- <FileAlignment >512</FileAlignment >
22
- <ProjectTypeGuids >{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
23
- <WindowsXamlEnableOverview >true</WindowsXamlEnableOverview >
24
- <AppxPackageSigningEnabled >false</AppxPackageSigningEnabled >
25
- </PropertyGroup >
26
-
27
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
28
- <DebugSymbols >true</DebugSymbols >
29
- <OutputPath >bin\x86\Debug\</OutputPath >
30
- <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
31
- <NoWarn >;2008</NoWarn >
32
- <DebugType >full</DebugType >
33
- <PlatformTarget >x86</PlatformTarget >
34
- <UseVSHostingProcess >false</UseVSHostingProcess >
35
- <ErrorReport >prompt</ErrorReport >
36
- <Prefer32Bit >true</Prefer32Bit >
37
- </PropertyGroup >
38
-
39
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
40
- <OutputPath >bin\x86\Release\</OutputPath >
41
- <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
42
- <Optimize >true</Optimize >
43
- <NoWarn >;2008</NoWarn >
44
- <DebugType >pdbonly</DebugType >
45
- <PlatformTarget >x86</PlatformTarget >
46
- <UseVSHostingProcess >false</UseVSHostingProcess >
47
- <ErrorReport >prompt</ErrorReport >
48
- <Prefer32Bit >true</Prefer32Bit >
49
- <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
50
- </PropertyGroup >
51
-
52
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|ARM'" >
53
- <DebugSymbols >true</DebugSymbols >
54
- <OutputPath >bin\ARM\Debug\</OutputPath >
55
- <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
56
- <NoWarn >;2008</NoWarn >
57
- <DebugType >full</DebugType >
58
- <PlatformTarget >ARM</PlatformTarget >
59
- <UseVSHostingProcess >false</UseVSHostingProcess >
60
- <ErrorReport >prompt</ErrorReport >
61
- <Prefer32Bit >true</Prefer32Bit >
62
- </PropertyGroup >
63
-
64
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|ARM'" >
65
- <OutputPath >bin\ARM\Release\</OutputPath >
66
- <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
67
- <Optimize >true</Optimize >
68
- <NoWarn >;2008</NoWarn >
69
- <DebugType >pdbonly</DebugType >
70
- <PlatformTarget >ARM</PlatformTarget >
71
- <UseVSHostingProcess >false</UseVSHostingProcess >
72
- <ErrorReport >prompt</ErrorReport >
73
- <Prefer32Bit >true</Prefer32Bit >
74
- <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
75
- </PropertyGroup >
76
-
77
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|ARM64'" >
78
- <DebugSymbols >true</DebugSymbols >
79
- <OutputPath >bin\ARM64\Debug\</OutputPath >
80
- <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
81
- <NoWarn >;2008</NoWarn >
82
- <DebugType >full</DebugType >
83
- <PlatformTarget >ARM64</PlatformTarget >
84
- <UseVSHostingProcess >false</UseVSHostingProcess >
85
- <ErrorReport >prompt</ErrorReport >
86
- <Prefer32Bit >true</Prefer32Bit >
87
- <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
88
- </PropertyGroup >
89
-
90
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|ARM64'" >
91
- <OutputPath >bin\ARM64\Release\</OutputPath >
92
- <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
93
- <Optimize >true</Optimize >
94
- <NoWarn >;2008</NoWarn >
95
- <DebugType >pdbonly</DebugType >
96
- <PlatformTarget >ARM64</PlatformTarget >
97
- <UseVSHostingProcess >false</UseVSHostingProcess >
98
- <ErrorReport >prompt</ErrorReport >
99
- <Prefer32Bit >true</Prefer32Bit >
100
- <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
101
- </PropertyGroup >
102
-
103
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
104
- <DebugSymbols >true</DebugSymbols >
105
- <OutputPath >bin\x64\Debug\</OutputPath >
106
- <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
107
- <NoWarn >;2008</NoWarn >
108
- <DebugType >full</DebugType >
109
- <PlatformTarget >x64</PlatformTarget >
110
- <UseVSHostingProcess >false</UseVSHostingProcess >
111
- <ErrorReport >prompt</ErrorReport >
112
- <Prefer32Bit >true</Prefer32Bit >
113
- </PropertyGroup >
114
-
115
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
116
- <OutputPath >bin\x64\Release\</OutputPath >
117
- <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
118
- <Optimize >true</Optimize >
119
- <NoWarn >;2008</NoWarn >
120
- <DebugType >pdbonly</DebugType >
121
- <PlatformTarget >x64</PlatformTarget >
122
- <UseVSHostingProcess >false</UseVSHostingProcess >
123
- <ErrorReport >prompt</ErrorReport >
124
- <Prefer32Bit >true</Prefer32Bit >
125
- <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
126
- </PropertyGroup >
127
-
128
- <PropertyGroup >
129
- <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
130
- </PropertyGroup >
131
-
132
- <ItemGroup >
133
- <PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" >
134
- <Version >6.2.12</Version >
135
- </PackageReference >
136
- <PackageReference Include =" Microsoft.UI.Xaml" >
137
- <Version >2.7.0</Version >
138
- </PackageReference >
139
- </ItemGroup >
140
-
141
- <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' " >
142
- <VisualStudioVersion >14.0</VisualStudioVersion >
143
- </PropertyGroup >
144
-
145
- <Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
146
- </Project >
8
+ </Project >
0 commit comments