forked from bruderstein/PythonScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPythonSettings.props
More file actions
30 lines (30 loc) · 1.09 KB
/
PythonSettings.props
File metadata and controls
30 lines (30 loc) · 1.09 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
<?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">
<BoostBase>E:\libs\boost_1_55_0</BoostBase>
<PythonBase>l:\code\cpython</PythonBase>
<PythonLibPath>$(PythonBase)\PCbuild</PythonLibPath>
<BoostPythonLibPath>$(BoostBase)\stage\lib</BoostPythonLibPath>
<HtmlHelpBase>C:\Program Files (x86)\HTML Help Workshop</HtmlHelpBase>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="BoostBase">
<Value>$(BoostBase)</Value>
</BuildMacro>
<BuildMacro Include="PythonBase">
<Value>$(PythonBase)</Value>
</BuildMacro>
<BuildMacro Include="PythonLibPath">
<Value>$(PythonLibPath)</Value>
</BuildMacro>
<BuildMacro Include="BoostPythonLibPath">
<Value>$(BoostPythonLibPath)</Value>
</BuildMacro>
<BuildMacro Include="HtmlHelpBase">
<Value>$(HtmlHelpBase)</Value>
</BuildMacro>
</ItemGroup>
</Project>