Skip to content

Commit

Permalink
Add KFlearning.Control to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Feb 28, 2021
1 parent 6a78c6f commit 835cf84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/KFlearning.Setup/Files.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<Component Id="KFlearning.Core.dll" Guid="*">
<File Id="KFlearning.Core.dll" KeyPath="yes" Source="$(var.SourceDir)\KFlearning.Core.dll" />
</Component>
<Component Id="KFlearning.Control.dll" Guid="*">
<File Id="KFlearning.Control.dll" KeyPath="yes" Source="$(var.SourceDir)\KFlearning.Control.dll" />
</Component>
<Component Id="Newtonsoft.Json.dll" Guid="*">
<File Id="Newtonsoft.Json.dll" KeyPath="yes" Source="$(var.SourceDir)\Newtonsoft.Json.dll" />
</Component>
Expand Down

0 comments on commit 835cf84

Please sign in to comment.