11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+
34 <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'" >
45 <VisualStudioVersion >15.0</VisualStudioVersion >
56 </PropertyGroup >
7+
68 <ItemGroup Label =" ProjectConfigurations" >
79 <ProjectConfiguration Include =" Debug|x64" >
810 <Configuration >Debug</Configuration >
1315 <Platform >x64</Platform >
1416 </ProjectConfiguration >
1517 </ItemGroup >
18+
1619 <PropertyGroup >
1720 <WapProjPath Condition =" '$(WapProjPath)'==''" >$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath >
1821 <PathToXAMLWinRTImplementations >Wolvenkit.Installer\</PathToXAMLWinRTImplementations >
1922 </PropertyGroup >
23+
24+ <!-- Self-contained -->
25+ <PropertyGroup >
26+ <SatelliteResourceLanguages >en</SatelliteResourceLanguages >
27+ <WindowsAppSDKSelfContained >true</WindowsAppSDKSelfContained >
28+ </PropertyGroup >
29+
2030 <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.props" />
31+
2132 <PropertyGroup >
2233 <ProjectGuid >be6c095c-daae-42a7-a8d9-23022a7ca784</ProjectGuid >
2334 <TargetPlatformVersion >10.0.19041.0</TargetPlatformVersion >
3546 <PackageCertificateThumbprint >F3B6F39B7D06A96E2752172122D4B0DD245F5504</PackageCertificateThumbprint >
3647 <AppxPackageSigningTimestampDigestAlgorithm >SHA256</AppxPackageSigningTimestampDigestAlgorithm >
3748 </PropertyGroup >
49+
3850 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
3951 <AppxBundle >Always</AppxBundle >
4052 </PropertyGroup >
4153 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
4254 <AppxBundle >Always</AppxBundle >
4355 </PropertyGroup >
56+
4457 <ItemGroup >
4558 <AppxManifest Include =" Package.appxmanifest" >
4659 <SubType >Designer</SubType >
4760 </AppxManifest >
4861 </ItemGroup >
62+
4963 <ItemGroup >
5064 <Content Include =" Images\LargeTile.scale-100.png" />
5165 <Content Include =" Images\LargeTile.scale-125.png" />
99113 <Content Include =" Images\Wide310x150Logo.scale-200.png" />
100114 <Content Include =" Images\Wide310x150Logo.scale-400.png" />
101115 </ItemGroup >
116+
102117 <ItemGroup >
103118 <ProjectReference Include =" ..\Wolvenkit.Installer\Wolvenkit.Installer.csproj" >
104119 <SkipGetTargetFrameworkProperties >True</SkipGetTargetFrameworkProperties >
105120 <PublishProfile >Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile >
106121 </ProjectReference >
107122 </ItemGroup >
123+
108124 <ItemGroup >
109125 <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.2.221116.1" >
110126 <IncludeAssets >build</IncludeAssets >
113129 <IncludeAssets >build</IncludeAssets >
114130 </PackageReference >
115131 </ItemGroup >
132+
116133 <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
134+
117135</Project >
0 commit comments