File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Samples/WindowsML/cs-winui Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33 <OutputType >WinExe</OutputType >
44 <RootNamespace >WindowsMLSample</RootNamespace >
55 <ApplicationManifest >app.manifest</ApplicationManifest >
6- <PublishProfile >win-$(Platform).pubxml</PublishProfile >
6+ <PublishProfile Condition = " Exists('$(MSBuildProjectDirectory)\Properties\PublishProfiles\win-$(Platform).pubxml') " >win-$(Platform).pubxml</PublishProfile >
77 <UseWinUI >true</UseWinUI >
88 <EnableMsixTooling >true</EnableMsixTooling >
99 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1010 <GenerateAppInstallerFile >False</GenerateAppInstallerFile >
11- <AppxPackageSigningEnabled >True</AppxPackageSigningEnabled >
11+ <AppxPackageSigningEnabled Condition =" '$(AppxPackageSigningEnabled)' == '' and ('$(PackageCertificateThumbprint)' != '' or '$(PackageCertificateKeyFile)' != '')" >True</AppxPackageSigningEnabled >
12+ <AppxPackageSigningEnabled Condition =" '$(AppxPackageSigningEnabled)' == ''" >False</AppxPackageSigningEnabled >
1213 <AppxPackageSigningTimestampDigestAlgorithm >SHA256</AppxPackageSigningTimestampDigestAlgorithm >
1314 <AppxAutoIncrementPackageRevision >False</AppxAutoIncrementPackageRevision >
1415 <AppxSymbolPackageEnabled >False</AppxSymbolPackageEnabled >
You can’t perform that action at this time.
0 commit comments