From c290ef8bb50261a537941c6d9133cd33c92e91d1 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 26 Jul 2014 23:57:22 +0000 Subject: [PATCH] fix a bug in the building logic. i dont understand it, but maybe this had to do with why some people can't open n64 roms --- .../BizHawk.Emulation.Cores.csproj | 7 +++---- {output/dll => References}/EMU7800.dll | Bin 2 files changed, 3 insertions(+), 4 deletions(-) rename {output/dll => References}/EMU7800.dll (100%) diff --git a/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj b/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj index 2158b5ab11..26974085f1 100644 --- a/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj +++ b/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj @@ -49,7 +49,7 @@ pdbonly true - ..\output\dll\ + bin\Release\ TRACE;VS2010 prompt 4 @@ -59,9 +59,8 @@ false - - False - ..\BizHawk.MultiClient\output\dll\EMU7800.dll + + ..\References\EMU7800.dll ..\References\Newtonsoft.Json.dll diff --git a/output/dll/EMU7800.dll b/References/EMU7800.dll similarity index 100% rename from output/dll/EMU7800.dll rename to References/EMU7800.dll