Skip to content

Commit

Permalink
Heatwave Build Tools Schemas
Browse files Browse the repository at this point in the history
Add HBT schemas to IsWiX.  Step 1 of HBT support.
  • Loading branch information
Painter, Christopher P authored and Painter, Christopher P committed Dec 20, 2023
1 parent de9aaf8 commit 1c2038b
Show file tree
Hide file tree
Showing 4 changed files with 1,588 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Application/IsWiX/IsWiX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<None Remove="Schemas\fg4_difxapp.xsd" />
<None Remove="Schemas\fg4_directx.xsd" />
<None Remove="Schemas\fg4_firewall.xsd" />
<None Remove="Schemas\fg4_hbt.xsd" />
<None Remove="Schemas\fg4_hbt_msix.xsd" />
<None Remove="Schemas\fg4_http.xsd" />
<None Remove="Schemas\fg4_iis.xsd" />
<None Remove="Schemas\fg4_msmq.xsd" />
Expand Down Expand Up @@ -65,6 +67,12 @@
<Content Include="EULA.rtf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Schemas\fg4_hbt.xsd">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Schemas\fg4_hbt_msix.xsd">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="IsWiX.bmp">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
Expand Down
Loading

0 comments on commit 1c2038b

Please sign in to comment.