1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|ARM">
5 <Configuration>Debug</Configuration>
6 <Platform>ARM</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|ARM">
13 <Configuration>Release</Configuration>
14 <Platform>ARM</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|Win32">
17 <Configuration>Release</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Debug|x64">
21 <Configuration>Debug</Configuration>
22 <Platform>x64</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|x64">
25 <Configuration>Release</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
28 </ItemGroup>
29 <PropertyGroup Label="Globals">
30 <VCProjectVersion>17.0</VCProjectVersion>
31 <Keyword>Win32Proj</Keyword>
32 <ProjectGuid>{adeb8e4d-9bd9-4be9-8ab8-3e2ddceaafc4}</ProjectGuid>
33 <RootNamespace>dav</RootNamespace>
34 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
35 </PropertyGroup>
36 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
38 <ConfigurationType>Application</ConfigurationType>
39 <UseDebugLibraries>true</UseDebugLibraries>
40 <PlatformToolset>v143</PlatformToolset>
41 <CharacterSet>Unicode</CharacterSet>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseDebugLibraries>false</UseDebugLibraries>
46 <PlatformToolset>v143</PlatformToolset>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
51 <ConfigurationType>Application</ConfigurationType>
52 <UseDebugLibraries>true</UseDebugLibraries>
53 <PlatformToolset>v143</PlatformToolset>
54 <CharacterSet>Unicode</CharacterSet>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
57 <ConfigurationType>Application</ConfigurationType>
58 <UseDebugLibraries>true</UseDebugLibraries>
59 <PlatformToolset>v143</PlatformToolset>
60 <CharacterSet>Unicode</CharacterSet>
61 </PropertyGroup>
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
63 <ConfigurationType>Application</ConfigurationType>
64 <UseDebugLibraries>false</UseDebugLibraries>
65 <PlatformToolset>v143</PlatformToolset>
66 <WholeProgramOptimization>true</WholeProgramOptimization>
67 <CharacterSet>Unicode</CharacterSet>
68 </PropertyGroup>
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
70 <ConfigurationType>Application</ConfigurationType>
71 <UseDebugLibraries>false</UseDebugLibraries>
72 <PlatformToolset>v143</PlatformToolset>
73 <WholeProgramOptimization>true</WholeProgramOptimization>
74 <CharacterSet>Unicode</CharacterSet>
75 </PropertyGroup>
76 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
77 <ImportGroup Label="ExtensionSettings">
78 </ImportGroup>
79 <ImportGroup Label="Shared">
80 </ImportGroup>
81 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
83 </ImportGroup>
84 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
86 </ImportGroup>
87 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
88 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89 </ImportGroup>
90 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
91 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
92 </ImportGroup>
93 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
94 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
95 </ImportGroup>
96 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
97 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
98 </ImportGroup>
99 <PropertyGroup Label="UserMacros" />
100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir>
102 <IntDir>..\..\..\build\vs\dav\$(Platform)\$(Configuration)\</IntDir>
103 </PropertyGroup>
104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
105 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir>
106 <IntDir>..\..\..\build\vs\dav\$(Platform)\$(Configuration)\</IntDir>
107 </PropertyGroup>
108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
109 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir>
110 <IntDir>..\..\..\build\vs\dav\$(Platform)\$(Configuration)\</IntDir>
111 </PropertyGroup>
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
113 <ClCompile>
114 <WarningLevel>Level3</WarningLevel>
115 <SDLCheck>true</SDLCheck>
116 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117 <ConformanceMode>true</ConformanceMode>
118 </ClCompile>
119 <Link>
120 <SubSystem>Console</SubSystem>
121 <GenerateDebugInformation>true</GenerateDebugInformation>
122 </Link>
123 </ItemDefinitionGroup>
124 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
125 <ClCompile>
126 <WarningLevel>Level3</WarningLevel>
127 <FunctionLevelLinking>true</FunctionLevelLinking>
128 <IntrinsicFunctions>true</IntrinsicFunctions>
129 <SDLCheck>true</SDLCheck>
130 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131 <ConformanceMode>true</ConformanceMode>
132 </ClCompile>
133 <Link>
134 <SubSystem>Console</SubSystem>
135 <EnableCOMDATFolding>true</EnableCOMDATFolding>
136 <OptimizeReferences>true</OptimizeReferences>
137 <GenerateDebugInformation>true</GenerateDebugInformation>
138 </Link>
139 </ItemDefinitionGroup>
140 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
141 <ClCompile>
142 <WarningLevel>Level3</WarningLevel>
143 <SDLCheck>false</SDLCheck>
144 <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
145 <ConformanceMode>true</ConformanceMode>
146 <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
147 <LanguageStandard_C>stdc17</LanguageStandard_C>
148 <AdditionalOptions>
149 </AdditionalOptions>
150 </ClCompile>
151 <Link>
152 <SubSystem>Console</SubSystem>
153 <GenerateDebugInformation>true</GenerateDebugInformation>
154 <AdditionalLibraryDirectories>..\vcpkg_installed\x64-windows\x64-windows\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
155 <AdditionalDependencies>charset.lib;iconv.lib;libcurl.lib;libxml2.lib;zlib.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
156 </Link>
157 </ItemDefinitionGroup>
158 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
159 <ClCompile>
160 <WarningLevel>Level3</WarningLevel>
161 <SDLCheck>false</SDLCheck>
162 <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
163 <ConformanceMode>true</ConformanceMode>
164 <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
165 <LanguageStandard_C>stdc17</LanguageStandard_C>
166 <AdditionalOptions>
167 </AdditionalOptions>
168 </ClCompile>
169 <Link>
170 <SubSystem>Console</SubSystem>
171 <GenerateDebugInformation>true</GenerateDebugInformation>
172 <AdditionalLibraryDirectories>..\vcpkg_installed\x64-windows\x64-windows\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
173 <AdditionalDependencies>charset.lib;iconv.lib;libcurl.lib;libxml2.lib;zlib.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
174 </Link>
175 </ItemDefinitionGroup>
176 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
177 <ClCompile>
178 <WarningLevel>Level3</WarningLevel>
179 <FunctionLevelLinking>true</FunctionLevelLinking>
180 <IntrinsicFunctions>true</IntrinsicFunctions>
181 <SDLCheck>false</SDLCheck>
182 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
183 <ConformanceMode>true</ConformanceMode>
184 <LanguageStandard_C>stdc17</LanguageStandard_C>
185 <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
186 </ClCompile>
187 <Link>
188 <SubSystem>Console</SubSystem>
189 <EnableCOMDATFolding>true</EnableCOMDATFolding>
190 <OptimizeReferences>true</OptimizeReferences>
191 <GenerateDebugInformation>true</GenerateDebugInformation>
192 <AdditionalLibraryDirectories>..\vcpkg_installed\x64-windows\x64-windows\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
193 <AdditionalDependencies>charset.lib;iconv.lib;libcurl.lib;libxml2.lib;zlib.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
194 </Link>
195 </ItemDefinitionGroup>
196 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
197 <ClCompile>
198 <WarningLevel>Level3</WarningLevel>
199 <FunctionLevelLinking>true</FunctionLevelLinking>
200 <IntrinsicFunctions>true</IntrinsicFunctions>
201 <SDLCheck>true</SDLCheck>
202 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203 <ConformanceMode>true</ConformanceMode>
204 </ClCompile>
205 <Link>
206 <SubSystem>Console</SubSystem>
207 <EnableCOMDATFolding>true</EnableCOMDATFolding>
208 <OptimizeReferences>true</OptimizeReferences>
209 <GenerateDebugInformation>true</GenerateDebugInformation>
210 </Link>
211 </ItemDefinitionGroup>
212 <ItemGroup>
213 <ProjectReference Include="..\davcommon\davcommon.vcxproj">
214 <Project>{ca31756c-8ac2-4fdb-9513-c013c89cb628}</Project>
215 </ProjectReference>
216 <ProjectReference Include="..\libidav\libidav.vcxproj">
217 <Project>{c29c0378-6548-48e8-9426-31922515212a}</Project>
218 </ProjectReference>
219 <ProjectReference Include="..\ucx\ucx.vcxproj">
220 <Project>{27da0164-3475-43e2-a1a4-a5d07d305749}</Project>
221 </ProjectReference>
222 </ItemGroup>
223 <ItemGroup>
224 <ClCompile Include="..\..\..\dav\main.c" />
225 <ClCompile Include="..\..\..\dav\optparser.c" />
226 </ItemGroup>
227 <ItemGroup>
228 <ClInclude Include="..\..\..\dav\config.h" />
229 <ClInclude Include="..\..\..\dav\main.h" />
230 <ClInclude Include="..\..\..\dav\optparser.h" />
231 </ItemGroup>
232 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
233 <ImportGroup Label="ExtensionTargets">
234 </ImportGroup>
235 </Project>