forked from fxliang/weasel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
weasel.props.template
26 lines (26 loc) · 1.03 KB
/
weasel.props.template
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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
<BOOST_ROOT>$BOOST_ROOT</BOOST_ROOT>
<PLATFORM_TOOLSET>$PLATFORM_TOOLSET</PLATFORM_TOOLSET>
<PYTHON_HOME>C:\Python27</PYTHON_HOME>
</PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
<_PropertySheetDisplayName>Weasel Project Properties</_PropertySheetDisplayName>
</PropertyGroup>
<ItemGroup>
<BuildMacro Include="BOOST_ROOT">
<Value>$(BOOST_ROOT)</Value>
<EnvironmentVariable>true</EnvironmentVariable>
</BuildMacro>
<BuildMacro Include="PLATFORM_TOOLSET">
<Value>$(PLATFORM_TOOLSET)</Value>
<EnvironmentVariable>true</EnvironmentVariable>
</BuildMacro>
<BuildMacro Include="PYTHON_HOME">
<Value>$(PYTHON_HOME)</Value>
<EnvironmentVariable>true</EnvironmentVariable>
</BuildMacro>
</ItemGroup>
</Project>