mirror of https://github.com/duggerd/KFDtool.git
SW: Add container assembly to installer
This commit is contained in:
parent
b8e8f8cddb
commit
a699787739
|
@ -65,6 +65,9 @@
|
|||
<Component Id="KFDtool.BSL430.dll" Guid="{D5A0D738-E327-46AE-9AA3-668201ABBE58}">
|
||||
<File Id="KFDtool.BSL430.dll" Source="..\..\control\KFDtool.Gui\bin\Release\KFDtool.BSL430.dll" KeyPath="yes" Checksum="yes" />
|
||||
</Component>
|
||||
<Component Id="KFDtool.Container.dll" Guid="{59F1F7EE-B5FE-4CF2-8257-0B3DC1BE10CD}">
|
||||
<File Id="KFDtool.Container.dll" Source="..\..\control\KFDtool.Gui\bin\Release\KFDtool.Container.dll" KeyPath="yes" Checksum="yes" />
|
||||
</Component>
|
||||
<Component Id="KFDtool.P25.dll" Guid="{02C09380-097D-4D2A-A492-53E379CFE385}">
|
||||
<File Id="KFDtool.P25.dll" Source="..\..\control\KFDtool.Gui\bin\Release\KFDtool.P25.dll" KeyPath="yes" Checksum="yes" />
|
||||
</Component>
|
||||
|
@ -119,6 +122,7 @@
|
|||
<ComponentRef Id="HidLibrary.dll" />
|
||||
<ComponentRef Id="KFDtool.Adapter.dll" />
|
||||
<ComponentRef Id="KFDtool.BSL430.dll" />
|
||||
<ComponentRef Id="KFDtool.Container.dll" />
|
||||
<ComponentRef Id="KFDtool.P25.dll" />
|
||||
<ComponentRef Id="KFDtool.Shared.dll" />
|
||||
<ComponentRef Id="KFDtool_Manual.pdf" />
|
||||
|
|
Loading…
Reference in New Issue