blob: 55182b0c6fd7dae6b1d81ef15dbd41a43d1e85cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="$(MhdRoot)doc\examples\simplepost.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="libmicrohttpd.vcxproj">
<Project>{9cfb0342-a9e7-483e-bee5-a1de22584c5a}</Project>
</ProjectReference>
</ItemGroup>
</Project>
|