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:
parent
6cee485a0a
commit
24bce65869
23 changed files with 5 additions and 46 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue