aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-03 11:52:59 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-03 11:52:59 +0000
commit974314357d5c270cc8f974e05e968ba2adac2429 (patch)
tree59ed06cd027d2c47094e2e043c96f4add07f9504 /w32
parent1cbf43c0a06fc288ca58a08319274a2f58266f5c (diff)
downloadlibmicrohttpd-974314357d5c270cc8f974e05e968ba2adac2429.tar.gz
libmicrohttpd-974314357d5c270cc8f974e05e968ba2adac2429.zip
VS projects: prefer building by x64 tools
Diffstat (limited to 'w32')
-rw-r--r--w32/VS2013/hellobrowser.vcxproj3
-rw-r--r--w32/VS2013/libmicrohttpd.vcxproj3
2 files changed, 6 insertions, 0 deletions
diff --git a/w32/VS2013/hellobrowser.vcxproj b/w32/VS2013/hellobrowser.vcxproj
index bfc03599..01042a33 100644
--- a/w32/VS2013/hellobrowser.vcxproj
+++ b/w32/VS2013/hellobrowser.vcxproj
@@ -49,6 +49,9 @@
49 <RootNamespace>hellobrowser</RootNamespace> 49 <RootNamespace>hellobrowser</RootNamespace>
50 </PropertyGroup> 50 </PropertyGroup>
51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
52 <PropertyGroup>
53 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
54 </PropertyGroup>
52 <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration"> 55 <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration">
53 <ConfigurationType>Application</ConfigurationType> 56 <ConfigurationType>Application</ConfigurationType>
54 <UseDebugLibraries>true</UseDebugLibraries> 57 <UseDebugLibraries>true</UseDebugLibraries>
diff --git a/w32/VS2013/libmicrohttpd.vcxproj b/w32/VS2013/libmicrohttpd.vcxproj
index 0572136e..0f72a3d5 100644
--- a/w32/VS2013/libmicrohttpd.vcxproj
+++ b/w32/VS2013/libmicrohttpd.vcxproj
@@ -74,6 +74,9 @@
74 <RootNamespace>libmicrohttpd</RootNamespace> 74 <RootNamespace>libmicrohttpd</RootNamespace>
75 </PropertyGroup> 75 </PropertyGroup>
76 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 76 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
77 <PropertyGroup>
78 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
79 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration"> 80 <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration">
78 <ConfigurationType>StaticLibrary</ConfigurationType> 81 <ConfigurationType>StaticLibrary</ConfigurationType>
79 <UseDebugLibraries>true</UseDebugLibraries> 82 <UseDebugLibraries>true</UseDebugLibraries>