- Timestamp:
- Jun 3, 2016, 1:49:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/DirectShowReferenceSource/Sample/Generate/Generate.vcxproj
r574 r636 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"> … … 20 20 <ConfigurationType>Application</ConfigurationType> 21 21 <UseDebugLibraries>true</UseDebugLibraries> 22 <PlatformToolset>v1 20</PlatformToolset>22 <PlatformToolset>v140</PlatformToolset> 23 23 <CharacterSet>Unicode</CharacterSet> 24 24 </PropertyGroup> … … 26 26 <ConfigurationType>Application</ConfigurationType> 27 27 <UseDebugLibraries>false</UseDebugLibraries> 28 <PlatformToolset>v1 20</PlatformToolset>28 <PlatformToolset>v140</PlatformToolset> 29 29 <WholeProgramOptimization>true</WholeProgramOptimization> 30 30 <CharacterSet>Unicode</CharacterSet>
Note: See TracChangeset
for help on using the changeset viewer.