Skip to content

Commit

Permalink
include hv integ with package
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Oct 24, 2022
1 parent 8ffde74 commit 3ae1914
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions VMPlex/VMPlex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,11 @@
</Compile>
<Compile Remove="UI\UXThemeAccess.cs" />
</ItemGroup>
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
<ItemGroup>
<DataModelFiles Include="$(OutputPath)..\hvintegrate.exe" />
<DataModelFiles Include="$(OutputPath)..\hvintegrate.pdb" />
</ItemGroup>
<Copy SourceFiles="@(DataModelFiles)" DestinationFolder="$(PublishDir)" SkipUnchangedFiles="false" />
</Target>
</Project>

0 comments on commit 3ae1914

Please sign in to comment.