diff --git a/projects/msvc/GLideN64.vcxproj b/projects/msvc/GLideN64.vcxproj index 99bddc19..e11ad3c7 100644 --- a/projects/msvc/GLideN64.vcxproj +++ b/projects/msvc/GLideN64.vcxproj @@ -144,7 +144,8 @@ - lib/dbg + lib/msvc12/dbg + lib/dbg @@ -154,7 +155,8 @@ - lib/rel + lib/msvc12/rel + lib/rel @@ -172,7 +174,6 @@ if NOT "$(N64PluginsDir)" == "" (if not exist "$(N64PluginsDir)" mkdir "$(N64PluginsDir)" copy /Y "$(OutDir)$(TargetName).*" "$(N64PluginsDir)" ) - Copy result to plugins folder diff --git a/projects/msvc/libGLideNHQ.vcxproj b/projects/msvc/libGLideNHQ.vcxproj index cd8bab76..d5f69b70 100644 --- a/projects/msvc/libGLideNHQ.vcxproj +++ b/projects/msvc/libGLideNHQ.vcxproj @@ -79,7 +79,8 @@ - lib/dbg + lib/msvc12/dbg + lib/dbg @@ -103,7 +104,8 @@ - lib/rel + lib/msvc12/rel + lib/rel