-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPathSetting.props
More file actions
24 lines (24 loc) · 1.01 KB
/
PathSetting.props
File metadata and controls
24 lines (24 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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">
<OpenNI_SDK_Path>$(SolutionDir)\..\OpenNI2Dev\</OpenNI_SDK_Path>
<OpenCV_Path>$(SolutionDir)\..\..\OpenCV-2.4.6.0\opencv</OpenCV_Path>
<OpenCV_Libs_Debug>opencv_core246d.lib;opencv_highgui246d.lib;opencv_imgproc246d.lib</OpenCV_Libs_Debug>
<OpenCV_Libs_Release>opencv_core246.lib;opencv_highgui246.lib;opencv_imgproc246.lib</OpenCV_Libs_Release>
</PropertyGroup>
<ItemGroup>
<BuildMacro Include="OpenNI_SDK_Path">
<Value>$(OpenNI_SDK_Path)</Value>
</BuildMacro>
<BuildMacro Include="OpenCV_Path">
<Value>$(OpenCV_Path)</Value>
</BuildMacro>
<BuildMacro Include="OpenCV_Libs_Debug">
<Value>$(OpenCV_Libs_Debug)</Value>
</BuildMacro>
<BuildMacro Include="OpenCV_Libs_Release">
<Value>$(OpenCV_Libs_Release)</Value>
</BuildMacro>
</ItemGroup>
</Project>