aboutsummaryrefslogtreecommitdiff
path: root/w32/common/simplepost-files.vcxproj
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-11 14:08:24 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-11 14:08:24 +0000
commitb3a9a6be7f8d4dbbe5b9e52f387a8405c36cdb65 (patch)
treed32e6ea74c6c1576ba2e165dc9b943dbe257ff52 /w32/common/simplepost-files.vcxproj
parent5f5447afa0d9f5e06d51a8fbd0b3fddd8af43be9 (diff)
downloadlibmicrohttpd-b3a9a6be7f8d4dbbe5b9e52f387a8405c36cdb65.tar.gz
libmicrohttpd-b3a9a6be7f8d4dbbe5b9e52f387a8405c36cdb65.zip
VS projects: added simplepost.c example
Diffstat (limited to 'w32/common/simplepost-files.vcxproj')
-rw-r--r--w32/common/simplepost-files.vcxproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/w32/common/simplepost-files.vcxproj b/w32/common/simplepost-files.vcxproj
new file mode 100644
index 00000000..55182b0c
--- /dev/null
+++ b/w32/common/simplepost-files.vcxproj
@@ -0,0 +1,11 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup>
4 <ClCompile Include="$(MhdRoot)doc\examples\simplepost.c" />
5 </ItemGroup>
6 <ItemGroup>
7 <ProjectReference Include="libmicrohttpd.vcxproj">
8 <Project>{9cfb0342-a9e7-483e-bee5-a1de22584c5a}</Project>
9 </ProjectReference>
10 </ItemGroup>
11</Project>