diff --git a/BizHawk.Client.Common/BizHawk.Client.Common.csproj b/BizHawk.Client.Common/BizHawk.Client.Common.csproj
index bfecd134be..1d1e749f57 100644
--- a/BizHawk.Client.Common/BizHawk.Client.Common.csproj
+++ b/BizHawk.Client.Common/BizHawk.Client.Common.csproj
@@ -35,16 +35,17 @@
x86
-
- ..\ICSharpCode.SharpZipLib.dll
+
+ False
+ ..\References\ICSharpCode.SharpZipLib.dll
False
..\output\dll\LuaInterface.dll
-
+
False
- ..\Newtonsoft.Json.dll
+ ..\References\Newtonsoft.Json.dll
diff --git a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj
index af1ca76e1e..e22019ef9a 100644
--- a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj
+++ b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj
@@ -83,6 +83,10 @@
..\References\OpenTK.dll
+
+ False
+ ..\References\SlimDX.dll
+
3.5
@@ -101,10 +105,6 @@
-
- False
- ..\SlimDX.dll
-
diff --git a/ICSharpCode.SharpZipLib.dll b/References/ICSharpCode.SharpZipLib.dll
similarity index 100%
rename from ICSharpCode.SharpZipLib.dll
rename to References/ICSharpCode.SharpZipLib.dll
diff --git a/Newtonsoft.Json.dll b/References/Newtonsoft.Json.dll
similarity index 100%
rename from Newtonsoft.Json.dll
rename to References/Newtonsoft.Json.dll
diff --git a/SlimDX.dll b/References/SlimDX.dll
similarity index 100%
rename from SlimDX.dll
rename to References/SlimDX.dll