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

platform.props « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b792f9f7b147c11d6de577a906eff231a6c49bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '12.0'">
    <PlatformToolset Condition="'$(ANALYZE)'!='true'">v120_xp</PlatformToolset>
    <PlatformToolset Condition="'$(ANALYZE)'=='true'">v120</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '14.0'">
    <PlatformToolset Condition="'$(ANALYZE)'!='true'">v140_xp</PlatformToolset>
    <PlatformToolset Condition="'$(ANALYZE)'=='true'">v140</PlatformToolset>
  </PropertyGroup>
</Project>