Add BizHawk.WinForms.Controls reference to external tools
This commit is contained in:
parent
b9f80121df
commit
5fdf7e09f0
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue