File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
<Target Name =" GenerateGUIDs" BeforeTargets =" BeforeBuild" DependsOnTargets =" _GeneratePackageGuids;_GenerateBundleGuids" Condition =" '$(DisableGuidGeneration)' != 'true' " />
28
28
29
29
<Target Name =" _GeneratePackageGuids" Condition =" '$(OutputType)' == 'package'" >
30
- <GenerateGuid NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(PackageGuidInputs )" >
30
+ <GenerateGuid NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(GuidInputs )" >
31
31
<Output TaskParameter =" Guid" PropertyName =" ProductCode" />
32
32
</GenerateGuid >
33
- <GenerateGuid NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(PackageGuidInputs );$(OutputType)" >
33
+ <GenerateGuid NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(GuidInputs );$(OutputType)" >
34
34
<Output TaskParameter =" Guid" PropertyName =" UpgradeCode" />
35
35
</GenerateGuid >
36
36
You can’t perform that action at this time.
0 commit comments