Ignore:
Timestamp:
Jun 28, 2017, 12:53:47 AM (7 years ago)
Author:
roman
Message:

VS2015 upgrade

Location:
trunk/DirectShowSpy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DirectShowSpy

    • Property svn:ignore
      •  

        old new  
        1111dlldata.c
        1212Module_?.*
         13.vs
  • trunk/DirectShowSpy/Host01/Host01.vcxproj

    r617 r763  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <ItemGroup Label="ProjectConfigurations">
    44    <ProjectConfiguration Include="Debug|Win32">
     
    2828    <ConfigurationType>Application</ConfigurationType>
    2929    <UseDebugLibraries>true</UseDebugLibraries>
    30     <PlatformToolset>v120</PlatformToolset>
     30    <PlatformToolset>v140</PlatformToolset>
    3131    <CharacterSet>Unicode</CharacterSet>
    3232  </PropertyGroup>
     
    3434    <ConfigurationType>Application</ConfigurationType>
    3535    <UseDebugLibraries>true</UseDebugLibraries>
    36     <PlatformToolset>v120</PlatformToolset>
     36    <PlatformToolset>v140</PlatformToolset>
    3737    <CharacterSet>Unicode</CharacterSet>
    3838  </PropertyGroup>
     
    4040    <ConfigurationType>Application</ConfigurationType>
    4141    <UseDebugLibraries>false</UseDebugLibraries>
    42     <PlatformToolset>v120</PlatformToolset>
     42    <PlatformToolset>v140</PlatformToolset>
    4343    <WholeProgramOptimization>true</WholeProgramOptimization>
    4444    <CharacterSet>Unicode</CharacterSet>
     
    4747    <ConfigurationType>Application</ConfigurationType>
    4848    <UseDebugLibraries>false</UseDebugLibraries>
    49     <PlatformToolset>v120</PlatformToolset>
     49    <PlatformToolset>v140</PlatformToolset>
    5050    <WholeProgramOptimization>true</WholeProgramOptimization>
    5151    <CharacterSet>Unicode</CharacterSet>
Note: See TracChangeset for help on using the changeset viewer.