forked from NewChromantics/SoyLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSoyApp_Windows.props
24 lines (24 loc) · 1.53 KB
/
SoyApp_Windows.props
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" />
<PropertyGroup>
<ExecutablePath>D:\gstreamer-sdk\0.10\x86\bin;$(ExecutablePath)</ExecutablePath>
<IncludePath>$(SOY_PATH)/src;$(AMDAPPSDKROOT)\include;$(IncludePath)</IncludePath>
<ReferencePath>D:\gstreamer-sdk\0.10\x86\bin;$(VCInstallDir)atlmfc\lib;$(VCInstallDir)lib</ReferencePath>
<LibraryPath>$(SOY_PATH)\soylib.visualstudio\Bin\$(Platform);$(AMDAPPSDKROOT)\lib\x86;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src;..\..\..\addons\ofxUI\src;..\..\..\addons\ofxSoylent\src;..\..\..\addons\ofxNetwork\src;..\..\..\addons\ofxOpencv\src;../../../addons/ofxOpenCv/libs/opencv/include;../../../addons/ofxOpenCv/libs/opencv/include/opencv;..\..\..\addons\ofxMSAOpenCL\ofxMSAOpenCL\src;..\..\..\addons\ofxKinect\src;..\..\..\addons\ofxKinect\libs\libfreenect;D:\ofxKinectNui\src;D:\ofxKinectNui\src\kinect\nui</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<AdditionalDependencies>soylib.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Lib>
<AdditionalDependencies>soylib.lib;poptrack.lib</AdditionalDependencies>
</Lib>
</ItemDefinitionGroup>
<ItemGroup />
</Project>