| | |
| | | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| | | </ImportGroup> |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <OutDir>$(SolutionDir)$(Platform)\</OutDir> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <OutDir>$(SolutionDir)$(Platform)\</OutDir> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| | | <ClCompile> |
| | | <WarningLevel>Level3</WarningLevel> |
| | |
| | | <SDLCheck>true</SDLCheck> |
| | | <AdditionalIncludeDirectories>C:\opencv_2.4.9\opencv\build\include;..\..\3rdparty\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <PreprocessorDefinitions>_MBCS;OPENCV;_TIMESPEC_DEFINED;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| | | <UndefinePreprocessorDefinitions> |
| | | </UndefinePreprocessorDefinitions> |
| | | <UndefinePreprocessorDefinitions>CUDNN</UndefinePreprocessorDefinitions> |
| | | </ClCompile> |
| | | <Link> |
| | | <GenerateDebugInformation>true</GenerateDebugInformation> |
| | |
| | | <CppLanguageStandard>c++1y</CppLanguageStandard> |
| | | <PrecompiledHeaderCompileAs>CompileAsCpp</PrecompiledHeaderCompileAs> |
| | | <CompileAs>CompileAsC</CompileAs> |
| | | <UndefinePreprocessorDefinitions> |
| | | </UndefinePreprocessorDefinitions> |
| | | <UndefinePreprocessorDefinitions>CUDNN</UndefinePreprocessorDefinitions> |
| | | </ClCompile> |
| | | <Link> |
| | | <GenerateDebugInformation>true</GenerateDebugInformation> |