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
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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>