Skip to content

Commit

Permalink
copy BXBanks to bin directory when building the GUI too
Browse files Browse the repository at this point in the history
  • Loading branch information
zefie committed Oct 12, 2021
1 parent ad17a26 commit 913785b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BXPlayer/BXPlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /Y "$(ProjectDir)\BXBanks\" "$(TargetDir)"</PostBuildEvent>
<PostBuildEvent>xcopy /Y /S "$(ProjectDir)\BXBanks\" "$(TargetDir)\BXBanks\"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
Expand Down
3 changes: 3 additions & 0 deletions BXPlayerGUI/BXPlayerGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,7 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /Y /S "$(SolutionDir)\BXPlayer\BXBanks\" "$(TargetDir)\BXBanks\"</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 913785b

Please sign in to comment.