|
38 | 38 | <TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
|
39 | 39 | <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
40 | 40 | <DefaultLanguage>en-US</DefaultLanguage>
|
41 |
| - <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled> |
| 41 | + <AppxPackageSigningEnabled>True</AppxPackageSigningEnabled> |
42 | 42 | <NoWarn>$(NoWarn);NU1702</NoWarn>
|
43 | 43 | <EntryPointProjectUniqueName>..\DrawingCsTestApp\DrawingCsTestApp.csproj</EntryPointProjectUniqueName>
|
| 44 | + <GenerateAppInstallerFile>True</GenerateAppInstallerFile> |
| 45 | + <PackageCertificateThumbprint>4352A429084F122ACDA526CE5D7D6236E4160106</PackageCertificateThumbprint> |
| 46 | + <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm> |
| 47 | + <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision> |
| 48 | + <GenerateTestArtifacts>True</GenerateTestArtifacts> |
| 49 | + <AppxBundlePlatforms>x64</AppxBundlePlatforms> |
| 50 | + <AppInstallerUri>c:\fake</AppInstallerUri> |
| 51 | + <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks> |
| 52 | + </PropertyGroup> |
| 53 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> |
| 54 | + <AppxBundle>Always</AppxBundle> |
| 55 | + </PropertyGroup> |
| 56 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 57 | + <AppxBundle>Always</AppxBundle> |
| 58 | + </PropertyGroup> |
| 59 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> |
| 60 | + <AppxBundle>Always</AppxBundle> |
| 61 | + </PropertyGroup> |
| 62 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 63 | + <AppxBundle>Always</AppxBundle> |
| 64 | + </PropertyGroup> |
| 65 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 66 | + <AppxBundle>Always</AppxBundle> |
| 67 | + </PropertyGroup> |
| 68 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 69 | + <AppxBundle>Always</AppxBundle> |
44 | 70 | </PropertyGroup>
|
45 | 71 | <ItemGroup>
|
46 | 72 | <AppxManifest Include="Package.appxmanifest">
|
47 | 73 | <SubType>Designer</SubType>
|
48 | 74 | </AppxManifest>
|
49 | 75 | </ItemGroup>
|
50 | 76 | <ItemGroup>
|
| 77 | + <None Include="DrawingCsTestPackage_TemporaryKey.pfx" /> |
51 | 78 | <Content Include="Images\SplashScreen.scale-200.png" />
|
52 | 79 | <Content Include="Images\LockScreenLogo.scale-200.png" />
|
53 | 80 | <Content Include="Images\Square150x150Logo.scale-200.png" />
|
|
58 | 85 | </ItemGroup>
|
59 | 86 | <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
|
60 | 87 | <ItemGroup>
|
| 88 | + |
61 | 89 | <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" PrivateAssets="all" />
|
| 90 | + <!-- Added CsWinRT reference to avoid WinMD error as a result of WinMD leaking via project reference. --> |
| 91 | + <PackageReference Include="CommunityToolkit.WinAppSDK.LottieWinRT" Version="8.0.230819-rc-LottieIsland.7.g92a87e1883" /> |
| 92 | + <PackageReference Include="CommunityToolkit.WinUI.Lottie" Version="8.0.230819-rc-LottieIsland.7.g92a87e1883" /> |
| 93 | + <PackageReference Include="Microsoft.Graphics.Win2D" Version="1.2.0" /> |
| 94 | + <PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.7" /> |
| 95 | + |
| 96 | + <!-- Reference WASDK for types --> |
| 97 | + <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240428000" /> |
62 | 98 | </ItemGroup>
|
63 | 99 | <ItemGroup>
|
64 | 100 | <ProjectReference Include="..\DrawingCsTestApp\DrawingCsTestApp.csproj" />
|
|
0 commit comments