From ecdbae1a84d10f6a8d895005e0a37822aceedd13 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 27 Jul 2014 00:43:23 +0000 Subject: [PATCH] fix emu7800 post build event --- EMU7800/EMU7800.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMU7800/EMU7800.csproj b/EMU7800/EMU7800.csproj index 987d0828c6..7c542a3a3c 100644 --- a/EMU7800/EMU7800.csproj +++ b/EMU7800/EMU7800.csproj @@ -114,7 +114,7 @@ - copy /y $(TargetDir)$(TargetFileName) $(ProjectDir)..\output\dll\$(TargetFileName) + copy /y $(TargetDir)$(TargetFileName) $(ProjectDir)..\references\$(TargetFileName)