|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | + <ProjectConfiguration Include="Debug|ARM"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>ARM</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|ARM64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>ARM64</Platform> |
| 11 | + </ProjectConfiguration> |
4 | 12 | <ProjectConfiguration Include="Debug|Win32">
|
5 | 13 | <Configuration>Debug</Configuration>
|
6 | 14 | <Platform>Win32</Platform>
|
7 | 15 | </ProjectConfiguration>
|
| 16 | + <ProjectConfiguration Include="Release|ARM"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>ARM</Platform> |
| 19 | + </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="Release|ARM64"> |
| 21 | + <Configuration>Release</Configuration> |
| 22 | + <Platform>ARM64</Platform> |
| 23 | + </ProjectConfiguration> |
8 | 24 | <ProjectConfiguration Include="Release|Win32">
|
9 | 25 | <Configuration>Release</Configuration>
|
10 | 26 | <Platform>Win32</Platform>
|
|
45 | 61 | <PlatformToolset>v142</PlatformToolset>
|
46 | 62 | <CharacterSet>Unicode</CharacterSet>
|
47 | 63 | </PropertyGroup>
|
| 64 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
| 65 | + <ConfigurationType>Application</ConfigurationType> |
| 66 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 67 | + <PlatformToolset>v142</PlatformToolset> |
| 68 | + <CharacterSet>Unicode</CharacterSet> |
| 69 | + </PropertyGroup> |
| 70 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 71 | + <ConfigurationType>Application</ConfigurationType> |
| 72 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 73 | + <PlatformToolset>v142</PlatformToolset> |
| 74 | + <CharacterSet>Unicode</CharacterSet> |
| 75 | + </PropertyGroup> |
48 | 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
49 | 77 | <ConfigurationType>Application</ConfigurationType>
|
50 | 78 | <UseDebugLibraries>false</UseDebugLibraries>
|
51 | 79 | <PlatformToolset>v142</PlatformToolset>
|
52 | 80 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
53 | 81 | <CharacterSet>Unicode</CharacterSet>
|
54 | 82 | </PropertyGroup>
|
| 83 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
| 84 | + <ConfigurationType>Application</ConfigurationType> |
| 85 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 86 | + <PlatformToolset>v142</PlatformToolset> |
| 87 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 88 | + <CharacterSet>Unicode</CharacterSet> |
| 89 | + </PropertyGroup> |
| 90 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 91 | + <ConfigurationType>Application</ConfigurationType> |
| 92 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 93 | + <PlatformToolset>v142</PlatformToolset> |
| 94 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 95 | + <CharacterSet>Unicode</CharacterSet> |
| 96 | + </PropertyGroup> |
55 | 97 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
56 | 98 | <ImportGroup Label="ExtensionSettings">
|
57 | 99 | </ImportGroup>
|
|
66 | 108 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
67 | 109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
68 | 110 | </ImportGroup>
|
| 111 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> |
| 112 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 113 | + </ImportGroup> |
| 114 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 115 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 116 | + </ImportGroup> |
69 | 117 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
70 | 118 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
71 | 119 | </ImportGroup>
|
| 120 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> |
| 121 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 122 | + </ImportGroup> |
| 123 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 124 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 125 | + </ImportGroup> |
72 | 126 | <PropertyGroup Label="UserMacros" />
|
73 | 127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
74 | 128 | <LinkIncremental>true</LinkIncremental>
|
|
89 | 143 | <IntDir>.\output\$(Platform)\$(Configuration)\</IntDir>
|
90 | 144 | <TargetName>ahc64</TargetName>
|
91 | 145 | </PropertyGroup>
|
| 146 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
| 147 | + <LinkIncremental>true</LinkIncremental> |
| 148 | + <OutDir>.\output\$(Platform)\$(Configuration)\</OutDir> |
| 149 | + <IntDir>.\output\$(Platform)\$(Configuration)\</IntDir> |
| 150 | + <TargetName>ahc32a</TargetName> |
| 151 | + </PropertyGroup> |
| 152 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 153 | + <LinkIncremental>true</LinkIncremental> |
| 154 | + <OutDir>.\output\$(Platform)\$(Configuration)\</OutDir> |
| 155 | + <IntDir>.\output\$(Platform)\$(Configuration)\</IntDir> |
| 156 | + <TargetName>ahc64a</TargetName> |
| 157 | + </PropertyGroup> |
92 | 158 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
93 | 159 | <OutDir>.\output\$(Platform)\$(Configuration)\</OutDir>
|
94 | 160 | <IntDir>.\output\$(Platform)\$(Configuration)\</IntDir>
|
95 | 161 | <TargetName>ahc64</TargetName>
|
96 | 162 | <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
97 | 163 | </PropertyGroup>
|
| 164 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 165 | + <OutDir>.\output\$(Platform)\$(Configuration)\</OutDir> |
| 166 | + <IntDir>.\output\$(Platform)\$(Configuration)\</IntDir> |
| 167 | + <TargetName>ahc32a</TargetName> |
| 168 | + <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 169 | + </PropertyGroup> |
| 170 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 171 | + <OutDir>.\output\$(Platform)\$(Configuration)\</OutDir> |
| 172 | + <IntDir>.\output\$(Platform)\$(Configuration)\</IntDir> |
| 173 | + <TargetName>ahc64a</TargetName> |
| 174 | + <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 175 | + </PropertyGroup> |
98 | 176 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
99 | 177 | <ClCompile>
|
100 | 178 | <WarningLevel>Level4</WarningLevel>
|
|
157 | 235 | <AdditionalManifestFiles>ahc.manifest</AdditionalManifestFiles>
|
158 | 236 | </Manifest>
|
159 | 237 | </ItemDefinitionGroup>
|
| 238 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
| 239 | + <ClCompile> |
| 240 | + <WarningLevel>Level4</WarningLevel> |
| 241 | + <SDLCheck>true</SDLCheck> |
| 242 | + <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 243 | + <ConformanceMode>true</ConformanceMode> |
| 244 | + </ClCompile> |
| 245 | + <Link> |
| 246 | + <SubSystem>Windows</SubSystem> |
| 247 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 248 | + <EntryPointSymbol> |
| 249 | + </EntryPointSymbol> |
| 250 | + </Link> |
| 251 | + <Manifest> |
| 252 | + <AdditionalManifestFiles>ahc.manifest</AdditionalManifestFiles> |
| 253 | + </Manifest> |
| 254 | + </ItemDefinitionGroup> |
| 255 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 256 | + <ClCompile> |
| 257 | + <WarningLevel>Level4</WarningLevel> |
| 258 | + <SDLCheck>true</SDLCheck> |
| 259 | + <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 260 | + <ConformanceMode>true</ConformanceMode> |
| 261 | + </ClCompile> |
| 262 | + <Link> |
| 263 | + <SubSystem>Windows</SubSystem> |
| 264 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 265 | + <EntryPointSymbol> |
| 266 | + </EntryPointSymbol> |
| 267 | + </Link> |
| 268 | + <Manifest> |
| 269 | + <AdditionalManifestFiles>ahc.manifest</AdditionalManifestFiles> |
| 270 | + </Manifest> |
| 271 | + </ItemDefinitionGroup> |
160 | 272 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
161 | 273 | <ClCompile>
|
162 | 274 | <WarningLevel>Level4</WarningLevel>
|
|
185 | 297 | <AdditionalManifestFiles>ahc.manifest</AdditionalManifestFiles>
|
186 | 298 | </Manifest>
|
187 | 299 | </ItemDefinitionGroup>
|
| 300 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 301 | + <ClCompile> |
| 302 | + <WarningLevel>Level4</WarningLevel> |
| 303 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 304 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 305 | + <SDLCheck>true</SDLCheck> |
| 306 | + <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 307 | + <ConformanceMode>true</ConformanceMode> |
| 308 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 309 | + <Optimization>MinSpace</Optimization> |
| 310 | + <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
| 311 | + <StringPooling>true</StringPooling> |
| 312 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 313 | + <ControlFlowGuard>Guard</ControlFlowGuard> |
| 314 | + </ClCompile> |
| 315 | + <Link> |
| 316 | + <SubSystem>Windows</SubSystem> |
| 317 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 318 | + <OptimizeReferences>true</OptimizeReferences> |
| 319 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
| 320 | + <SetChecksum>true</SetChecksum> |
| 321 | + <EntryPointSymbol> |
| 322 | + </EntryPointSymbol> |
| 323 | + </Link> |
| 324 | + <Manifest> |
| 325 | + <AdditionalManifestFiles>ahc.manifest</AdditionalManifestFiles> |
| 326 | + </Manifest> |
| 327 | + </ItemDefinitionGroup> |
| 328 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 329 | + <ClCompile> |
| 330 | + <WarningLevel>Level4</WarningLevel> |
| 331 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 332 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 333 | + <SDLCheck>true</SDLCheck> |
| 334 | + <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 335 | + <ConformanceMode>true</ConformanceMode> |
| 336 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 337 | + <Optimization>MinSpace</Optimization> |
| 338 | + <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
| 339 | + <StringPooling>true</StringPooling> |
| 340 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 341 | + <ControlFlowGuard>Guard</ControlFlowGuard> |
| 342 | + </ClCompile> |
| 343 | + <Link> |
| 344 | + <SubSystem>Windows</SubSystem> |
| 345 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 346 | + <OptimizeReferences>true</OptimizeReferences> |
| 347 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
| 348 | + <SetChecksum>true</SetChecksum> |
| 349 | + <EntryPointSymbol> |
| 350 | + </EntryPointSymbol> |
| 351 | + </Link> |
| 352 | + <Manifest> |
| 353 | + <AdditionalManifestFiles>ahc.manifest</AdditionalManifestFiles> |
| 354 | + </Manifest> |
| 355 | + </ItemDefinitionGroup> |
188 | 356 | <ItemGroup>
|
189 | 357 | <ClCompile Include="hash.cpp" />
|
190 | 358 | <ClCompile Include="main.cpp" />
|
|
0 commit comments