Skip to content

Commit 381647d

Browse files
committed
Custom SDK import
1 parent 699e324 commit 381647d

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.wixproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
2-
<Project Sdk="Microsoft.WixToolset.Sdk">
2+
<Project>
3+
<Import Project="Sdk.props" Sdk="Microsoft.WixToolset.Sdk" />
34
<PropertyGroup>
45
<Name>AspNetCoreModuleV2IISExpress</Name>
56
<IsShipping>true</IsShipping>
@@ -66,6 +67,7 @@
6667
<Copy SourceFiles="@(BuildContentForAncmHandler)" DestinationFolder="$(InstallersOutputPath)\IISExpressSymbols\$(TempPlatform)" />
6768
</Target>
6869

70+
<Import Project="Sdk.targets" Sdk="Microsoft.WixToolset.Sdk" />
6971
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.targets))\Directory.Build.targets" />
7072
<Import Project="..\build\settings.props" />
7173

src/Installers/Windows/AspNetCoreModule-Setup/ANCMV2/AncmV2.wixproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
2-
<Project Sdk="Microsoft.WixToolset.Sdk">
2+
<Project>
3+
<Import Project="Sdk.props" Sdk="Microsoft.WixToolset.Sdk" />
34
<PropertyGroup>
45
<Name>AspNetCoreModuleV2</Name>
56
<IsShipping>true</IsShipping>
@@ -53,6 +54,7 @@
5354
</ProjectReference>
5455
</ItemGroup>
5556

57+
<Import Project="Sdk.targets" Sdk="Microsoft.WixToolset.Sdk" />
5658
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.targets))\Directory.Build.targets" />
5759
<Import Project="..\build\settings.props" />
5860

src/Installers/Windows/HostOptions/HostOptions.wixproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
2-
<Project Sdk="Microsoft.WixToolset.Sdk">
2+
<Project>
3+
<Import Project="Sdk.props" Sdk="Microsoft.WixToolset.Sdk" />
34
<PropertyGroup>
45
<Name>$(HostOptionsName)</Name>
56
<OutputName>$(HostOptionsName)</OutputName>
@@ -21,6 +22,7 @@
2122
<Compile Include="Product.wxs" />
2223
</ItemGroup>
2324

25+
<Import Project="Sdk.targets" Sdk="Microsoft.WixToolset.Sdk" />
2426
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.targets))\Directory.Build.targets" />
2527

2628
<PropertyGroup>

src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
2-
<Project Sdk="Microsoft.WixToolset.Sdk">
2+
<Project>
3+
<Import Project="Sdk.props" Sdk="Microsoft.WixToolset.Sdk" />
34
<PropertyGroup>
45
<Name>WindowsServerHostingBundle</Name>
56
<OutputName>WindowsServerHostingBundle</OutputName>
@@ -94,6 +95,7 @@
9495

9596
<Import Project="Product.targets" />
9697

98+
<Import Project="Sdk.targets" Sdk="Microsoft.WixToolset.Sdk" />
9799
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.targets))\Directory.Build.targets" />
98100

99101
<PropertyGroup>

0 commit comments

Comments
 (0)