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
22 lines (22 loc) · 893 Bytes
/
PythonSettings.props
File metadata and controls
22 lines (22 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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">
<PythonBase>E:\work\Python-2.7</PythonBase>
<PythonLibPath>$(PythonBase)\PCbuild</PythonLibPath>
<BoostPythonLibPath>E:\libs\boost\bin.v2\libs\python\build\msvc-10.0\$(Configuration)\link-static\runtime-link-static\threading-multi</BoostPythonLibPath>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="PythonBase">
<Value>$(PythonBase)</Value>
</BuildMacro>
<BuildMacro Include="PythonLibPath">
<Value>$(PythonLibPath)</Value>
</BuildMacro>
<BuildMacro Include="BoostPythonLibPath">
<Value>$(BoostPythonLibPath)</Value>
</BuildMacro>
</ItemGroup>
</Project>