summaryrefslogtreecommitdiffstats
path: root/winbuild/Doxytag.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'winbuild/Doxytag.vcproj')
-rw-r--r--winbuild/Doxytag.vcproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/winbuild/Doxytag.vcproj b/winbuild/Doxytag.vcproj
index 7ad9b19..9c5e82e 100644
--- a/winbuild/Doxytag.vcproj
+++ b/winbuild/Doxytag.vcproj
@@ -15,8 +15,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="..\bin\Debug"
+ IntermediateDirectory="..\objects\Debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
@@ -70,7 +70,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="qtools.lib ws2_32.lib"
- OutputFile=".\Debug/Doxytag.exe"
+ OutputFile="..\bin\Debug\doxytag.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="Debug"
@@ -108,8 +108,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="..\bin"
+ IntermediateDirectory="..\objects"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
@@ -163,7 +163,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="qtools.lib "
- OutputFile=".\Release/Doxytag.exe"
+ OutputFile="..\bin\doxytag.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="Release"