summaryrefslogtreecommitdiff
path: root/infrastructure/msvc/2010/boxquery.vcxproj
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-04-15 12:53:07 +0000
committerChris Wilson <chris+github@qwirx.com>2011-04-15 12:53:07 +0000
commit8008e2935eda8b0f3058bdeeb7d4f6763ff46472 (patch)
tree38d457a38d3e49dc46591341f0bbb473f5e32e56 /infrastructure/msvc/2010/boxquery.vcxproj
parent745c134f9d76c34e70d8bfb96965fe3e41389d00 (diff)
Refactor MSVC library dependencies onto the common project, and remove
optional settings that should be left at their defaults.
Diffstat (limited to 'infrastructure/msvc/2010/boxquery.vcxproj')
-rw-r--r--infrastructure/msvc/2010/boxquery.vcxproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/infrastructure/msvc/2010/boxquery.vcxproj b/infrastructure/msvc/2010/boxquery.vcxproj
index fbe8b8d8..22f65947 100644
--- a/infrastructure/msvc/2010/boxquery.vcxproj
+++ b/infrastructure/msvc/2010/boxquery.vcxproj
@@ -42,7 +42,6 @@
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\$(ProjectName)\</IntDir>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
@@ -61,8 +60,6 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<Link>
- <AdditionalDependencies>Ws2_32.lib;Advapi32.lib;$(ProjectDir)..\..\..\..\zlib\lib\zdll.lib;$(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib;$(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib;$(ProjectDir)..\..\..\$(Configuration)\common.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcreposix78.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcre78.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)bbackupquery.exe</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>$(OutDir)boxquery.pdb</ProgramDatabaseFile>
<SubSystem>Console</SubSystem>