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-12-21 20:01:11 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-12-21 20:01:11 +0400
commit32a02ad9cbb59b365420d6e6b7a7106309213673 (patch)
treec184c284817f61b2508ce57af616ff58e6014a7e /common
parent071178984b5506ac08945275035f2e5f96b73e2f (diff)
Remove a remnant of VS2012 support
Diffstat (limited to 'common')
-rw-r--r--common/platform.props3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/platform.props b/common/platform.props
index 11cc4522..0631ab2d 100644
--- a/common/platform.props
+++ b/common/platform.props
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '11.0'">
- <PlatformToolset>v110_xp</PlatformToolset>
- </PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '12.0'">
<PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>