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
38 lines (38 loc) · 1.41 KB
/
PythonSettings.props
File metadata and controls
38 lines (38 loc) · 1.41 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
37
38
<?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></BoostBase>
<BoostPythonLibPath></BoostPythonLibPath>
<PythonBase>$(SolutionDir)packages\pythonx86.3.12.8\tools</PythonBase>
<PythonBaseX64>$(SolutionDir)packages\python.3.12.8\tools</PythonBaseX64>
<PythonLibPath>$(PythonBase)\libs</PythonLibPath>
<PythonLibPathX64>$(PythonBaseX64)\libs</PythonLibPathX64>
<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="PythonBaseX64">
<Value>$(PythonBaseX64)</Value>
</BuildMacro>
<BuildMacro Include="PythonLibPathX64">
<Value>$(PythonLibPathX64)</Value>
</BuildMacro>
<BuildMacro Include="BoostPythonLibPath">
<Value>$(BoostPythonLibPath)</Value>
</BuildMacro>
<BuildMacro Include="HtmlHelpBase">
<Value>$(HtmlHelpBase)</Value>
</BuildMacro>
</ItemGroup>
</Project>