Skip to content

Commit f2d61eb

Browse files
committed
Remove unneeded compiles
1 parent 484247b commit f2d61eb

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<Compile Include="ancm_iis_expressv2.wxs" />
2322
<Compile Include="$(IIS-Setup)iisca\wix5\iisca.wxs">
2423
<Link>iisca.wxs</Link>
2524
</Compile>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<Compile Include="aspnetcoremodulev2.wxs" />
2019
<Compile Include="$(IIS-Setup)iisca\wix5\iisca.wxs">
2120
<Link>iisca.wxs</Link>
2221
</Compile>

src/Installers/Windows/HostOptions/HostOptions.wixproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<NamespaceGuid>$(HostingBundleNamespaceGuid)</NamespaceGuid>
1919
</PropertyGroup>
2020

21-
<ItemGroup>
22-
<Compile Include="Product.wxs" />
23-
</ItemGroup>
24-
2521
<Import Project="Sdk.targets" Sdk="Microsoft.WixToolset.Sdk" />
2622
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.targets))\Directory.Build.targets" />
2723

src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818

1919
<ItemGroup>
2020
<Content Include="thm.xml" />
21-
<Compile Include="ANCM.wxs" />
22-
<Compile Include="Bundle.wxs" />
23-
<Compile Include="DotNetCore.wxs" />
24-
<Compile Include="SharedFramework.wxs" />
2521
<Compile Include="$(PkgMicrosoft_DotNet_Build_Tasks_Installers)\build\wix\bundle\upgradePolicies.wxs" />
2622
</ItemGroup>
2723

0 commit comments

Comments
 (0)