| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|Win32"> |
| | | <Configuration>Debug</Configuration> |
| | |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{4CF5694F-12A5-4012-8D94-9A0915E9FEB5}</ProjectGuid> |
| | | <RootNamespace>darknet</RootNamespace> |
| | | <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| | | <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| | | <ConfigurationType>Application</ConfigurationType> |
| | | <UseDebugLibraries>true</UseDebugLibraries> |
| | | <PlatformToolset>v140</PlatformToolset> |
| | | <PlatformToolset>v141</PlatformToolset> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| | | <UseDebugLibraries>true</UseDebugLibraries> |
| | | <PlatformToolset>v140</PlatformToolset> |
| | | <PlatformToolset>v141</PlatformToolset> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| | | <ConfigurationType>Application</ConfigurationType> |
| | | <UseDebugLibraries>false</UseDebugLibraries> |
| | | <PlatformToolset>v140</PlatformToolset> |
| | | <PlatformToolset>v141</PlatformToolset> |
| | | <WholeProgramOptimization>true</WholeProgramOptimization> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| | | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| | | <UseDebugLibraries>false</UseDebugLibraries> |
| | | <PlatformToolset>v140</PlatformToolset> |
| | | <PlatformToolset>v141</PlatformToolset> |
| | | <WholeProgramOptimization>true</WholeProgramOptimization> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | <Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 9.1.props" /> |
| | | <Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 9.2.props" /> |
| | | </ImportGroup> |
| | | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| | | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| | |
| | | <ClCompile Include="..\..\src\swag.c" /> |
| | | <ClCompile Include="..\..\src\tag.c" /> |
| | | <ClCompile Include="..\..\src\tree.c" /> |
| | | <ClCompile Include="..\..\src\upsample_layer.c" /> |
| | | <ClCompile Include="..\..\src\utils.c" /> |
| | | <ClCompile Include="..\..\src\voxel.c" /> |
| | | <ClCompile Include="..\..\src\writing.c" /> |
| | | <ClCompile Include="..\..\src\yolo.c" /> |
| | | <ClCompile Include="..\..\src\yolo_layer.c" /> |
| | | <ClCompile Include="..\..\src\yolo_v2_class.cpp" /> |
| | | <ClCompile Include="..\..\src\yolo_v2_class.hpp" /> |
| | | </ItemGroup> |
| | |
| | | <ClInclude Include="..\..\src\stb_image_write.h" /> |
| | | <ClInclude Include="..\..\src\tree.h" /> |
| | | <ClInclude Include="..\..\src\unistd.h" /> |
| | | <ClInclude Include="..\..\src\upsample_layer.h" /> |
| | | <ClInclude Include="..\..\src\utils.h" /> |
| | | <ClInclude Include="..\..\src\yolo_layer.h" /> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | <Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 9.1.targets" /> |
| | | <Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 9.2.targets" /> |
| | | </ImportGroup> |
| | | </Project> |