Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ImportGroup Label="PropertySheets" /> |
| 4 | <PropertyGroup Label="UserMacros"> |
| 5 | <BOOST_ROOT>$(THIRD_PARTY)\boost\boost_1_47_0</BOOST_ROOT> |
| 6 | <OPENSSL_ROOT_DIR>$(THIRD_PARTY)\openssl\OpenSSL-Win32</OPENSSL_ROOT_DIR> |
| 7 | <LIBEVENT_ROOT>$(THIRD_PARTY)\libevent-2.0.21-stable</LIBEVENT_ROOT> |
| 8 | </PropertyGroup> |
| 9 | <PropertyGroup /> |
| 10 | <ItemDefinitionGroup /> |
| 11 | <ItemGroup> |
| 12 | <BuildMacro Include="BOOST_ROOT"> |
| 13 | <Value>$(BOOST_ROOT)</Value> |
| 14 | <EnvironmentVariable>true</EnvironmentVariable> |
| 15 | </BuildMacro> |
| 16 | <BuildMacro Include="OPENSSL_ROOT_DIR"> |
| 17 | <Value>$(OPENSSL_ROOT_DIR)</Value> |
| 18 | <EnvironmentVariable>true</EnvironmentVariable> |
| 19 | </BuildMacro> |
| 20 | <BuildMacro Include="LIBEVENT_ROOT"> |
| 21 | <Value>$(LIBEVENT_ROOT)</Value> |
| 22 | <EnvironmentVariable>true</EnvironmentVariable> |
| 23 | </BuildMacro> |
| 24 | </ItemGroup> |
| 25 | </Project> |