mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
10 lines
386 B
XML
10 lines
386 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="UserMacros">
|
|
<MhdRoot>$(SolutionDir)..\..\</MhdRoot>
|
|
<MhdSrc>$(SolutionDir)..\..\src\</MhdSrc>
|
|
<MhdW32Dir>$(SolutionDir)..\</MhdW32Dir>
|
|
<MhdW32Common>$(MhdW32Dir)common\</MhdW32Common>
|
|
</PropertyGroup>
|
|
</Project>
|