diff --git a/extras/Introjucer/Builds/VisualStudio2005/The Introjucer.vcproj b/extras/Introjucer/Builds/VisualStudio2005/The Introjucer.vcproj index eb12d37202..e25f3ccb74 100644 --- a/extras/Introjucer/Builds/VisualStudio2005/The Introjucer.vcproj +++ b/extras/Introjucer/Builds/VisualStudio2005/The Introjucer.vcproj @@ -12,7 +12,7 @@ <_ProjectFileVersion>10.0.30319.1 .\Debug\ - $(OutDir)\ + $(Configuration)\ Introjucer true .\Release\ - $(OutDir)\ + $(Configuration)\ Introjucer true diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h index 99b913b1cc..8753449131 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h @@ -165,7 +165,7 @@ protected: String getIntermediatesPath() const { const String path (config [Ids::intermediatesPath].toString()); - return path.isNotEmpty() ? path : "$(OutDir)"; + return path.isNotEmpty() ? path : "$(Configuration)"; } String getOutputFilename (const String& suffix, bool forceSuffix) const diff --git a/extras/JuceDemo/Builds/VisualStudio2005/Juce Demo.vcproj b/extras/JuceDemo/Builds/VisualStudio2005/Juce Demo.vcproj index a46c4374ca..1a283faa09 100644 --- a/extras/JuceDemo/Builds/VisualStudio2005/Juce Demo.vcproj +++ b/extras/JuceDemo/Builds/VisualStudio2005/Juce Demo.vcproj @@ -12,7 +12,7 @@ <_ProjectFileVersion>10.0.30319.1 .\Debug\ - $(OutDir)\ + $(Configuration)\ JuceDemo true .\Release\ - $(OutDir)\ + $(Configuration)\ JuceDemo true diff --git a/extras/audio plugin demo/Builds/VisualStudio2005/JuceDemoPlugin.vcproj b/extras/audio plugin demo/Builds/VisualStudio2005/JuceDemoPlugin.vcproj index bd95ae2ae3..b519472762 100644 --- a/extras/audio plugin demo/Builds/VisualStudio2005/JuceDemoPlugin.vcproj +++ b/extras/audio plugin demo/Builds/VisualStudio2005/JuceDemoPlugin.vcproj @@ -12,7 +12,7 @@ <_ProjectFileVersion>10.0.30319.1 .\Debug\ - $(OutDir)\ + $(Configuration)\ jucedebug true .\Release\ - $(OutDir)\ + $(Configuration)\ juce true diff --git a/extras/the jucer/Builds/VisualStudio2008/Jucer.vcproj b/extras/the jucer/Builds/VisualStudio2008/Jucer.vcproj index 130d23d307..4f7d77c936 100644 --- a/extras/the jucer/Builds/VisualStudio2008/Jucer.vcproj +++ b/extras/the jucer/Builds/VisualStudio2008/Jucer.vcproj @@ -12,7 +12,7 @@ <_ProjectFileVersion>10.0.30319.1 .\Debug\ - $(OutDir)\ + $(Configuration)\ Jucer true .\Release\ - $(OutDir)\ + $(Configuration)\ Jucer true