-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopencv.props
20 lines (20 loc) · 1.28 KB
/
opencv.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);;E:\college class\package\opencv4.5.1\opencv\build\include;E:\college class\package\opencv4.5.1\opencv\build\include\opencv2</IncludePath>
<LibraryWPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;E:\college class\package\opencv4.5.1\opencv\build\x64\vc15\lib</LibraryWPath>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>E:\college class\package\eigen-3.3.9;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<AdditionalDependencies>E:\college class\package\opencv4.5.1\opencv\build\x64\vc15\lib\opencv_world451d.lib;E:\college class\package\opencv4.5.1\opencv\build\x64\vc15\lib\opencv_world451.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>