| | |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <OutDir>$(SolutionDir)$(Platform)\</OutDir> |
| | | <IntDir>$(Platform)\nogpu_$(Configuration)\</IntDir> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <OutDir>$(SolutionDir)$(Platform)\</OutDir> |
| | | <IntDir>$(Platform)\nogpu_$(Configuration)\</IntDir> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| | | <ClCompile> |
| | |
| | | <WarningLevel>Level3</WarningLevel> |
| | | <Optimization>Disabled</Optimization> |
| | | <SDLCheck>true</SDLCheck> |
| | | <AdditionalIncludeDirectories>C:\opencv_3.0\opencv\build\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <AdditionalIncludeDirectories>C:\opencv_3.0\opencv\build\include;..\..\3rdparty\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <PreprocessorDefinitions>_MBCS;OPENCV;_TIMESPEC_DEFINED;_CRT_SECURE_NO_WARNINGS;_CRT_RAND_S;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| | | <UndefinePreprocessorDefinitions>CUDNN</UndefinePreprocessorDefinitions> |
| | | <OpenMPSupport>true</OpenMPSupport> |
| | |
| | | <ClCompile Include="..\..\src\gettimeofday.c" /> |
| | | <ClCompile Include="..\..\src\go.c" /> |
| | | <ClCompile Include="..\..\src\gru_layer.c" /> |
| | | <ClCompile Include="..\..\src\http_stream.cpp" /> |
| | | <ClCompile Include="..\..\src\im2col.c" /> |
| | | <ClCompile Include="..\..\src\image.c" /> |
| | | <ClCompile Include="..\..\src\layer.c" /> |
| | |
| | | <ClInclude Include="..\..\src\getopt.h" /> |
| | | <ClInclude Include="..\..\src\gettimeofday.h" /> |
| | | <ClInclude Include="..\..\src\gru_layer.h" /> |
| | | <ClInclude Include="..\..\src\http_stream.h" /> |
| | | <ClInclude Include="..\..\src\im2col.h" /> |
| | | <ClInclude Include="..\..\src\image.h" /> |
| | | <ClInclude Include="..\..\src\layer.h" /> |