File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<Import Project =" Sdk.props" Sdk =" Microsoft.WixToolset.Sdk" />
4
4
<PropertyGroup >
5
- <Name >$(HostOptionsName)</Name >
6
- <OutputName >$(HostOptionsName)</OutputName >
7
5
<OutputType >Package</OutputType >
8
6
<ProductNameFolder >Microsoft ASP.NET Core Hosting Bundle Options</ProductNameFolder >
9
- <ProductNameShort >AspNetCore.HostOptions </ProductNameShort >
7
+ <ProductNameShort >$(HostOptionsNameProductNameShort) </ProductNameShort >
10
8
<Platform >x86</Platform >
11
9
<ProjectGuid >20248cd1-c5aa-4f42-ad88-bc260d64deea</ProjectGuid >
12
10
<IsShipping >true</IsShipping >
23
21
24
22
<PropertyGroup >
25
23
<PackageFileName >dotnet-hosting-options-$(PackageVersion)-win$(TargetExt)</PackageFileName >
24
+ <Name >$(PackageFileName)</Name >
25
+ <OutputName >$(PackageFileName)</OutputName >
26
26
<ProductName >Microsoft ASP.NET Core $(PackageBrandingVersion) Hosting Bundle Options</ProductName >
27
27
<DefineConstants >$(DefineConstants);ProductName=$(ProductName)</DefineConstants >
28
28
</PropertyGroup >
Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<Import Project =" Sdk.props" Sdk =" Microsoft.WixToolset.Sdk" />
4
4
<PropertyGroup >
5
- <Name >WindowsServerHostingBundle</Name >
6
- <OutputName >WindowsServerHostingBundle</OutputName >
7
5
<IsShipping >true</IsShipping >
8
6
<ProjectGuid >6F1B115C-1903-40CB-837D-7961AB610F4E</ProjectGuid >
9
7
<OutputType >Bundle</OutputType >
93
91
94
92
<PropertyGroup >
95
93
<PackageFileName >dotnet-hosting-$(PackageVersion)-win$(TargetExt)</PackageFileName >
94
+ <Name >$(PackageFileName)</Name >
95
+ <OutputName >$(PackageFileName)</OutputName >
96
96
97
97
<BundleNameShort >Microsoft .NET $(PackageBrandingVersion)</BundleNameShort >
98
98
<SharedFxPackageVersion >$(PackageVersion)</SharedFxPackageVersion >
Original file line number Diff line number Diff line change 17
17
18
18
<PropertyGroup >
19
19
<DefineSolutionProperties >false</DefineSolutionProperties >
20
- <HostOptionsName >WindowsServerHostingBundleOptions</ HostOptionsName >
20
+ <HostOptionsNameProductNameShort >AspNetCore.HostOptions</ HostOptionsNameProductNameShort >
21
21
22
22
<!-- Namespace used to generate stable UUID3 GUIDs for MSI ProductCode, etc. DO NOT CHANGE THESE. -->
23
23
<HostingBundleNamespaceGuid >E1FD1271-E0F0-4B8B-B4BE-01F2EBA58F4E</HostingBundleNamespaceGuid >
Original file line number Diff line number Diff line change 48
48
<Target Name =" GenerateGUIDs" BeforeTargets =" BeforeBuild" DependsOnTargets =" _GeneratePackageGuids;_GenerateBundleGuids" Condition =" '$(DisableGuidGeneration)' != 'true' " />
49
49
50
50
<Target Name =" _GeneratePackageGuids" Condition =" '$(OutputType)' == 'package'" >
51
- <GenerateGuid Condition =" '$(OutputName )' != '$(HostOptionsName )'" NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(GuidInputs)" >
51
+ <GenerateGuid Condition =" '$(ProductNameShort )' != '$(HostOptionsNameProductNameShort )'" NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(GuidInputs)" >
52
52
<Output TaskParameter =" Guid" PropertyName =" ProductCode" />
53
53
</GenerateGuid >
54
- <GenerateGuid Condition =" '$(OutputName )' != '$(HostOptionsName )'" NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(GuidInputs);$(OutputType)" >
54
+ <GenerateGuid Condition =" '$(ProductNameShort )' != '$(HostOptionsNameProductNameShort )'" NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(GuidInputs);$(OutputType)" >
55
55
<Output TaskParameter =" Guid" PropertyName =" UpgradeCode" />
56
56
</GenerateGuid >
57
57
58
- <GenerateGuid Condition =" '$(OutputName )' == '$(HostOptionsName )'" NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(Version)" >
58
+ <GenerateGuid Condition =" '$(ProductNameShort )' == '$(HostOptionsNameProductNameShort )'" NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(Version)" >
59
59
<Output TaskParameter =" Guid" PropertyName =" ProductCode" />
60
60
</GenerateGuid >
61
- <GenerateGuid Condition =" '$(OutputName )' == '$(HostOptionsName )'" NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(AspNetCoreMajorMinorVersion);$(OutputType)" >
61
+ <GenerateGuid Condition =" '$(ProductNameShort )' == '$(HostOptionsNameProductNameShort )'" NamespaceGuid =" $(NamespaceGuid)" Values =" $(ProductNameShort);$(AspNetCoreMajorMinorVersion);$(OutputType)" >
62
62
<Output TaskParameter =" Guid" PropertyName =" UpgradeCode" />
63
63
</GenerateGuid >
64
64
You can’t perform that action at this time.
0 commit comments