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>2013-10-27 23:32:59 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-10-27 23:32:59 +0400
commit6db0950f6932bbdb2876fc14ae6532055225dddd (patch)
treeef74ee874911dc29a75af5dd39096e30a7934d6a /common
parenta96e604ecdb59ba897e8b80bd9d66c6f297637f6 (diff)
Add VS2013 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 76e63b69..11cc4522 100644
--- a/common/platform.props
+++ b/common/platform.props
@@ -3,4 +3,7 @@
<PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '11.0'">
<PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
+ <PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '12.0'">
+ <PlatformToolset>v120_xp</PlatformToolset>
+ </PropertyGroup>
</Project>