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="Release|Win32"> 9159b3361Sopenharmony_ci <Configuration>Release</Configuration> 10159b3361Sopenharmony_ci <Platform>Win32</Platform> 11159b3361Sopenharmony_ci </ProjectConfiguration> 12159b3361Sopenharmony_ci </ItemGroup> 13159b3361Sopenharmony_ci <PropertyGroup Label="Globals"> 14159b3361Sopenharmony_ci <ProjectName>lame_enc</ProjectName> 15159b3361Sopenharmony_ci <ProjectGuid>{0E4820D3-DBE3-477A-910B-7C020D6066D1}</ProjectGuid> 16159b3361Sopenharmony_ci <RootNamespace>lame_enc_dll</RootNamespace> 17159b3361Sopenharmony_ci </PropertyGroup> 18159b3361Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 19159b3361Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 20159b3361Sopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 21159b3361Sopenharmony_ci <PlatformToolset>v142</PlatformToolset> 22159b3361Sopenharmony_ci <UseOfMfc>false</UseOfMfc> 23159b3361Sopenharmony_ci <CharacterSet>MultiByte</CharacterSet> 24159b3361Sopenharmony_ci </PropertyGroup> 25159b3361Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 26159b3361Sopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 27159b3361Sopenharmony_ci <PlatformToolset>v142</PlatformToolset> 28159b3361Sopenharmony_ci <UseOfMfc>false</UseOfMfc> 29159b3361Sopenharmony_ci <CharacterSet>MultiByte</CharacterSet> 30159b3361Sopenharmony_ci </PropertyGroup> 31159b3361Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 32159b3361Sopenharmony_ci <ImportGroup Label="ExtensionSettings"> 33159b3361Sopenharmony_ci </ImportGroup> 34159b3361Sopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 35159b3361Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 36159b3361Sopenharmony_ci <Import Project="vs2019_lame_config.props" /> 37159b3361Sopenharmony_ci </ImportGroup> 38159b3361Sopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 39159b3361Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 40159b3361Sopenharmony_ci <Import Project="vs2019_lame_config.props" /> 41159b3361Sopenharmony_ci </ImportGroup> 42159b3361Sopenharmony_ci <PropertyGroup Label="UserMacros" /> 43159b3361Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 44159b3361Sopenharmony_ci <ClCompile> 45159b3361Sopenharmony_ci <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 46159b3361Sopenharmony_ci <PreprocessorDefinitions>LAMEMP3ENCDLL_EXPORTS;WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 47159b3361Sopenharmony_ci <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 48159b3361Sopenharmony_ci <Optimization>Disabled</Optimization> 49159b3361Sopenharmony_ci </ClCompile> 50159b3361Sopenharmony_ci <ResourceCompile> 51159b3361Sopenharmony_ci <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 52159b3361Sopenharmony_ci <Culture>0x040c</Culture> 53159b3361Sopenharmony_ci </ResourceCompile> 54159b3361Sopenharmony_ci <Link /> 55159b3361Sopenharmony_ci <Link> 56159b3361Sopenharmony_ci <ModuleDefinitionFile>..\Dll\BladeMP3EncDLL.def</ModuleDefinitionFile> 57159b3361Sopenharmony_ci </Link> 58159b3361Sopenharmony_ci </ItemDefinitionGroup> 59159b3361Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 60159b3361Sopenharmony_ci <ClCompile> 61159b3361Sopenharmony_ci <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 62159b3361Sopenharmony_ci <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 63159b3361Sopenharmony_ci <PreprocessorDefinitions>LAMEMP3ENCDLL_EXPORTS;WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 64159b3361Sopenharmony_ci <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 65159b3361Sopenharmony_ci </ClCompile> 66159b3361Sopenharmony_ci <ResourceCompile> 67159b3361Sopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 68159b3361Sopenharmony_ci <Culture>0x040c</Culture> 69159b3361Sopenharmony_ci </ResourceCompile> 70159b3361Sopenharmony_ci <Link /> 71159b3361Sopenharmony_ci <Link> 72159b3361Sopenharmony_ci <ModuleDefinitionFile>..\Dll\BladeMP3EncDLL.def</ModuleDefinitionFile> 73159b3361Sopenharmony_ci </Link> 74159b3361Sopenharmony_ci </ItemDefinitionGroup> 75159b3361Sopenharmony_ci <ItemGroup> 76159b3361Sopenharmony_ci <ClCompile Include="..\Dll\BladeMP3EncDLL.c" /> 77159b3361Sopenharmony_ci </ItemGroup> 78159b3361Sopenharmony_ci <ItemGroup> 79159b3361Sopenharmony_ci <None Include="..\Dll\BladeMP3EncDLL.def" /> 80159b3361Sopenharmony_ci </ItemGroup> 81159b3361Sopenharmony_ci <ItemGroup> 82159b3361Sopenharmony_ci <ClInclude Include="..\Dll\BladeMP3EncDLL.h" /> 83159b3361Sopenharmony_ci </ItemGroup> 84159b3361Sopenharmony_ci <ItemGroup> 85159b3361Sopenharmony_ci <ProjectReference Include="vs2019_libmp3lame.vcxproj"> 86159b3361Sopenharmony_ci <Project>{20536101-3b0e-43ef-94f9-080d595dac57}</Project> 87159b3361Sopenharmony_ci </ProjectReference> 88159b3361Sopenharmony_ci </ItemGroup> 89159b3361Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 90159b3361Sopenharmony_ci <ImportGroup Label="ExtensionTargets"> 91159b3361Sopenharmony_ci </ImportGroup> 92159b3361Sopenharmony_ci</Project>