1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Introjucer: modified the MSVC exporter to leave it up to MSVC to choose the default binary folder name unless you specifically set a value for it.

This commit is contained in:
jules 2015-02-16 10:21:12 +00:00
parent 6cee485a0a
commit 24bce65869
23 changed files with 5 additions and 46 deletions

View file

@ -11,7 +11,6 @@
<ToolFiles/>
<Configurations>
<Configuration Name="Debug|Win32"
OutputDirectory=".\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
@ -66,7 +65,6 @@
<Tool Name="VCPostBuildEventTool"/>
</Configuration>
<Configuration Name="Release|Win32"
OutputDirectory=".\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"