fix emu7800 post build event

This commit is contained in:
zeromus 2014-07-27 00:43:23 +00:00
parent c290ef8bb5
commit ecdbae1a84
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy /y $(TargetDir)$(TargetFileName) $(ProjectDir)..\output\dll\$(TargetFileName)
<PostBuildEvent>copy /y $(TargetDir)$(TargetFileName) $(ProjectDir)..\references\$(TargetFileName)
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.