| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004 | <?xml version="1.0" encoding="utf-8"?><Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <ItemGroup Label="ProjectConfigurations">    <ProjectConfiguration Include="Debug|Win32">      <Configuration>Debug</Configuration>      <Platform>Win32</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Debug|x64">      <Configuration>Debug</Configuration>      <Platform>x64</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Debug|ARM">      <Configuration>Debug</Configuration>      <Platform>ARM</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Debug|ARM64">      <Configuration>Debug</Configuration>      <Platform>ARM64</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Release|Win32">      <Configuration>Release</Configuration>      <Platform>Win32</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Release|x64">      <Configuration>Release</Configuration>      <Platform>x64</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Release|ARM">      <Configuration>Release</Configuration>      <Platform>ARM</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Release|ARM64">      <Configuration>Release</Configuration>      <Platform>ARM64</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Checked|Win32">      <Configuration>Checked</Configuration>      <Platform>Win32</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Checked|x64">      <Configuration>Checked</Configuration>      <Platform>x64</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Checked|ARM">      <Configuration>Checked</Configuration>      <Platform>ARM</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Checked|ARM64">      <Configuration>Checked</Configuration>      <Platform>ARM64</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="DebugShared|Win32">      <Configuration>DebugShared</Configuration>      <Platform>Win32</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="DebugShared|x64">      <Configuration>DebugShared</Configuration>      <Platform>x64</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="DebugShared|ARM">      <Configuration>DebugShared</Configuration>      <Platform>ARM</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="DebugShared|ARM64">      <Configuration>DebugShared</Configuration>      <Platform>ARM64</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="ReleaseShared|Win32">      <Configuration>ReleaseShared</Configuration>      <Platform>Win32</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="ReleaseShared|x64">      <Configuration>ReleaseShared</Configuration>      <Platform>x64</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="ReleaseShared|ARM">      <Configuration>ReleaseShared</Configuration>      <Platform>ARM</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="ReleaseShared|ARM64">      <Configuration>ReleaseShared</Configuration>      <Platform>ARM64</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="CheckedShared|Win32">      <Configuration>CheckedShared</Configuration>      <Platform>Win32</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="CheckedShared|x64">      <Configuration>CheckedShared</Configuration>      <Platform>x64</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="CheckedShared|ARM">      <Configuration>CheckedShared</Configuration>      <Platform>ARM</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="CheckedShared|ARM64">      <Configuration>CheckedShared</Configuration>      <Platform>ARM64</Platform>    </ProjectConfiguration>  </ItemGroup>  <PropertyGroup Label="Globals">    <ProjectGuid>{E88C4285-EFB1-4226-BCAC-E904BA792A48}</ProjectGuid>    <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>    <Keyword>Win32Proj</Keyword>    <RootNamespace>minimp3</RootNamespace>    <PreferredToolArchitecture>x64</PreferredToolArchitecture>    <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>  </PropertyGroup>  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>true</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>true</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>true</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>true</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>true</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>true</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>true</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>true</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>ClangCL</PlatformToolset>    <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>  </PropertyGroup>  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />  <ImportGroup Label="ExtensionSettings">  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  </ImportGroup>  <PropertyGroup Label="UserMacros" />  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">    <OutDir>..\..\lib\vs2022win10clang\x86\Debug\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86\Debug\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">    <OutDir>..\..\lib\vs2022win10clang\x86_64\Debug\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86_64\Debug\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">    <OutDir>..\..\lib\vs2022win10clang\arm\Debug\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm\Debug\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">    <OutDir>..\..\lib\vs2022win10clang\arm64\Debug\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm64\Debug\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">    <OutDir>..\..\lib\vs2022win10clang\x86\Release\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86\Release\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">    <OutDir>..\..\lib\vs2022win10clang\x86_64\Release\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86_64\Release\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">    <OutDir>..\..\lib\vs2022win10clang\arm\Release\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm\Release\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">    <OutDir>..\..\lib\vs2022win10clang\arm64\Release\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm64\Release\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">    <OutDir>..\..\lib\vs2022win10clang\x86\Checked\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86\Checked\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">    <OutDir>..\..\lib\vs2022win10clang\x86_64\Checked\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86_64\Checked\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">    <OutDir>..\..\lib\vs2022win10clang\arm\Checked\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm\Checked\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">    <OutDir>..\..\lib\vs2022win10clang\arm64\Checked\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm64\Checked\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.lib</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">    <LinkIncremental>true</LinkIncremental>    <OutDir>..\..\..\bin\debug\vs2022-win10clang-shared\x86\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86\DebugShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">    <LinkIncremental>true</LinkIncremental>    <OutDir>..\..\..\bin\debug\vs2022-win10clang-shared\amd64\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86_64\DebugShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">    <LinkIncremental>true</LinkIncremental>    <OutDir>..\..\..\bin\debug\vs2022-win10clang-shared\arm\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm\DebugShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">    <LinkIncremental>true</LinkIncremental>    <OutDir>..\..\..\bin\debug\vs2022-win10clang-shared\arm64\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm64\DebugShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">    <LinkIncremental>false</LinkIncremental>    <OutDir>..\..\..\bin\release\vs2022-win10clang-shared\x86\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86\ReleaseShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">    <LinkIncremental>false</LinkIncremental>    <OutDir>..\..\..\bin\release\vs2022-win10clang-shared\amd64\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86_64\ReleaseShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">    <LinkIncremental>false</LinkIncremental>    <OutDir>..\..\..\bin\release\vs2022-win10clang-shared\arm\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm\ReleaseShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">    <LinkIncremental>false</LinkIncremental>    <OutDir>..\..\..\bin\release\vs2022-win10clang-shared\arm64\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm64\ReleaseShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">    <LinkIncremental>false</LinkIncremental>    <OutDir>..\..\..\bin\checked\vs2022-win10clang-shared\x86\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86\CheckedShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">    <LinkIncremental>false</LinkIncremental>    <OutDir>..\..\..\bin\checked\vs2022-win10clang-shared\amd64\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\x86_64\CheckedShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">    <LinkIncremental>false</LinkIncremental>    <OutDir>..\..\..\bin\checked\vs2022-win10clang-shared\arm\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm\CheckedShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">    <LinkIncremental>false</LinkIncremental>    <OutDir>..\..\..\bin\checked\vs2022-win10clang-shared\arm64\</OutDir>    <IntDir>..\..\obj\vs2022win10clang\minimp3\arm64\CheckedShared\</IntDir>    <TargetName>openmpt-minimp3</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>      <Optimization>Disabled</Optimization>      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <FullProgramDatabaseFile>true</FullProgramDatabaseFile>      <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>      <Optimization>Disabled</Optimization>      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <FullProgramDatabaseFile>true</FullProgramDatabaseFile>      <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Disabled</Optimization>      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Disabled</Optimization>      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>MaxSpeed</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>MaxSpeed</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>MaxSpeed</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>MaxSpeed</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Full</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <OmitFramePointers>false</OmitFramePointers>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Full</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <OmitFramePointers>false</OmitFramePointers>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Full</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <OmitFramePointers>false</OmitFramePointers>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Full</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <OmitFramePointers>false</OmitFramePointers>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>      <Optimization>Disabled</Optimization>      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <ImportLibrary>..\..\..\bin\debug\vs2022-win10clang-shared\x86\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>      <Optimization>Disabled</Optimization>      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <ImportLibrary>..\..\..\bin\debug\vs2022-win10clang-shared\amd64\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Disabled</Optimization>      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <ImportLibrary>..\..\..\bin\debug\vs2022-win10clang-shared\arm\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Disabled</Optimization>      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <ImportLibrary>..\..\..\bin\debug\vs2022-win10clang-shared\arm64\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>MaxSpeed</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>      <ImportLibrary>..\..\..\bin\release\vs2022-win10clang-shared\x86\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>MaxSpeed</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>      <ImportLibrary>..\..\..\bin\release\vs2022-win10clang-shared\amd64\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>MaxSpeed</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>      <ImportLibrary>..\..\..\bin\release\vs2022-win10clang-shared\arm\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>MaxSpeed</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>      <ImportLibrary>..\..\..\bin\release\vs2022-win10clang-shared\arm64\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Full</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <OmitFramePointers>false</OmitFramePointers>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>      <ImportLibrary>..\..\..\bin\checked\vs2022-win10clang-shared\x86\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Full</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <OmitFramePointers>false</OmitFramePointers>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>      <ImportLibrary>..\..\..\bin\checked\vs2022-win10clang-shared\amd64\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Full</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <OmitFramePointers>false</OmitFramePointers>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>      <ImportLibrary>..\..\..\bin\checked\vs2022-win10clang-shared\arm\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level3</WarningLevel>      <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>Full</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <OmitFramePointers>false</OmitFramePointers>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>      <ConformanceMode>true</ConformanceMode>    </ClCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>      <ImportLibrary>..\..\..\bin\checked\vs2022-win10clang-shared\arm64\openmpt-minimp3.lib</ImportLibrary>      <ModuleDefinitionFile>../../premake/def/ext-minimp3.def</ModuleDefinitionFile>    </Link>  </ItemDefinitionGroup>  <ItemGroup>    <ClInclude Include="..\..\..\include\minimp3\minimp3.h" />  </ItemGroup>  <ItemGroup>    <ClCompile Include="..\..\..\include\minimp3\minimp3.c" />  </ItemGroup>  <ItemGroup>    <None Include="..\..\premake\def\ext-minimp3.def" />  </ItemGroup>  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />  <ImportGroup Label="ExtensionTargets">  </ImportGroup></Project>
 |