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_DirectShow</ProjectName>
15159b3361Sopenharmony_ci    <ProjectGuid>{6D348A4E-8B40-4FB0-BB57-C982D51FFA01}</ProjectGuid>
16159b3361Sopenharmony_ci  </PropertyGroup>
17159b3361Sopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18159b3361Sopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
19159b3361Sopenharmony_ci    <ConfigurationType>DynamicLibrary</ConfigurationType>
20159b3361Sopenharmony_ci    <PlatformToolset>v142</PlatformToolset>
21159b3361Sopenharmony_ci    <UseOfMfc>false</UseOfMfc>
22159b3361Sopenharmony_ci    <CharacterSet>MultiByte</CharacterSet>
23159b3361Sopenharmony_ci  </PropertyGroup>
24159b3361Sopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25159b3361Sopenharmony_ci    <ConfigurationType>DynamicLibrary</ConfigurationType>
26159b3361Sopenharmony_ci    <PlatformToolset>v142</PlatformToolset>
27159b3361Sopenharmony_ci    <UseOfMfc>false</UseOfMfc>
28159b3361Sopenharmony_ci    <CharacterSet>MultiByte</CharacterSet>
29159b3361Sopenharmony_ci  </PropertyGroup>
30159b3361Sopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31159b3361Sopenharmony_ci  <ImportGroup Label="ExtensionSettings">
32159b3361Sopenharmony_ci  </ImportGroup>
33159b3361Sopenharmony_ci  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
34159b3361Sopenharmony_ci    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35159b3361Sopenharmony_ci    <Import Project="vs2019_win71sdk_config.props" />
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_win71sdk_config.props" />
41159b3361Sopenharmony_ci    <Import Project="vs2019_lame_config.props" />
42159b3361Sopenharmony_ci  </ImportGroup>
43159b3361Sopenharmony_ci  <PropertyGroup Label="UserMacros" />
44159b3361Sopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45159b3361Sopenharmony_ci    <TargetExt>.ax</TargetExt>
46159b3361Sopenharmony_ci  </PropertyGroup>
47159b3361Sopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48159b3361Sopenharmony_ci    <TargetExt>.ax</TargetExt>
49159b3361Sopenharmony_ci  </PropertyGroup>
50159b3361Sopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51159b3361Sopenharmony_ci    <ClCompile>
52159b3361Sopenharmony_ci      <Optimization>Disabled</Optimization>
53159b3361Sopenharmony_ci      <AdditionalIncludeDirectories>..\include;..\DShow;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
54159b3361Sopenharmony_ci      <PreprocessorDefinitions>DEBUG;INC_OLE2;WINVER=0x0400;_X86_=1;STRICT;_WINDOWS;WIN32;STDC_HEADERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
55159b3361Sopenharmony_ci      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
56159b3361Sopenharmony_ci      <CallingConvention>StdCall</CallingConvention>
57159b3361Sopenharmony_ci    </ClCompile>
58159b3361Sopenharmony_ci    <ResourceCompile>
59159b3361Sopenharmony_ci      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
60159b3361Sopenharmony_ci      <Culture>0x0409</Culture>
61159b3361Sopenharmony_ci    </ResourceCompile>
62159b3361Sopenharmony_ci    <Link>
63159b3361Sopenharmony_ci      <AdditionalDependencies>strmbasD.lib;vfw32.lib;winmm.lib;version.lib;Comdlg32.lib;comctl32.lib;quartz.lib;%(AdditionalDependencies)</AdditionalDependencies>
64159b3361Sopenharmony_ci      <OutputFile>$(OutDir)lame.ax</OutputFile>
65159b3361Sopenharmony_ci      <ModuleDefinitionFile>..\DShow\Mpegac.def</ModuleDefinitionFile>
66159b3361Sopenharmony_ci      <SubSystem>Windows</SubSystem>
67159b3361Sopenharmony_ci      <EntryPointSymbol>DllEntryPoint%4012</EntryPointSymbol>
68159b3361Sopenharmony_ci      <AdditionalLibraryDirectories>..\DShow;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
69159b3361Sopenharmony_ci    </Link>
70159b3361Sopenharmony_ci  </ItemDefinitionGroup>
71159b3361Sopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72159b3361Sopenharmony_ci    <ClCompile>
73159b3361Sopenharmony_ci      <Optimization>MaxSpeed</Optimization>
74159b3361Sopenharmony_ci      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
75159b3361Sopenharmony_ci      <AdditionalIncludeDirectories>..\include;..\DShow;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
76159b3361Sopenharmony_ci      <PreprocessorDefinitions>NDEBUG;INC_OLE2;STRICT;WINVER=0x0400;_X86_=1;_WINDOWS;WIN32;STDC_HEADERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77159b3361Sopenharmony_ci      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
78159b3361Sopenharmony_ci      <CallingConvention>StdCall</CallingConvention>
79159b3361Sopenharmony_ci    </ClCompile>
80159b3361Sopenharmony_ci    <ResourceCompile>
81159b3361Sopenharmony_ci      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
82159b3361Sopenharmony_ci      <Culture>0x0409</Culture>
83159b3361Sopenharmony_ci    </ResourceCompile>
84159b3361Sopenharmony_ci    <Link>
85159b3361Sopenharmony_ci      <AdditionalDependencies>strmbase.lib;vfw32.lib;winmm.lib;version.lib;Comdlg32.lib;comctl32.lib;quartz.lib;%(AdditionalDependencies)</AdditionalDependencies>
86159b3361Sopenharmony_ci      <ModuleDefinitionFile>..\DShow\Mpegac.def</ModuleDefinitionFile>
87159b3361Sopenharmony_ci      <SubSystem>Windows</SubSystem>
88159b3361Sopenharmony_ci      <EntryPointSymbol>DllEntryPoint%4012</EntryPointSymbol>
89159b3361Sopenharmony_ci      <OutputFile>$(OutDir)lame.ax</OutputFile>
90159b3361Sopenharmony_ci      <AdditionalLibraryDirectories>..\DShow;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
91159b3361Sopenharmony_ci    </Link>
92159b3361Sopenharmony_ci  </ItemDefinitionGroup>
93159b3361Sopenharmony_ci  <ItemGroup>
94159b3361Sopenharmony_ci    <ClCompile Include="..\DShow\aboutprp.cpp" />
95159b3361Sopenharmony_ci    <ClCompile Include="..\DShow\Encoder.cpp" />
96159b3361Sopenharmony_ci    <ClCompile Include="..\DShow\Mpegac.cpp" />
97159b3361Sopenharmony_ci    <ClCompile Include="..\DShow\PropPage.cpp" />
98159b3361Sopenharmony_ci    <ClCompile Include="..\DShow\PropPage_adv.cpp" />
99159b3361Sopenharmony_ci    <ClCompile Include="..\DShow\REG.CPP" />
100159b3361Sopenharmony_ci  </ItemGroup>
101159b3361Sopenharmony_ci  <ItemGroup>
102159b3361Sopenharmony_ci    <None Include="..\DShow\Mpegac.def" />
103159b3361Sopenharmony_ci    <None Include="..\DShow\README" />
104159b3361Sopenharmony_ci  </ItemGroup>
105159b3361Sopenharmony_ci  <ItemGroup>
106159b3361Sopenharmony_ci    <ResourceCompile Include="..\DShow\Property.rc" />
107159b3361Sopenharmony_ci  </ItemGroup>
108159b3361Sopenharmony_ci  <ItemGroup>
109159b3361Sopenharmony_ci    <ClInclude Include="..\DShow\aboutprp.h" />
110159b3361Sopenharmony_ci    <ClInclude Include="..\DShow\Encoder.h" />
111159b3361Sopenharmony_ci    <ClInclude Include="..\DShow\iaudioprops.h" />
112159b3361Sopenharmony_ci    <ClInclude Include="..\DShow\Mpegac.h" />
113159b3361Sopenharmony_ci    <ClInclude Include="..\DShow\PropPage.h" />
114159b3361Sopenharmony_ci    <ClInclude Include="..\DShow\PropPage_adv.h" />
115159b3361Sopenharmony_ci    <ClInclude Include="..\DShow\reg.h" />
116159b3361Sopenharmony_ci    <ClInclude Include="..\DShow\resource.h" />
117159b3361Sopenharmony_ci    <ClInclude Include="..\DShow\uids.h" />
118159b3361Sopenharmony_ci    <ClInclude Include="..\include\lame.h" />
119159b3361Sopenharmony_ci  </ItemGroup>
120159b3361Sopenharmony_ci  <ItemGroup>
121159b3361Sopenharmony_ci    <Image Include="..\DShow\elogo.ico" />
122159b3361Sopenharmony_ci  </ItemGroup>
123159b3361Sopenharmony_ci  <ItemGroup>
124159b3361Sopenharmony_ci    <ProjectReference Include="vs2019_libmp3lame.vcxproj">
125159b3361Sopenharmony_ci      <Project>{20536101-3b0e-43ef-94f9-080d595dac57}</Project>
126159b3361Sopenharmony_ci    </ProjectReference>
127159b3361Sopenharmony_ci  </ItemGroup>
128159b3361Sopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
129159b3361Sopenharmony_ci  <ImportGroup Label="ExtensionTargets">
130159b3361Sopenharmony_ci  </ImportGroup>
131159b3361Sopenharmony_ci</Project>