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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-07-23 17:47:37 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-07-23 17:47:37 +0300
commit4b10822c8b3f0838363e830b46dc056e7417a774 (patch)
treed641a550ed6c25e39c6397d185a62dbb0e506f88 /common
parent7e9c80351773275271a1b541da1665a44ee09b0a (diff)
VS2015 support
Diffstat (limited to 'common')
-rw-r--r--common/platform.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/platform.props b/common/platform.props
index 848b6f88..15026e37 100644
--- a/common/platform.props
+++ b/common/platform.props
@@ -3,4 +3,7 @@
<PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '12.0'">
<PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
+ <PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '14.0'">
+ <PlatformToolset>v140_xp</PlatformToolset>
+ </PropertyGroup>
</Project>