File tree Expand file tree Collapse file tree
dev/VSIX/ProjectTemplates
CppWinRT/PackagedApp/BlankApp
Neutral/CppWinRT/RuntimeComponent Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
55 <RootNamespace >$safeprojectname$</RootNamespace >
66 <RuntimeIdentifiers >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
7+ <UseWinUI >true</UseWinUI >
78 </PropertyGroup >
89
910 <ItemGroup >
Original file line number Diff line number Diff line change 77 <ApplicationManifest >app.manifest</ApplicationManifest >
88 <Platforms >x86;x64;arm64</Platforms >
99 <RuntimeIdentifiers >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
10+ <UseWinUI >true</UseWinUI >
1011 </PropertyGroup >
1112
1213 <ItemGroup >
Original file line number Diff line number Diff line change 2020 <ApplicationTypeRevision >10.0</ApplicationTypeRevision >
2121 <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
2222 <WindowsTargetPlatformMinVersion >10.0.17763.0</WindowsTargetPlatformMinVersion >
23+ <UseWinUI >true</UseWinUI >
2324 </PropertyGroup >
2425 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2526 <ItemGroup Label =" ProjectConfigurations" >
Original file line number Diff line number Diff line change 1515 <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >$targetplatformversion$</WindowsTargetPlatformVersion >
1616 <WindowsTargetPlatformMinVersion >$targetplatformminversion$</WindowsTargetPlatformMinVersion >
1717 <DesktopCompatible >true</DesktopCompatible >
18+ <UseWinUI >true</UseWinUI >
1819 </PropertyGroup >
1920 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2021 <ItemGroup Label =" ProjectConfigurations" >
Original file line number Diff line number Diff line change 1717 <FileAlignment >512</FileAlignment >
1818 <ProjectTypeGuids >{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
1919 <WindowsXamlEnableOverview >true</WindowsXamlEnableOverview >
20+ <UseWinUI >true</UseWinUI >
2021 $if$($includeKeyFile$==true)
2122 <PackageCertificateKeyFile >$projectname$_TemporaryKey.pfx</PackageCertificateKeyFile >
2223 $endif$
Original file line number Diff line number Diff line change 1616 <MinimumVisualStudioVersion >16</MinimumVisualStudioVersion >
1717 <FileAlignment >512</FileAlignment >
1818 <ProjectTypeGuids >{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
19+ <UseWinUI >true</UseWinUI >
1920 </PropertyGroup >
2021 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2122 <PlatformTarget >AnyCPU</PlatformTarget >
Original file line number Diff line number Diff line change 1717 <FileAlignment >512</FileAlignment >
1818 <ProjectTypeGuids >{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
1919 <AllowCrossPlatformRetargeting >false</AllowCrossPlatformRetargeting >
20+ <UseWinUI >true</UseWinUI >
2021 </PropertyGroup >
2122 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
2223 <PlatformTarget >x86</PlatformTarget >
Original file line number Diff line number Diff line change 1414 <ApplicationTypeRevision >10.0</ApplicationTypeRevision >
1515 <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >$targetplatformversion$</WindowsTargetPlatformVersion >
1616 <WindowsTargetPlatformMinVersion >$targetplatformminversion$</WindowsTargetPlatformMinVersion >
17+ <UseWinUI >true</UseWinUI >
1718 </PropertyGroup >
1819 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
1920 <ItemGroup Label =" ProjectConfigurations" >
You can’t perform that action at this time.
0 commit comments