| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 | <?xml version="1.0" encoding="utf-8"?><Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <ItemGroup Label="ProjectConfigurations">    <ProjectConfiguration Include="Debug|Win32">      <Configuration>Debug</Configuration>      <Platform>Win32</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Release|Win32">      <Configuration>Release</Configuration>      <Platform>Win32</Platform>    </ProjectConfiguration>    <ProjectConfiguration Include="Checked|Win32">      <Configuration>Checked</Configuration>      <Platform>Win32</Platform>    </ProjectConfiguration>  </ItemGroup>  <PropertyGroup Label="Globals">    <ProjectGuid>{D75AEB78-5537-49BD-9085-F92DEEFA84E8}</ProjectGuid>    <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>    <Keyword>Win32Proj</Keyword>    <RootNamespace>in_openmpt</RootNamespace>    <PreferredToolArchitecture>x64</PreferredToolArchitecture>    <LatestTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</LatestTargetPlatformVersion>    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>  </PropertyGroup>  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>true</UseDebugLibraries>    <UseOfMfc>Static</UseOfMfc>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>v141</PlatformToolset>    <SpectreMitigation>Spectre</SpectreMitigation>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <UseOfMfc>Static</UseOfMfc>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>v141</PlatformToolset>    <WholeProgramOptimization>true</WholeProgramOptimization>    <SpectreMitigation>Spectre</SpectreMitigation>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">    <ConfigurationType>DynamicLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <UseOfMfc>Static</UseOfMfc>    <CharacterSet>Unicode</CharacterSet>    <PlatformToolset>v141</PlatformToolset>    <SpectreMitigation>Spectre</SpectreMitigation>  </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)'=='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)'=='Checked|Win32'">    <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'">    <LinkIncremental>true</LinkIncremental>    <OutDir>..\..\bin\debug\vs2017-win7-static\x86\</OutDir>    <IntDir>..\obj\vs2017win7\in_openmpt\x86\Debug\</IntDir>    <TargetName>in_openmpt</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">    <LinkIncremental>false</LinkIncremental>    <OutDir>..\..\bin\release\vs2017-win7-static\x86\</OutDir>    <IntDir>..\obj\vs2017win7\in_openmpt\x86\Release\</IntDir>    <TargetName>in_openmpt</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">    <LinkIncremental>false</LinkIncremental>    <OutDir>..\..\bin\checked\vs2017-win7-static\x86\</OutDir>    <IntDir>..\obj\vs2017win7\in_openmpt\x86\Checked\</IntDir>    <TargetName>in_openmpt</TargetName>    <TargetExt>.dll</TargetExt>  </PropertyGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level4</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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <AdditionalIncludeDirectories>..\..\include;..\..;$(IntDir)\svn_version;..\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>      <Optimization>Disabled</Optimization>      <MinimalRebuild>false</MinimalRebuild>      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>      <MultiProcessorCompilation>true</MultiProcessorCompilation>      <LanguageStandard>stdcpp17</LanguageStandard>    </ClCompile>    <ResourceCompile>      <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=0x0601;NTDDI_VERSION=0x06010000;VER_ARCHNAME=\"x86\";MPT_BUILD_VER_FILENAME=\"in_openmpt.dll\";MPT_BUILD_VER_FILEDESC=\"in_openmpt\";MPT_BUILD_VER_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <AdditionalIncludeDirectories>..\..\include;..\..;$(IntDir)\svn_version;..\svn_version;$(IntDir)\svn_version;..\svn_version;$(ProjDir)\..\..\build\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>    </ResourceCompile>    <Link>      <SubSystem>Windows</SubSystem>      <FullProgramDatabaseFile>true</FullProgramDatabaseFile>      <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>      <ImportLibrary>..\..\bin\debug\vs2017-win7-static\x86\in_openmpt.lib</ImportLibrary>    </Link>    <PreBuildEvent>      <Command>..\..\build\svn_version\update_svn_version_vs_premake.cmd $(IntDir)</Command>    </PreBuildEvent>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level4</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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <AdditionalIncludeDirectories>..\..\include;..\..;$(IntDir)\svn_version;..\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>      <Optimization>MaxSpeed</Optimization>      <FunctionLevelLinking>true</FunctionLevelLinking>      <IntrinsicFunctions>true</IntrinsicFunctions>      <MinimalRebuild>false</MinimalRebuild>      <StringPooling>true</StringPooling>      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>      <MultiProcessorCompilation>true</MultiProcessorCompilation>      <LanguageStandard>stdcpp17</LanguageStandard>    </ClCompile>    <ResourceCompile>      <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=0x0601;NTDDI_VERSION=0x06010000;VER_ARCHNAME=\"x86\";MPT_BUILD_VER_FILENAME=\"in_openmpt.dll\";MPT_BUILD_VER_FILEDESC=\"in_openmpt\";MPT_BUILD_VER_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <AdditionalIncludeDirectories>..\..\include;..\..;$(IntDir)\svn_version;..\svn_version;$(IntDir)\svn_version;..\svn_version;$(ProjDir)\..\..\build\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>    </ResourceCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>      <ImportLibrary>..\..\bin\release\vs2017-win7-static\x86\in_openmpt.lib</ImportLibrary>    </Link>    <PreBuildEvent>      <Command>..\..\build\svn_version\update_svn_version_vs_premake.cmd $(IntDir)</Command>    </PreBuildEvent>  </ItemDefinitionGroup>  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">    <ClCompile>      <PrecompiledHeader>NotUsing</PrecompiledHeader>      <WarningLevel>Level4</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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <AdditionalIncludeDirectories>..\..\include;..\..;$(IntDir)\svn_version;..\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>      <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>      <MultiProcessorCompilation>true</MultiProcessorCompilation>      <LanguageStandard>stdcpp17</LanguageStandard>    </ClCompile>    <ResourceCompile>      <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=0x0601;NTDDI_VERSION=0x06010000;VER_ARCHNAME=\"x86\";MPT_BUILD_VER_FILENAME=\"in_openmpt.dll\";MPT_BUILD_VER_FILEDESC=\"in_openmpt\";MPT_BUILD_VER_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>      <AdditionalIncludeDirectories>..\..\include;..\..;$(IntDir)\svn_version;..\svn_version;$(IntDir)\svn_version;..\svn_version;$(ProjDir)\..\..\build\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>    </ResourceCompile>    <Link>      <SubSystem>Windows</SubSystem>      <GenerateDebugInformation>true</GenerateDebugInformation>      <EnableCOMDATFolding>true</EnableCOMDATFolding>      <OptimizeReferences>true</OptimizeReferences>      <ImportLibrary>..\..\bin\checked\vs2017-win7-static\x86\in_openmpt.lib</ImportLibrary>    </Link>    <PreBuildEvent>      <Command>..\..\build\svn_version\update_svn_version_vs_premake.cmd $(IntDir)</Command>    </PreBuildEvent>  </ItemDefinitionGroup>  <ItemGroup>    <ClInclude Include="..\..\libopenmpt\libopenmpt_plugin_gui.hpp" />    <ClInclude Include="..\..\libopenmpt\libopenmpt_plugin_settings.hpp" />    <ClInclude Include="..\..\libopenmpt\resource.h" />  </ItemGroup>  <ItemGroup>    <ClCompile Include="..\..\libopenmpt\in_openmpt.cpp" />    <ClCompile Include="..\..\libopenmpt\libopenmpt_plugin_gui.cpp" />  </ItemGroup>  <ItemGroup>    <ResourceCompile Include="..\..\libopenmpt\libopenmpt_plugin_gui.rc" />    <ResourceCompile Include="..\..\libopenmpt\libopenmpt_version.rc" />  </ItemGroup>  <ItemGroup>    <ProjectReference Include="libopenmpt.vcxproj">      <Project>{9C5101EF-3E20-4558-809B-277FDD50E878}</Project>    </ProjectReference>    <ProjectReference Include="ext\zlib.vcxproj">      <Project>{1654FB18-FDE6-406F-9D84-BA12BFBD67B2}</Project>    </ProjectReference>    <ProjectReference Include="ext\vorbis.vcxproj">      <Project>{B544DCB7-16E5-41BC-B51B-7EAD8CFDFA05}</Project>    </ProjectReference>    <ProjectReference Include="ext\ogg.vcxproj">      <Project>{D8D5E11C-F959-49EF-B741-B3F6DE52DED8}</Project>    </ProjectReference>    <ProjectReference Include="ext\mpg123.vcxproj">      <Project>{7ADFAFB9-0A83-4D35-9891-FB24FDF30B53}</Project>    </ProjectReference>  </ItemGroup>  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />  <ImportGroup Label="ExtensionTargets">  </ImportGroup></Project>
 |