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
diff options
context:
space:
mode:
-rw-r--r--common/platform.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/platform.props b/common/platform.props
index 3828ac88..ace55c45 100644
--- a/common/platform.props
+++ b/common/platform.props
@@ -8,6 +8,7 @@
</PropertyGroup>
<PropertyGroup>
<UseNativeEnvironment>true</UseNativeEnvironment>
- <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+ <WindowsTargetPlatformVersion Condition="'$(MPCHC_WINSDK_VER)' == ''">8.1</WindowsTargetPlatformVersion>
+ <WindowsTargetPlatformVersion Condition="'$(MPCHC_WINSDK_VER)' != ''">$(MPCHC_WINSDK_VER)</WindowsTargetPlatformVersion>
</PropertyGroup>
</Project>