diff options
| author | Wei Mao <[email protected]> | 2017-03-20 18:09:29 -0700 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2017-03-20 18:09:29 -0700 |
| commit | 88541f70c4273ecd30c8c7c72135bc038a00fd88 (patch) | |
| tree | 922a00c16f87d7d8afc912db441a61397207e3ab /avstream | |
| parent | 70448f6d9a23626b0ea4e60d3c346328d5213236 (diff) | |
Fix build failures
Diffstat (limited to 'avstream')
| -rw-r--r-- | avstream/samplemft0/SampleMft0.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/avstream/samplemft0/SampleMft0.vcxproj b/avstream/samplemft0/SampleMft0.vcxproj index 90c623ba..f4d3fff4 100644 --- a/avstream/samplemft0/SampleMft0.vcxproj +++ b/avstream/samplemft0/SampleMft0.vcxproj @@ -36,19 +36,19 @@ <RootNamespace>$(MSBuildProjectName)</RootNamespace> </PropertyGroup> <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <TargetVersion>Win8</TargetVersion> + <TargetVersion>Windows8</TargetVersion> <UseDebugLibraries>True</UseDebugLibraries> </PropertyGroup> <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <TargetVersion>Win8</TargetVersion> + <TargetVersion>Windows8</TargetVersion> <UseDebugLibraries>False</UseDebugLibraries> </PropertyGroup> <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <TargetVersion>Win8</TargetVersion> + <TargetVersion>Windows8</TargetVersion> <UseDebugLibraries>True</UseDebugLibraries> </PropertyGroup> <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <TargetVersion>Win8</TargetVersion> + <TargetVersion>Windows8</TargetVersion> <UseDebugLibraries>False</UseDebugLibraries> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
