-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPropertySheet_Release.props
15 lines (15 loc) · 1.24 KB
/
PropertySheet_Release.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>C:\Users\MEIP-users\Documents\Ceres\include;C:\Users\MEIP-users\Documents\gflags\include;C:\Users\MEIP-users\Documents\glog\include;C:\Users\MEIP-users\Downloads\ceres\eigen;C:\Users\MEIP-users\Downloads\opencv\include;C:\Program Files %28x86%29\Intel RealSense SDK 2.0\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\Users\MEIP-users\Documents\Ceres\lib;C:\Users\MEIP-users\Documents\glog\lib;C:\Users\MEIP-users\Documents\gflags\lib;C:\Program Files %28x86%29\Intel RealSense SDK 2.0\lib\x64;C:\Users\MEIP-users\Downloads\opencv\lib;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>ceres.lib;gflags_static.lib;gflags_nothreads_static.lib;glog.lib;shlwapi.lib;realsense2.lib;opencv_world401.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>