| 1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 <ItemGroup Label="ProjectConfigurations"> |
3 <ItemGroup Label="ProjectConfigurations"> |
| |
4 <ProjectConfiguration Include="Debug|ARM"> |
| |
5 <Configuration>Debug</Configuration> |
| |
6 <Platform>ARM</Platform> |
| |
7 </ProjectConfiguration> |
| 4 <ProjectConfiguration Include="Debug|Win32"> |
8 <ProjectConfiguration Include="Debug|Win32"> |
| 5 <Configuration>Debug</Configuration> |
9 <Configuration>Debug</Configuration> |
| 6 <Platform>Win32</Platform> |
10 <Platform>Win32</Platform> |
| |
11 </ProjectConfiguration> |
| |
12 <ProjectConfiguration Include="Release|ARM"> |
| |
13 <Configuration>Release</Configuration> |
| |
14 <Platform>ARM</Platform> |
| 7 </ProjectConfiguration> |
15 </ProjectConfiguration> |
| 8 <ProjectConfiguration Include="Release|Win32"> |
16 <ProjectConfiguration Include="Release|Win32"> |
| 9 <Configuration>Release</Configuration> |
17 <Configuration>Release</Configuration> |
| 10 <Platform>Win32</Platform> |
18 <Platform>Win32</Platform> |
| 11 </ProjectConfiguration> |
19 </ProjectConfiguration> |
| 43 <ConfigurationType>StaticLibrary</ConfigurationType> |
51 <ConfigurationType>StaticLibrary</ConfigurationType> |
| 44 <UseDebugLibraries>true</UseDebugLibraries> |
52 <UseDebugLibraries>true</UseDebugLibraries> |
| 45 <PlatformToolset>v143</PlatformToolset> |
53 <PlatformToolset>v143</PlatformToolset> |
| 46 <CharacterSet>Unicode</CharacterSet> |
54 <CharacterSet>Unicode</CharacterSet> |
| 47 </PropertyGroup> |
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> |
| 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
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"> |
| 49 <ConfigurationType>Application</ConfigurationType> |
70 <ConfigurationType>Application</ConfigurationType> |
| 50 <UseDebugLibraries>false</UseDebugLibraries> |
71 <UseDebugLibraries>false</UseDebugLibraries> |
| 51 <PlatformToolset>v143</PlatformToolset> |
72 <PlatformToolset>v143</PlatformToolset> |
| 52 <WholeProgramOptimization>true</WholeProgramOptimization> |
73 <WholeProgramOptimization>true</WholeProgramOptimization> |
| 53 <CharacterSet>Unicode</CharacterSet> |
74 <CharacterSet>Unicode</CharacterSet> |
| 64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
85 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 65 </ImportGroup> |
86 </ImportGroup> |
| 66 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
87 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
88 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 68 </ImportGroup> |
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> |
| 69 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
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"> |
| 70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
97 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 71 </ImportGroup> |
98 </ImportGroup> |
| 72 <PropertyGroup Label="UserMacros" /> |
99 <PropertyGroup Label="UserMacros" /> |
| 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 74 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
101 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
| 75 <IntDir>..\..\..\build\vs\davcommon\$(Platform)\$(Configuration)\</IntDir> |
102 <IntDir>..\..\..\build\vs\davcommon\$(Platform)\$(Configuration)\</IntDir> |
| 76 </PropertyGroup> |
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> |
| 77 <PropertyGroup Label="Vcpkg"> |
112 <PropertyGroup Label="Vcpkg"> |
| 78 <VcpkgEnableManifest>true</VcpkgEnableManifest> |
113 <VcpkgEnableManifest>true</VcpkgEnableManifest> |
| 79 </PropertyGroup> |
114 </PropertyGroup> |
| 80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 81 <ClCompile> |
116 <ClCompile> |
| 119 <Link> |
154 <Link> |
| 120 <SubSystem>Console</SubSystem> |
155 <SubSystem>Console</SubSystem> |
| 121 <GenerateDebugInformation>true</GenerateDebugInformation> |
156 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 122 </Link> |
157 </Link> |
| 123 </ItemDefinitionGroup> |
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> |
| 124 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
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'"> |
| 125 <ClCompile> |
194 <ClCompile> |
| 126 <WarningLevel>Level3</WarningLevel> |
195 <WarningLevel>Level3</WarningLevel> |
| 127 <FunctionLevelLinking>true</FunctionLevelLinking> |
196 <FunctionLevelLinking>true</FunctionLevelLinking> |
| 128 <IntrinsicFunctions>true</IntrinsicFunctions> |
197 <IntrinsicFunctions>true</IntrinsicFunctions> |
| 129 <SDLCheck>true</SDLCheck> |
198 <SDLCheck>true</SDLCheck> |