Fix WindowsAppSdkDeploymentManagerInitialize to default to true when WindowsPackageType=MSIX (was backwards before) (#2974)
This commit is contained in:
Родитель
4f3eabf1aa
Коммит
24e1de5207
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- Targets file common to both managed and native projects -->
|
||||
|
||||
<PropertyGroup Condition="'$(WindowsAppSdkDeploymentManagerInitialize)'=='' and '$(WindowsAppSDKSelfContained)'!='true' and '$(WindowsPackageType)'=='None' and ('$(OutputType)'=='Exe' or '$(OutputType)'=='Winexe')">
|
||||
<PropertyGroup Condition="'$(WindowsAppSdkDeploymentManagerInitialize)'=='' and '$(WindowsAppSDKSelfContained)'!='true' and '$(WindowsPackageType)'=='MSIX' and ('$(OutputType)'=='Exe' or '$(OutputType)'=='Winexe')">
|
||||
<!--Allows GenerateDeploymentManagerCS/GenerateDeploymentManagerCpp to run-->
|
||||
<WindowsAppSdkDeploymentManagerInitialize>true</WindowsAppSdkDeploymentManagerInitialize>
|
||||
</PropertyGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче