Skip to content

Commit

Permalink
Added sttp.net.dll to the WiX setup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills committed Mar 15, 2019
1 parent 45efbe5 commit cef466b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Applications/SIEGate/SIEGateSetup/SIEGateSetup.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@
<Component Id="TestingAdapters">
<File Id="TestingAdapters.dll" Name="TestingAdapters.dll" Source="$(var.SolutionDir)\Dependencies\GSF\TestingAdapters.dll" />
</Component>
<Component Id="sttp.net">
<File Id="sttp.net.dll" Name="sttp.net.dll" Source="$(var.SolutionDir)Dependencies\GSF\sttp.net.dll" />
</Component>
</ComponentGroup>

<!-- GSF Dependencies -->
Expand Down

0 comments on commit cef466b

Please sign in to comment.