| 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\ucx\$(Platform)\$(Configuration)\</IntDir> |
102 <IntDir>..\..\..\build\vs\ucx\$(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\ucx\$(Platform)\$(Configuration)\</IntDir> |
| |
107 </PropertyGroup> |
| |
108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| |
109 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
| |
110 <IntDir>..\..\..\build\vs\ucx\$(Platform)\$(Configuration)\</IntDir> |
| |
111 </PropertyGroup> |
| 77 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 78 <ClCompile> |
113 <ClCompile> |
| 79 <WarningLevel>Level3</WarningLevel> |
114 <WarningLevel>Level3</WarningLevel> |
| 80 <SDLCheck>true</SDLCheck> |
115 <SDLCheck>true</SDLCheck> |
| 81 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
116 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 115 <Link> |
150 <Link> |
| 116 <SubSystem>Console</SubSystem> |
151 <SubSystem>Console</SubSystem> |
| 117 <GenerateDebugInformation>true</GenerateDebugInformation> |
152 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 118 </Link> |
153 </Link> |
| 119 </ItemDefinitionGroup> |
154 </ItemDefinitionGroup> |
| |
155 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
| |
156 <ClCompile> |
| |
157 <WarningLevel>Level3</WarningLevel> |
| |
158 <SDLCheck>false</SDLCheck> |
| |
159 <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
160 <ConformanceMode>true</ConformanceMode> |
| |
161 <LanguageStandard_C>stdc17</LanguageStandard_C> |
| |
162 <AdditionalOptions> |
| |
163 </AdditionalOptions> |
| |
164 </ClCompile> |
| |
165 <Link> |
| |
166 <SubSystem>Console</SubSystem> |
| |
167 <GenerateDebugInformation>true</GenerateDebugInformation> |
| |
168 </Link> |
| |
169 </ItemDefinitionGroup> |
| 120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
170 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| |
171 <ClCompile> |
| |
172 <WarningLevel>Level3</WarningLevel> |
| |
173 <FunctionLevelLinking>true</FunctionLevelLinking> |
| |
174 <IntrinsicFunctions>true</IntrinsicFunctions> |
| |
175 <SDLCheck>false</SDLCheck> |
| |
176 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
177 <ConformanceMode>true</ConformanceMode> |
| |
178 <LanguageStandard_C>stdc17</LanguageStandard_C> |
| |
179 </ClCompile> |
| |
180 <Link> |
| |
181 <SubSystem>Console</SubSystem> |
| |
182 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| |
183 <OptimizeReferences>true</OptimizeReferences> |
| |
184 <GenerateDebugInformation>true</GenerateDebugInformation> |
| |
185 </Link> |
| |
186 </ItemDefinitionGroup> |
| |
187 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 121 <ClCompile> |
188 <ClCompile> |
| 122 <WarningLevel>Level3</WarningLevel> |
189 <WarningLevel>Level3</WarningLevel> |
| 123 <FunctionLevelLinking>true</FunctionLevelLinking> |
190 <FunctionLevelLinking>true</FunctionLevelLinking> |
| 124 <IntrinsicFunctions>true</IntrinsicFunctions> |
191 <IntrinsicFunctions>true</IntrinsicFunctions> |
| 125 <SDLCheck>true</SDLCheck> |
192 <SDLCheck>true</SDLCheck> |
| 139 <ClCompile Include="..\..\..\ucx\buffer.c" /> |
206 <ClCompile Include="..\..\..\ucx\buffer.c" /> |
| 140 <ClCompile Include="..\..\..\ucx\compare.c" /> |
207 <ClCompile Include="..\..\..\ucx\compare.c" /> |
| 141 <ClCompile Include="..\..\..\ucx\hash_key.c" /> |
208 <ClCompile Include="..\..\..\ucx\hash_key.c" /> |
| 142 <ClCompile Include="..\..\..\ucx\hash_map.c" /> |
209 <ClCompile Include="..\..\..\ucx\hash_map.c" /> |
| 143 <ClCompile Include="..\..\..\ucx\iterator.c" /> |
210 <ClCompile Include="..\..\..\ucx\iterator.c" /> |
| |
211 <ClCompile Include="..\..\..\ucx\json.c" /> |
| 144 <ClCompile Include="..\..\..\ucx\linked_list.c" /> |
212 <ClCompile Include="..\..\..\ucx\linked_list.c" /> |
| 145 <ClCompile Include="..\..\..\ucx\list.c" /> |
213 <ClCompile Include="..\..\..\ucx\list.c" /> |
| 146 <ClCompile Include="..\..\..\ucx\map.c" /> |
214 <ClCompile Include="..\..\..\ucx\map.c" /> |
| 147 <ClCompile Include="..\..\..\ucx\mempool.c" /> |
215 <ClCompile Include="..\..\..\ucx\mempool.c" /> |
| 148 <ClCompile Include="..\..\..\ucx\printf.c" /> |
216 <ClCompile Include="..\..\..\ucx\printf.c" /> |
| |
217 <ClCompile Include="..\..\..\ucx\properties.c" /> |
| |
218 <ClCompile Include="..\..\..\ucx\streams.c" /> |
| 149 <ClCompile Include="..\..\..\ucx\string.c" /> |
219 <ClCompile Include="..\..\..\ucx\string.c" /> |
| |
220 <ClCompile Include="..\..\..\ucx\szmul.c" /> |
| 150 <ClCompile Include="..\..\..\ucx\tree.c" /> |
221 <ClCompile Include="..\..\..\ucx\tree.c" /> |
| 151 <ClCompile Include="..\..\..\ucx\utils.c" /> |
|
| 152 </ItemGroup> |
222 </ItemGroup> |
| 153 <ItemGroup> |
223 <ItemGroup> |
| 154 <ClInclude Include="..\..\..\ucx\cx\allocator.h" /> |
224 <ClInclude Include="..\..\..\ucx\cx\allocator.h" /> |
| 155 <ClInclude Include="..\..\..\ucx\cx\array_list.h" /> |
225 <ClInclude Include="..\..\..\ucx\cx\array_list.h" /> |
| 156 <ClInclude Include="..\..\..\ucx\cx\buffer.h" /> |
226 <ClInclude Include="..\..\..\ucx\cx\buffer.h" /> |
| 158 <ClInclude Include="..\..\..\ucx\cx\common.h" /> |
228 <ClInclude Include="..\..\..\ucx\cx\common.h" /> |
| 159 <ClInclude Include="..\..\..\ucx\cx\compare.h" /> |
229 <ClInclude Include="..\..\..\ucx\cx\compare.h" /> |
| 160 <ClInclude Include="..\..\..\ucx\cx\hash_key.h" /> |
230 <ClInclude Include="..\..\..\ucx\cx\hash_key.h" /> |
| 161 <ClInclude Include="..\..\..\ucx\cx\hash_map.h" /> |
231 <ClInclude Include="..\..\..\ucx\cx\hash_map.h" /> |
| 162 <ClInclude Include="..\..\..\ucx\cx\iterator.h" /> |
232 <ClInclude Include="..\..\..\ucx\cx\iterator.h" /> |
| |
233 <ClInclude Include="..\..\..\ucx\cx\json.h" /> |
| 163 <ClInclude Include="..\..\..\ucx\cx\linked_list.h" /> |
234 <ClInclude Include="..\..\..\ucx\cx\linked_list.h" /> |
| 164 <ClInclude Include="..\..\..\ucx\cx\list.h" /> |
235 <ClInclude Include="..\..\..\ucx\cx\list.h" /> |
| 165 <ClInclude Include="..\..\..\ucx\cx\map.h" /> |
236 <ClInclude Include="..\..\..\ucx\cx\map.h" /> |
| 166 <ClInclude Include="..\..\..\ucx\cx\mempool.h" /> |
237 <ClInclude Include="..\..\..\ucx\cx\mempool.h" /> |
| 167 <ClInclude Include="..\..\..\ucx\cx\printf.h" /> |
238 <ClInclude Include="..\..\..\ucx\cx\printf.h" /> |
| |
239 <ClInclude Include="..\..\..\ucx\cx\properties.h" /> |
| |
240 <ClInclude Include="..\..\..\ucx\cx\streams.h" /> |
| 168 <ClInclude Include="..\..\..\ucx\cx\string.h" /> |
241 <ClInclude Include="..\..\..\ucx\cx\string.h" /> |
| |
242 <ClInclude Include="..\..\..\ucx\cx\test.h" /> |
| 169 <ClInclude Include="..\..\..\ucx\cx\tree.h" /> |
243 <ClInclude Include="..\..\..\ucx\cx\tree.h" /> |
| 170 <ClInclude Include="..\..\..\ucx\cx\utils.h" /> |
244 <ClInclude Include="..\..\..\ucx\cx\utils.h" /> |
| 171 </ItemGroup> |
245 </ItemGroup> |
| 172 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
246 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 173 <ImportGroup Label="ExtensionTargets"> |
247 <ImportGroup Label="ExtensionTargets"> |