aboutsummaryrefslogtreecommitdiff
path: root/w32/common/project-configs-xp.vcxproj
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-05-01 14:37:35 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-05-01 20:41:08 +0300
commit9942b6415c4f1a50dba3306e4fc42cb709e41143 (patch)
treed5b2871c30f613b7fdf50bf6553ce232c014f3dd /w32/common/project-configs-xp.vcxproj
parenta0927194339457819a5bb2afc5e61d3e7baa2acb (diff)
downloadlibmicrohttpd-9942b6415c4f1a50dba3306e4fc42cb709e41143.tar.gz
libmicrohttpd-9942b6415c4f1a50dba3306e4fc42cb709e41143.zip
W32 VS projects: added ARM and ARM64 configurations
Moved project configurations part for project include files
Diffstat (limited to 'w32/common/project-configs-xp.vcxproj')
-rw-r--r--w32/common/project-configs-xp.vcxproj37
1 files changed, 37 insertions, 0 deletions
diff --git a/w32/common/project-configs-xp.vcxproj b/w32/common/project-configs-xp.vcxproj
new file mode 100644
index 00000000..2b3c6ada
--- /dev/null
+++ b/w32/common/project-configs-xp.vcxproj
@@ -0,0 +1,37 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug-dll-xp|Win32">
5 <Configuration>Debug-dll-xp</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug-dll-xp|x64">
9 <Configuration>Debug-dll-xp</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug-static-xp|Win32">
13 <Configuration>Debug-static-xp</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Debug-static-xp|x64">
17 <Configuration>Debug-static-xp</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release-dll-xp|Win32">
21 <Configuration>Release-dll-xp</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release-dll-xp|x64">
25 <Configuration>Release-dll-xp</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Release-static-xp|Win32">
29 <Configuration>Release-static-xp</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release-static-xp|x64">
33 <Configuration>Release-static-xp</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37</Project>