-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOCCT Release Libraries.props
More file actions
36 lines (36 loc) · 1.38 KB
/
OCCT Release Libraries.props
File metadata and controls
36 lines (36 loc) · 1.38 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
25
26
27
28
29
30
31
32
33
34
35
36
<?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">
<OCC_IncludePath>D:\OCC\7.8.0\occt-7.8.0-install\inc</OCC_IncludePath>
<OCC_IncludeTKRelease />
<OCC_LibTKRelease />
<OCC_IncludeTKReleaseWithInfo />
<OCC_LibTKReleaseWithInfo />
<OCC_3rd_Freeimage_IncludePath>D:\OCC\7.8.0\occt-7.8.0-install\win64\vc143\bin</OCC_3rd_Freeimage_IncludePath>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>OCCT Release Libraries</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="OCC_IncludePath">
<Value>$(OCC_IncludePath)</Value>
</BuildMacro>
<BuildMacro Include="OCC_IncludeTKRelease">
<Value>$(OCC_IncludeTKRelease)</Value>
</BuildMacro>
<BuildMacro Include="OCC_LibTKRelease">
<Value>$(OCC_LibTKRelease)</Value>
</BuildMacro>
<BuildMacro Include="OCC_IncludeTKReleaseWithInfo">
<Value>$(OCC_IncludeTKReleaseWithInfo)</Value>
</BuildMacro>
<BuildMacro Include="OCC_LibTKReleaseWithInfo">
<Value>$(OCC_LibTKReleaseWithInfo)</Value>
</BuildMacro>
<BuildMacro Include="OCC_3rd_Freeimage_IncludePath">
<Value>$(OCC_3rd_Freeimage_IncludePath)</Value>
</BuildMacro>
</ItemGroup>
</Project>