Skip to content

Commit

Permalink
Merge pull request #18 from Metrilus/fix-build-error
Browse files Browse the repository at this point in the history
Fix Orbbec build error
  • Loading branch information
sisiplac committed Sep 27, 2017
2 parents bcf544e + 4263de7 commit b6decca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BetaCameras/OrbbecOpenNI/OrbbecOpenNI.vcxproj
Expand Up @@ -45,14 +45,14 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v140</PlatformToolset>
<CLRSupport>true</CLRSupport>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v140</PlatformToolset>
<CLRSupport>true</CLRSupport>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
Expand Down

0 comments on commit b6decca

Please sign in to comment.