Ignore:
Timestamp:
Mar 13, 2018, 12:24:24 PM (6 years ago)
Author:
roman
Message:

Upgrade to VS2017; removed exception filter (hook); improved tracing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DirectShowSpy/Host01/Host01.vcxproj

    r763 r831  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <ItemGroup Label="ProjectConfigurations">
    44    <ProjectConfiguration Include="Debug|Win32">
     
    2323    <Keyword>Win32Proj</Keyword>
    2424    <RootNamespace>Host01</RootNamespace>
     25    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
    2526  </PropertyGroup>
    2627  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     
    2829    <ConfigurationType>Application</ConfigurationType>
    2930    <UseDebugLibraries>true</UseDebugLibraries>
    30     <PlatformToolset>v140</PlatformToolset>
     31    <PlatformToolset>v141</PlatformToolset>
    3132    <CharacterSet>Unicode</CharacterSet>
    3233  </PropertyGroup>
     
    3435    <ConfigurationType>Application</ConfigurationType>
    3536    <UseDebugLibraries>true</UseDebugLibraries>
    36     <PlatformToolset>v140</PlatformToolset>
     37    <PlatformToolset>v141</PlatformToolset>
    3738    <CharacterSet>Unicode</CharacterSet>
    3839  </PropertyGroup>
     
    4041    <ConfigurationType>Application</ConfigurationType>
    4142    <UseDebugLibraries>false</UseDebugLibraries>
    42     <PlatformToolset>v140</PlatformToolset>
     43    <PlatformToolset>v141</PlatformToolset>
    4344    <WholeProgramOptimization>true</WholeProgramOptimization>
    4445    <CharacterSet>Unicode</CharacterSet>
     
    4748    <ConfigurationType>Application</ConfigurationType>
    4849    <UseDebugLibraries>false</UseDebugLibraries>
    49     <PlatformToolset>v140</PlatformToolset>
     50    <PlatformToolset>v141</PlatformToolset>
    5051    <WholeProgramOptimization>true</WholeProgramOptimization>
    5152    <CharacterSet>Unicode</CharacterSet>
Note: See TracChangeset for help on using the changeset viewer.