Skip to content

Commit 73a36ff

Browse files
committed
windows: Fix Release x64 configuration
Inherit PlatformToolset from the project configuration. This allow the project to configure PlatformToolset, and aligns the Release x64 build with other build types. Fixes #1430
1 parent b196a0a commit 73a36ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3
-49
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ Bugfix
4848
returning. Fixes #2431.
4949
* Fix typo in net_would_block(). Fixes #528 reported by github-monoculture.
5050
* Remove redundant include file in timing.c. Fixes #2640 reported by irwir.
51+
* Fix Visual Studio Release x64 build configuration by inheriting
52+
PlatformToolset from the project configuration. Fixes #1430 reported by
53+
irwir.
5154

5255
Changes
5356
* Return from various debugging routines immediately if the

scripts/data_files/vs2010-app-template.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<UseDebugLibraries>false</UseDebugLibraries>
5454
<WholeProgramOptimization>true</WholeProgramOptimization>
5555
<CharacterSet>Unicode</CharacterSet>
56-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5756
</PropertyGroup>
5857
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5958
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/aescrypt2.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/benchmark.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/cert_app.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/cert_req.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/cert_write.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/crl_app.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/crypt_and_hash.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/dh_client.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/dh_genprime.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/dh_server.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/dtls_client.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/dtls_server.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/ecdh_curve25519.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/ecdsa.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/gen_entropy.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/gen_key.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/gen_random_ctr_drbg.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/gen_random_havege.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/generic_sum.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/hello.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/key_app.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/key_app_writer.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/mini_client.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/mpi_demo.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/pem2der.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/pk_decrypt.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/pk_encrypt.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/pk_sign.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/pk_verify.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/query_compile_time_config.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<UseDebugLibraries>false</UseDebugLibraries>
5656
<WholeProgramOptimization>true</WholeProgramOptimization>
5757
<CharacterSet>Unicode</CharacterSet>
58-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5958
</PropertyGroup>
6059
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6160
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/req_app.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/rsa_decrypt.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/rsa_encrypt.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/rsa_genkey.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/rsa_sign.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/rsa_sign_pss.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/rsa_verify.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/rsa_verify_pss.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/selftest.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/ssl_client1.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/ssl_client2.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<UseDebugLibraries>false</UseDebugLibraries>
5656
<WholeProgramOptimization>true</WholeProgramOptimization>
5757
<CharacterSet>Unicode</CharacterSet>
58-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5958
</PropertyGroup>
6059
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6160
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/ssl_fork_server.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/ssl_mail_client.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/ssl_server.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/ssl_server2.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<UseDebugLibraries>false</UseDebugLibraries>
5656
<WholeProgramOptimization>true</WholeProgramOptimization>
5757
<CharacterSet>Unicode</CharacterSet>
58-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5958
</PropertyGroup>
6059
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6160
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/strerror.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

visualc/VS2010/udp_proxy.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<UseDebugLibraries>false</UseDebugLibraries>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>Windows7.1SDK</PlatformToolset>
5857
</PropertyGroup>
5958
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6059
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)