AlexeyAB
2017-07-24 d6ea2ef02689d124798ed97fbc062dbc669e8b1a
Fix Debug to compile DLL in yolo_cpp_dll.vcxproj and yolo_cpp_dll_no_gpu.vcxproj
2 files modified
4 ■■■■ changed files
build/darknet/yolo_cpp_dll.vcxproj 2 ●●● patch | view | raw | blame | history
build/darknet/yolo_cpp_dll_no_gpu.vcxproj 2 ●●● patch | view | raw | blame | history
build/darknet/yolo_cpp_dll.vcxproj
@@ -31,7 +31,7 @@
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v140</PlatformToolset>
    <CharacterSet>MultiByte</CharacterSet>
build/darknet/yolo_cpp_dll_no_gpu.vcxproj
@@ -31,7 +31,7 @@
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v140</PlatformToolset>
    <CharacterSet>MultiByte</CharacterSet>