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_test</ProjectName>
15159b3361Sopenharmony_ci    <ProjectGuid>{2FE9808B-2B03-48D9-94FC-6C907D39E2AC}</ProjectGuid>
16159b3361Sopenharmony_ci    <RootNamespace>lame_test</RootNamespace>
17159b3361Sopenharmony_ci  </PropertyGroup>
18159b3361Sopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19159b3361Sopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20159b3361Sopenharmony_ci    <ConfigurationType>Application</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)'=='Release|Win32'" Label="Configuration">
26159b3361Sopenharmony_ci    <ConfigurationType>Application</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)'=='Debug|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)'=='Release|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)'=='Release|Win32'">
44159b3361Sopenharmony_ci    <ClCompile>
45159b3361Sopenharmony_ci      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
46159b3361Sopenharmony_ci      <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
47159b3361Sopenharmony_ci      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
48159b3361Sopenharmony_ci      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
49159b3361Sopenharmony_ci    </ClCompile>
50159b3361Sopenharmony_ci    <ResourceCompile>
51159b3361Sopenharmony_ci      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
52159b3361Sopenharmony_ci      <Culture>0x0409</Culture>
53159b3361Sopenharmony_ci    </ResourceCompile>
54159b3361Sopenharmony_ci    <Link>
55159b3361Sopenharmony_ci      <SubSystem>Console</SubSystem>
56159b3361Sopenharmony_ci    </Link>
57159b3361Sopenharmony_ci  </ItemDefinitionGroup>
58159b3361Sopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
59159b3361Sopenharmony_ci    <ClCompile>
60159b3361Sopenharmony_ci      <Optimization>Disabled</Optimization>
61159b3361Sopenharmony_ci      <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
62159b3361Sopenharmony_ci      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
63159b3361Sopenharmony_ci      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
64159b3361Sopenharmony_ci    </ClCompile>
65159b3361Sopenharmony_ci    <ResourceCompile>
66159b3361Sopenharmony_ci      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
67159b3361Sopenharmony_ci      <Culture>0x0409</Culture>
68159b3361Sopenharmony_ci    </ResourceCompile>
69159b3361Sopenharmony_ci    <Link>
70159b3361Sopenharmony_ci      <SubSystem>Console</SubSystem>
71159b3361Sopenharmony_ci    </Link>
72159b3361Sopenharmony_ci  </ItemDefinitionGroup>
73159b3361Sopenharmony_ci  <ItemGroup>
74159b3361Sopenharmony_ci    <ClCompile Include="..\test\lame_test.cpp" />
75159b3361Sopenharmony_ci  </ItemGroup>
76159b3361Sopenharmony_ci  <ItemGroup>
77159b3361Sopenharmony_ci    <ProjectReference Include="vs2019_libmp3lame.vcxproj">
78159b3361Sopenharmony_ci      <Project>{20536101-3b0e-43ef-94f9-080d595dac57}</Project>
79159b3361Sopenharmony_ci    </ProjectReference>
80159b3361Sopenharmony_ci  </ItemGroup>
81159b3361Sopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
82159b3361Sopenharmony_ci  <ImportGroup Label="ExtensionTargets">
83159b3361Sopenharmony_ci  </ImportGroup>
84159b3361Sopenharmony_ci</Project>