1159b3361Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 2159b3361Sopenharmony_ci<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3159b3361Sopenharmony_ci <ItemGroup Label="ProjectConfigurations"> 4159b3361Sopenharmony_ci <ProjectConfiguration Include="Debug|Win32"> 5159b3361Sopenharmony_ci <Configuration>Debug</Configuration> 6159b3361Sopenharmony_ci <Platform>Win32</Platform> 7159b3361Sopenharmony_ci </ProjectConfiguration> 8159b3361Sopenharmony_ci <ProjectConfiguration Include="ReleaseNASM|Win32"> 9159b3361Sopenharmony_ci <Configuration>ReleaseNASM</Configuration> 10159b3361Sopenharmony_ci <Platform>Win32</Platform> 11159b3361Sopenharmony_ci </ProjectConfiguration> 12159b3361Sopenharmony_ci <ProjectConfiguration Include="ReleaseSSE2|Win32"> 13159b3361Sopenharmony_ci <Configuration>ReleaseSSE2</Configuration> 14159b3361Sopenharmony_ci <Platform>Win32</Platform> 15159b3361Sopenharmony_ci </ProjectConfiguration> 16159b3361Sopenharmony_ci <ProjectConfiguration Include="Release|Win32"> 17159b3361Sopenharmony_ci <Configuration>Release</Configuration> 18159b3361Sopenharmony_ci <Platform>Win32</Platform> 19159b3361Sopenharmony_ci </ProjectConfiguration> 20159b3361Sopenharmony_ci </ItemGroup> 21159b3361Sopenharmony_ci <PropertyGroup Label="Globals"> 22159b3361Sopenharmony_ci <ProjectName>mp3rtp</ProjectName> 23159b3361Sopenharmony_ci <ProjectGuid>{C04BA4EA-F719-456D-A332-6C3AF92D7BEA}</ProjectGuid> 24159b3361Sopenharmony_ci <RootNamespace>mp3rtp</RootNamespace> 25159b3361Sopenharmony_ci <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> 26159b3361Sopenharmony_ci </PropertyGroup> 27159b3361Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 28159b3361Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSSE2|Win32'" Label="Configuration"> 29159b3361Sopenharmony_ci <ConfigurationType>Application</ConfigurationType> 30159b3361Sopenharmony_ci <UseOfMfc>false</UseOfMfc> 31159b3361Sopenharmony_ci <PlatformToolset>v142</PlatformToolset> 32159b3361Sopenharmony_ci </PropertyGroup> 33159b3361Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 34159b3361Sopenharmony_ci <ConfigurationType>Application</ConfigurationType> 35159b3361Sopenharmony_ci <UseOfMfc>false</UseOfMfc> 36159b3361Sopenharmony_ci <PlatformToolset>v142</PlatformToolset> 37159b3361Sopenharmony_ci </PropertyGroup> 38159b3361Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 39159b3361Sopenharmony_ci <ConfigurationType>Application</ConfigurationType> 40159b3361Sopenharmony_ci <UseOfMfc>false</UseOfMfc> 41159b3361Sopenharmony_ci <PlatformToolset>v142</PlatformToolset> 42159b3361Sopenharmony_ci </PropertyGroup> 43159b3361Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNASM|Win32'" Label="Configuration"> 44159b3361Sopenharmony_ci <ConfigurationType>Application</ConfigurationType> 45159b3361Sopenharmony_ci <UseOfMfc>false</UseOfMfc> 46159b3361Sopenharmony_ci <PlatformToolset>v142</PlatformToolset> 47159b3361Sopenharmony_ci </PropertyGroup> 48159b3361Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 49159b3361Sopenharmony_ci <ImportGroup Label="ExtensionSettings"> 50159b3361Sopenharmony_ci </ImportGroup> 51159b3361Sopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSSE2|Win32'" Label="PropertySheets"> 52159b3361Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 53159b3361Sopenharmony_ci <Import Project="vs2019_lame_config.props" /> 54159b3361Sopenharmony_ci <Import Project="vs2019_arch_sse2.props" /> 55159b3361Sopenharmony_ci </ImportGroup> 56159b3361Sopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 57159b3361Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 58159b3361Sopenharmony_ci <Import Project="vs2019_lame_config.props" /> 59159b3361Sopenharmony_ci <Import Project="vs2019_arch_x87.props" /> 60159b3361Sopenharmony_ci </ImportGroup> 61159b3361Sopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 62159b3361Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63159b3361Sopenharmony_ci <Import Project="vs2019_lame_config.props" /> 64159b3361Sopenharmony_ci <Import Project="vs2019_arch_x87.props" /> 65159b3361Sopenharmony_ci </ImportGroup> 66159b3361Sopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNASM|Win32'" Label="PropertySheets"> 67159b3361Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 68159b3361Sopenharmony_ci <Import Project="vs2019_lame_config.props" /> 69159b3361Sopenharmony_ci <Import Project="vs2019_arch_nasm.props" /> 70159b3361Sopenharmony_ci </ImportGroup> 71159b3361Sopenharmony_ci <PropertyGroup Label="UserMacros" /> 72159b3361Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNASM|Win32'"> 73159b3361Sopenharmony_ci <ClCompile> 74159b3361Sopenharmony_ci <Optimization>Full</Optimization> 75159b3361Sopenharmony_ci <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 76159b3361Sopenharmony_ci <IntrinsicFunctions>true</IntrinsicFunctions> 77159b3361Sopenharmony_ci <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 78159b3361Sopenharmony_ci <AdditionalIncludeDirectories>..;../libmp3lame;../include;../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 79159b3361Sopenharmony_ci <PreprocessorDefinitions>NDEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 80159b3361Sopenharmony_ci <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 81159b3361Sopenharmony_ci </ClCompile> 82159b3361Sopenharmony_ci <ResourceCompile> 83159b3361Sopenharmony_ci <PreprocessorDefinitions>NDEBUG;_APP=$(TargetFileName);%(PreprocessorDefinitions)</PreprocessorDefinitions> 84159b3361Sopenharmony_ci <Culture>0x0409</Culture> 85159b3361Sopenharmony_ci </ResourceCompile> 86159b3361Sopenharmony_ci <Link> 87159b3361Sopenharmony_ci <AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies> 88159b3361Sopenharmony_ci <SubSystem>Console</SubSystem> 89159b3361Sopenharmony_ci </Link> 90159b3361Sopenharmony_ci </ItemDefinitionGroup> 91159b3361Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 92159b3361Sopenharmony_ci <ClCompile> 93159b3361Sopenharmony_ci <Optimization>Disabled</Optimization> 94159b3361Sopenharmony_ci <AdditionalIncludeDirectories>../;../libmp3lame;../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 95159b3361Sopenharmony_ci <PreprocessorDefinitions>_DEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 96159b3361Sopenharmony_ci <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 97159b3361Sopenharmony_ci </ClCompile> 98159b3361Sopenharmony_ci <ResourceCompile> 99159b3361Sopenharmony_ci <PreprocessorDefinitions>_DEBUG;_APP=$(TargetFileName);%(PreprocessorDefinitions)</PreprocessorDefinitions> 100159b3361Sopenharmony_ci <Culture>0x0409</Culture> 101159b3361Sopenharmony_ci </ResourceCompile> 102159b3361Sopenharmony_ci <Link> 103159b3361Sopenharmony_ci <AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies> 104159b3361Sopenharmony_ci <SubSystem>Console</SubSystem> 105159b3361Sopenharmony_ci </Link> 106159b3361Sopenharmony_ci </ItemDefinitionGroup> 107159b3361Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 108159b3361Sopenharmony_ci <ClCompile> 109159b3361Sopenharmony_ci <Optimization>Full</Optimization> 110159b3361Sopenharmony_ci <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 111159b3361Sopenharmony_ci <IntrinsicFunctions>true</IntrinsicFunctions> 112159b3361Sopenharmony_ci <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 113159b3361Sopenharmony_ci <AdditionalIncludeDirectories>..;../libmp3lame;../include;../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 114159b3361Sopenharmony_ci <PreprocessorDefinitions>NDEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 115159b3361Sopenharmony_ci <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 116159b3361Sopenharmony_ci </ClCompile> 117159b3361Sopenharmony_ci <ResourceCompile> 118159b3361Sopenharmony_ci <PreprocessorDefinitions>NDEBUG;_APP=$(TargetFileName);%(PreprocessorDefinitions)</PreprocessorDefinitions> 119159b3361Sopenharmony_ci <Culture>0x0409</Culture> 120159b3361Sopenharmony_ci </ResourceCompile> 121159b3361Sopenharmony_ci <Link> 122159b3361Sopenharmony_ci <AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies> 123159b3361Sopenharmony_ci <SubSystem>Console</SubSystem> 124159b3361Sopenharmony_ci </Link> 125159b3361Sopenharmony_ci </ItemDefinitionGroup> 126159b3361Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSSE2|Win32'"> 127159b3361Sopenharmony_ci <ClCompile> 128159b3361Sopenharmony_ci <Optimization>Full</Optimization> 129159b3361Sopenharmony_ci <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 130159b3361Sopenharmony_ci <IntrinsicFunctions>true</IntrinsicFunctions> 131159b3361Sopenharmony_ci <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 132159b3361Sopenharmony_ci <AdditionalIncludeDirectories>..;../libmp3lame;../include;../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 133159b3361Sopenharmony_ci <PreprocessorDefinitions>NDEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 134159b3361Sopenharmony_ci <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 135159b3361Sopenharmony_ci </ClCompile> 136159b3361Sopenharmony_ci <ResourceCompile> 137159b3361Sopenharmony_ci <PreprocessorDefinitions>NDEBUG;_APP=$(TargetFileName);%(PreprocessorDefinitions)</PreprocessorDefinitions> 138159b3361Sopenharmony_ci <Culture>0x0409</Culture> 139159b3361Sopenharmony_ci </ResourceCompile> 140159b3361Sopenharmony_ci <Link> 141159b3361Sopenharmony_ci <AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies> 142159b3361Sopenharmony_ci <SubSystem>Console</SubSystem> 143159b3361Sopenharmony_ci </Link> 144159b3361Sopenharmony_ci </ItemDefinitionGroup> 145159b3361Sopenharmony_ci <ItemGroup> 146159b3361Sopenharmony_ci <ClCompile Include="..\frontend\brhist.c" /> 147159b3361Sopenharmony_ci <ClCompile Include="..\frontend\console.c" /> 148159b3361Sopenharmony_ci <ClCompile Include="..\frontend\get_audio.c" /> 149159b3361Sopenharmony_ci <ClCompile Include="..\frontend\lametime.c" /> 150159b3361Sopenharmony_ci <ClCompile Include="..\frontend\main.c" /> 151159b3361Sopenharmony_ci <ClCompile Include="..\frontend\mp3rtp.c" /> 152159b3361Sopenharmony_ci <ClCompile Include="..\frontend\parse.c" /> 153159b3361Sopenharmony_ci <ClCompile Include="..\frontend\rtp.c" /> 154159b3361Sopenharmony_ci <ClCompile Include="..\frontend\timestatus.c" /> 155159b3361Sopenharmony_ci </ItemGroup> 156159b3361Sopenharmony_ci <ItemGroup> 157159b3361Sopenharmony_ci <ClInclude Include="..\frontend\brhist.h" /> 158159b3361Sopenharmony_ci <ClInclude Include="..\frontend\console.h" /> 159159b3361Sopenharmony_ci <ClInclude Include="..\frontend\get_audio.h" /> 160159b3361Sopenharmony_ci <ClInclude Include="..\frontend\lametime.h" /> 161159b3361Sopenharmony_ci <ClInclude Include="..\frontend\main.h" /> 162159b3361Sopenharmony_ci <ClInclude Include="..\frontend\parse.h" /> 163159b3361Sopenharmony_ci <ClInclude Include="..\frontend\rtp.h" /> 164159b3361Sopenharmony_ci <ClInclude Include="..\frontend\timestatus.h" /> 165159b3361Sopenharmony_ci </ItemGroup> 166159b3361Sopenharmony_ci <ItemGroup> 167159b3361Sopenharmony_ci <ResourceCompile Include="..\libmp3lame\lame.rc" /> 168159b3361Sopenharmony_ci </ItemGroup> 169159b3361Sopenharmony_ci <ItemGroup> 170159b3361Sopenharmony_ci <ProjectReference Include="vs2019_libmp3lame.vcxproj"> 171159b3361Sopenharmony_ci <Project>{20536101-3b0e-43ef-94f9-080d595dac57}</Project> 172159b3361Sopenharmony_ci <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 173159b3361Sopenharmony_ci </ProjectReference> 174159b3361Sopenharmony_ci </ItemGroup> 175159b3361Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 176159b3361Sopenharmony_ci <ImportGroup Label="ExtensionTargets"> 177159b3361Sopenharmony_ci </ImportGroup> 178159b3361Sopenharmony_ci</Project>