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>16.0</VCProjectVersion> 31 <Keyword>Win32Proj</Keyword> 32 <ProjectGuid>{27da0164-3475-43e2-a1a4-a5d07d305749}</ProjectGuid> 33 <RootNamespace>ucx</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\ucx\$(Platform)\$(Configuration)\</IntDir> 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> 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;%(PreprocessorDefinitions)</PreprocessorDefinitions> 145 <ConformanceMode>true</ConformanceMode> 146 <LanguageStandard_C>stdc17</LanguageStandard_C> 147 <AdditionalOptions> 148 </AdditionalOptions> 149 </ClCompile> 150 <Link> 151 <SubSystem>Console</SubSystem> 152 <GenerateDebugInformation>true</GenerateDebugInformation> 153 </Link> 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> 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'"> 188 <ClCompile> 189 <WarningLevel>Level3</WarningLevel> 190 <FunctionLevelLinking>true</FunctionLevelLinking> 191 <IntrinsicFunctions>true</IntrinsicFunctions> 192 <SDLCheck>true</SDLCheck> 193 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 194 <ConformanceMode>true</ConformanceMode> 195 </ClCompile> 196 <Link> 197 <SubSystem>Console</SubSystem> 198 <EnableCOMDATFolding>true</EnableCOMDATFolding> 199 <OptimizeReferences>true</OptimizeReferences> 200 <GenerateDebugInformation>true</GenerateDebugInformation> 201 </Link> 202 </ItemDefinitionGroup> 203 <ItemGroup> 204 <ClCompile Include="..\..\..\ucx\allocator.c" /> 205 <ClCompile Include="..\..\..\ucx\array_list.c" /> 206 <ClCompile Include="..\..\..\ucx\buffer.c" /> 207 <ClCompile Include="..\..\..\ucx\compare.c" /> 208 <ClCompile Include="..\..\..\ucx\hash_key.c" /> 209 <ClCompile Include="..\..\..\ucx\hash_map.c" /> 210 <ClCompile Include="..\..\..\ucx\iterator.c" /> 211 <ClCompile Include="..\..\..\ucx\json.c" /> 212 <ClCompile Include="..\..\..\ucx\linked_list.c" /> 213 <ClCompile Include="..\..\..\ucx\list.c" /> 214 <ClCompile Include="..\..\..\ucx\map.c" /> 215 <ClCompile Include="..\..\..\ucx\mempool.c" /> 216 <ClCompile Include="..\..\..\ucx\printf.c" /> 217 <ClCompile Include="..\..\..\ucx\properties.c" /> 218 <ClCompile Include="..\..\..\ucx\streams.c" /> 219 <ClCompile Include="..\..\..\ucx\string.c" /> 220 <ClCompile Include="..\..\..\ucx\szmul.c" /> 221 <ClCompile Include="..\..\..\ucx\tree.c" /> 222 </ItemGroup> 223 <ItemGroup> 224 <ClInclude Include="..\..\..\ucx\cx\allocator.h" /> 225 <ClInclude Include="..\..\..\ucx\cx\array_list.h" /> 226 <ClInclude Include="..\..\..\ucx\cx\buffer.h" /> 227 <ClInclude Include="..\..\..\ucx\cx\collection.h" /> 228 <ClInclude Include="..\..\..\ucx\cx\common.h" /> 229 <ClInclude Include="..\..\..\ucx\cx\compare.h" /> 230 <ClInclude Include="..\..\..\ucx\cx\hash_key.h" /> 231 <ClInclude Include="..\..\..\ucx\cx\hash_map.h" /> 232 <ClInclude Include="..\..\..\ucx\cx\iterator.h" /> 233 <ClInclude Include="..\..\..\ucx\cx\json.h" /> 234 <ClInclude Include="..\..\..\ucx\cx\linked_list.h" /> 235 <ClInclude Include="..\..\..\ucx\cx\list.h" /> 236 <ClInclude Include="..\..\..\ucx\cx\map.h" /> 237 <ClInclude Include="..\..\..\ucx\cx\mempool.h" /> 238 <ClInclude Include="..\..\..\ucx\cx\printf.h" /> 239 <ClInclude Include="..\..\..\ucx\cx\properties.h" /> 240 <ClInclude Include="..\..\..\ucx\cx\streams.h" /> 241 <ClInclude Include="..\..\..\ucx\cx\string.h" /> 242 <ClInclude Include="..\..\..\ucx\cx\test.h" /> 243 <ClInclude Include="..\..\..\ucx\cx\tree.h" /> 244 <ClInclude Include="..\..\..\ucx\cx\utils.h" /> 245 </ItemGroup> 246 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 247 <ImportGroup Label="ExtensionTargets"> 248 </ImportGroup> 249 </Project>