- Timestamp:
- Sep 1, 2016, 1:44:30 PM (7 years ago)
- Location:
- trunk/Utilities/MediaFoundation/SimultaneousCapture
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/MediaFoundation/SimultaneousCapture
- Property svn:ignore
-
old new 1 1 alax.info 2 .vs 3 *.db
-
- Property svn:ignore
-
trunk/Utilities/MediaFoundation/SimultaneousCapture/Capture.vcxproj
r626 r669 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="1 2.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <ItemGroup Label="ProjectConfigurations"> 4 4 <ProjectConfiguration Include="Debug|Win32"> … … 23 23 <Keyword>Win32Proj</Keyword> 24 24 <RootNamespace>UnravelH264Stream</RootNamespace> 25 <WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion> 25 26 </PropertyGroup> 26 27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 28 29 <ConfigurationType>Application</ConfigurationType> 29 30 <UseDebugLibraries>true</UseDebugLibraries> 30 <PlatformToolset>v1 20_xp</PlatformToolset>31 <PlatformToolset>v140</PlatformToolset> 31 32 <CharacterSet>Unicode</CharacterSet> 32 33 <UseOfAtl>Static</UseOfAtl> … … 35 36 <ConfigurationType>Application</ConfigurationType> 36 37 <UseDebugLibraries>true</UseDebugLibraries> 37 <PlatformToolset>v1 20_xp</PlatformToolset>38 <PlatformToolset>v140</PlatformToolset> 38 39 <CharacterSet>Unicode</CharacterSet> 39 40 <UseOfAtl>Static</UseOfAtl> … … 42 43 <ConfigurationType>Application</ConfigurationType> 43 44 <UseDebugLibraries>false</UseDebugLibraries> 44 <PlatformToolset>v1 20_xp</PlatformToolset>45 <PlatformToolset>v140</PlatformToolset> 45 46 <WholeProgramOptimization>true</WholeProgramOptimization> 46 47 <CharacterSet>Unicode</CharacterSet> … … 50 51 <ConfigurationType>Application</ConfigurationType> 51 52 <UseDebugLibraries>false</UseDebugLibraries> 52 <PlatformToolset>v1 20_xp</PlatformToolset>53 <PlatformToolset>v140</PlatformToolset> 53 54 <WholeProgramOptimization>true</WholeProgramOptimization> 54 55 <CharacterSet>Unicode</CharacterSet>
Note: See TracChangeset
for help on using the changeset viewer.