Add BizHawk.WinForms.Controls reference to external tools

This commit is contained in:
YoshiRulz 2020-03-16 11:28:21 +10:00
parent b9f80121df
commit 5fdf7e09f0
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
<Reference Include="BizHawk.Emulation.DiscSystem"
HintPath="$(ProjectDir)../../output/BizHawk.Emulation.DiscSystem.dll"
Private="true" />
<Reference Include="BizHawk.WinForms.Controls"
HintPath="$(ProjectDir)../../output/BizHawk.WinForms.Controls.dll"
Private="true" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy SourceFiles="$(OutputPath)$(MSBuildProjectName).dll" DestinationFolder="$(ProjectDir)../../output/ExternalTools" />