UNIXworkcode

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>{ca31756c-8ac2-4fdb-9513-c013c89cb628}</ProjectGuid> 33 <RootNamespace>davcommon</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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\davcommon\$(Platform)\$(Configuration)\</IntDir> 103 </PropertyGroup> 104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 105 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> 106 <IntDir>..\..\..\build\vs\davcommon\$(Platform)\$(Configuration)\</IntDir> 107 </PropertyGroup> 108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 109 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> 110 <IntDir>..\..\..\build\vs\davcommon\$(Platform)\$(Configuration)\</IntDir> 111 </PropertyGroup> 112 <PropertyGroup Label="Vcpkg"> 113 <VcpkgEnableManifest>true</VcpkgEnableManifest> 114 </PropertyGroup> 115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 116 <ClCompile> 117 <WarningLevel>Level3</WarningLevel> 118 <SDLCheck>true</SDLCheck> 119 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 120 <ConformanceMode>true</ConformanceMode> 121 </ClCompile> 122 <Link> 123 <SubSystem>Console</SubSystem> 124 <GenerateDebugInformation>true</GenerateDebugInformation> 125 </Link> 126 </ItemDefinitionGroup> 127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 128 <ClCompile> 129 <WarningLevel>Level3</WarningLevel> 130 <FunctionLevelLinking>true</FunctionLevelLinking> 131 <IntrinsicFunctions>true</IntrinsicFunctions> 132 <SDLCheck>true</SDLCheck> 133 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 134 <ConformanceMode>true</ConformanceMode> 135 </ClCompile> 136 <Link> 137 <SubSystem>Console</SubSystem> 138 <EnableCOMDATFolding>true</EnableCOMDATFolding> 139 <OptimizeReferences>true</OptimizeReferences> 140 <GenerateDebugInformation>true</GenerateDebugInformation> 141 </Link> 142 </ItemDefinitionGroup> 143 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 144 <ClCompile> 145 <WarningLevel>Level3</WarningLevel> 146 <SDLCheck>false</SDLCheck> 147 <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 148 <ConformanceMode>true</ConformanceMode> 149 <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 150 <LanguageStandard_C>stdc17</LanguageStandard_C> 151 <AdditionalOptions> 152 </AdditionalOptions> 153 </ClCompile> 154 <Link> 155 <SubSystem>Console</SubSystem> 156 <GenerateDebugInformation>true</GenerateDebugInformation> 157 </Link> 158 </ItemDefinitionGroup> 159 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 160 <ClCompile> 161 <WarningLevel>Level3</WarningLevel> 162 <SDLCheck>false</SDLCheck> 163 <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 164 <ConformanceMode>true</ConformanceMode> 165 <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 166 <LanguageStandard_C>stdc17</LanguageStandard_C> 167 <AdditionalOptions> 168 </AdditionalOptions> 169 </ClCompile> 170 <Link> 171 <SubSystem>Console</SubSystem> 172 <GenerateDebugInformation>true</GenerateDebugInformation> 173 </Link> 174 </ItemDefinitionGroup> 175 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 176 <ClCompile> 177 <WarningLevel>Level3</WarningLevel> 178 <FunctionLevelLinking>true</FunctionLevelLinking> 179 <IntrinsicFunctions>true</IntrinsicFunctions> 180 <SDLCheck>true</SDLCheck> 181 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 182 <ConformanceMode>true</ConformanceMode> 183 <LanguageStandard_C>stdc17</LanguageStandard_C> 184 <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 185 </ClCompile> 186 <Link> 187 <SubSystem>Console</SubSystem> 188 <EnableCOMDATFolding>true</EnableCOMDATFolding> 189 <OptimizeReferences>true</OptimizeReferences> 190 <GenerateDebugInformation>true</GenerateDebugInformation> 191 </Link> 192 </ItemDefinitionGroup> 193 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 194 <ClCompile> 195 <WarningLevel>Level3</WarningLevel> 196 <FunctionLevelLinking>true</FunctionLevelLinking> 197 <IntrinsicFunctions>true</IntrinsicFunctions> 198 <SDLCheck>true</SDLCheck> 199 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 200 <ConformanceMode>true</ConformanceMode> 201 </ClCompile> 202 <Link> 203 <SubSystem>Console</SubSystem> 204 <EnableCOMDATFolding>true</EnableCOMDATFolding> 205 <OptimizeReferences>true</OptimizeReferences> 206 <GenerateDebugInformation>true</GenerateDebugInformation> 207 </Link> 208 </ItemDefinitionGroup> 209 <ItemGroup> 210 <ClCompile Include="..\..\..\dav\assistant.c" /> 211 <ClCompile Include="..\..\..\dav\config.c" /> 212 <ClCompile Include="..\..\..\dav\connect.c" /> 213 <ClCompile Include="..\..\..\dav\db.c" /> 214 <ClCompile Include="..\..\..\dav\error.c" /> 215 <ClCompile Include="..\..\..\dav\finfo.c" /> 216 <ClCompile Include="..\..\..\dav\libxattr.c" /> 217 <ClCompile Include="..\..\..\dav\system.c" /> 218 <ClCompile Include="..\..\..\dav\tags.c" /> 219 <ClCompile Include="..\..\..\dav\tar.c" /> 220 <ClCompile Include="..\..\..\dav\xattrtool.c" /> 221 </ItemGroup> 222 <ItemGroup> 223 <ClInclude Include="..\..\..\dav\assistant.h" /> 224 <ClInclude Include="..\..\..\dav\config.h" /> 225 <ClInclude Include="..\..\..\dav\connect.h" /> 226 <ClInclude Include="..\..\..\dav\db.h" /> 227 <ClInclude Include="..\..\..\dav\error.h" /> 228 <ClInclude Include="..\..\..\dav\finfo.h" /> 229 <ClInclude Include="..\..\..\dav\libxattr.h" /> 230 <ClInclude Include="..\..\..\dav\sopt.h" /> 231 <ClInclude Include="..\..\..\dav\system.h" /> 232 <ClInclude Include="..\..\..\dav\tags.h" /> 233 <ClInclude Include="..\..\..\dav\tar.h" /> 234 <ClInclude Include="..\..\..\dav\version.h" /> 235 </ItemGroup> 236 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 237 <ImportGroup Label="ExtensionTargets"> 238 </ImportGroup> 239 </Project>