diff options
| author | saredd <[email protected]> | 2018-01-19 17:19:00 -0800 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2018-01-19 17:19:00 -0800 |
| commit | 6e7c8cb437135e55917c34cfebe1be944bbf6d3f (patch) | |
| tree | f7570fe170194facd45e4f9f887ff56dc683a31c /avstream/samplemft0/SampleMft0.vcxproj | |
| parent | dd7e6f697ed67e94dc45cd33078b1dbcb643f439 (diff) | |
Updating Camera WDK Samples to RS3 version (#193)
Diffstat (limited to 'avstream/samplemft0/SampleMft0.vcxproj')
| -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 f4d3fff4..90c623ba 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>Windows8</TargetVersion> + <TargetVersion>Win8</TargetVersion> <UseDebugLibraries>True</UseDebugLibraries> </PropertyGroup> <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <TargetVersion>Windows8</TargetVersion> + <TargetVersion>Win8</TargetVersion> <UseDebugLibraries>False</UseDebugLibraries> </PropertyGroup> <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <TargetVersion>Windows8</TargetVersion> + <TargetVersion>Win8</TargetVersion> <UseDebugLibraries>True</UseDebugLibraries> </PropertyGroup> <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <TargetVersion>Windows8</TargetVersion> + <TargetVersion>Win8</TargetVersion> <UseDebugLibraries>False</UseDebugLibraries> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
