summaryrefslogtreecommitdiffstats
path: root/winbuild/Doxywizard.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'winbuild/Doxywizard.vcproj')
-rw-r--r--winbuild/Doxywizard.vcproj10
1 files changed, 6 insertions, 4 deletions
diff --git a/winbuild/Doxywizard.vcproj b/winbuild/Doxywizard.vcproj
index 2277df2..f90f6ac 100644
--- a/winbuild/Doxywizard.vcproj
+++ b/winbuild/Doxywizard.vcproj
@@ -20,8 +20,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
+ OutputDirectory="..\bin\Debug"
+ IntermediateDirectory="$(ConfigurationName)\Doxywizard"
ConfigurationType="1"
CharacterSet="1"
>
@@ -66,6 +66,7 @@
/>
<Tool
Name="VCLinkerTool"
+ OutputFile="..\bin\Debug\doxywizard.exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="2"
@@ -98,7 +99,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ OutputDirectory="..\bin"
IntermediateDirectory="$(ConfigurationName)\Doxywizard"
ConfigurationType="1"
CharacterSet="1"
@@ -145,8 +146,9 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="$(QTDIR)\lib\qt-mt336.lib $(QTDIR)\lib\qtmain.lib"
+ OutputFile="..\bin\doxywizard.exe"
LinkIncremental="1"
- GenerateDebugInformation="true"
+ GenerateDebugInformation="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"