Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2017-08-13 20:10:24 +0300
committerKacper Michajłow <kasper93@gmail.com>2017-08-13 23:24:43 +0300
commita113111111e610df7e9f69192fce270f4bd34fd3 (patch)
tree7fb6097f24ed54bd01d00efcabcda6c43c52e3e2
parent560be8be9f5aa4738b9d25c40639b4427157d9b6 (diff)
Use the native compiler environment.
-rw-r--r--src/platform.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/platform.props b/src/platform.props
index 19d7b3e23..07b7d94e1 100644
--- a/src/platform.props
+++ b/src/platform.props
@@ -6,4 +6,7 @@
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
</PropertyGroup>
+ <PropertyGroup>
+ <UseNativeEnvironment>true</UseNativeEnvironment>
+ </PropertyGroup>
</Project>