File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Samples/WindowsML/cs-winui Expand file tree Collapse file tree 1 file changed +2
-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 >
76 <UseWinUI >true</UseWinUI >
87 <EnableMsixTooling >true</EnableMsixTooling >
98 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
109 <GenerateAppInstallerFile >False</GenerateAppInstallerFile >
11- <AppxPackageSigningEnabled >True</AppxPackageSigningEnabled >
10+ <AppxPackageSigningEnabled Condition =" '$(AppxPackageSigningEnabled)' == '' and ('$(PackageCertificateThumbprint)' != '' or '$(PackageCertificateKeyFile)' != '')" >True</AppxPackageSigningEnabled >
11+ <AppxPackageSigningEnabled Condition =" '$(AppxPackageSigningEnabled)' == ''" >False</AppxPackageSigningEnabled >
1212 <AppxPackageSigningTimestampDigestAlgorithm >SHA256</AppxPackageSigningTimestampDigestAlgorithm >
1313 <AppxAutoIncrementPackageRevision >False</AppxAutoIncrementPackageRevision >
1414 <AppxSymbolPackageEnabled >False</AppxSymbolPackageEnabled >
You can’t perform that action at this time.
0 commit comments