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>ADbg</ProjectName> 15159b3361Sopenharmony_ci <ProjectGuid>{0D7CAB1B-AE57-4BA1-BDBF-D7391AAA81AA}</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>StaticLibrary</ConfigurationType> 20159b3361Sopenharmony_ci <PlatformToolset>v142</PlatformToolset> 21159b3361Sopenharmony_ci <UseOfMfc>false</UseOfMfc> 22159b3361Sopenharmony_ci </PropertyGroup> 23159b3361Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 24159b3361Sopenharmony_ci <ConfigurationType>StaticLibrary</ConfigurationType> 25159b3361Sopenharmony_ci <PlatformToolset>v142</PlatformToolset> 26159b3361Sopenharmony_ci <UseOfMfc>false</UseOfMfc> 27159b3361Sopenharmony_ci </PropertyGroup> 28159b3361Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 29159b3361Sopenharmony_ci <ImportGroup Label="ExtensionSettings"> 30159b3361Sopenharmony_ci </ImportGroup> 31159b3361Sopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 32159b3361Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 33159b3361Sopenharmony_ci <Import Project="vs2019_lame_config.props" /> 34159b3361Sopenharmony_ci </ImportGroup> 35159b3361Sopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 36159b3361Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 37159b3361Sopenharmony_ci <Import Project="vs2019_lame_config.props" /> 38159b3361Sopenharmony_ci </ImportGroup> 39159b3361Sopenharmony_ci <PropertyGroup Label="UserMacros" /> 40159b3361Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 41159b3361Sopenharmony_ci <ClCompile> 42159b3361Sopenharmony_ci <Optimization>Disabled</Optimization> 43159b3361Sopenharmony_ci <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 44159b3361Sopenharmony_ci <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 45159b3361Sopenharmony_ci </ClCompile> 46159b3361Sopenharmony_ci <ResourceCompile> 47159b3361Sopenharmony_ci <Culture>0x040c</Culture> 48159b3361Sopenharmony_ci </ResourceCompile> 49159b3361Sopenharmony_ci </ItemDefinitionGroup> 50159b3361Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 51159b3361Sopenharmony_ci <ClCompile> 52159b3361Sopenharmony_ci <Optimization>MaxSpeed</Optimization> 53159b3361Sopenharmony_ci <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 54159b3361Sopenharmony_ci <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 55159b3361Sopenharmony_ci <StringPooling>true</StringPooling> 56159b3361Sopenharmony_ci <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 57159b3361Sopenharmony_ci </ClCompile> 58159b3361Sopenharmony_ci <ResourceCompile> 59159b3361Sopenharmony_ci <Culture>0x040c</Culture> 60159b3361Sopenharmony_ci </ResourceCompile> 61159b3361Sopenharmony_ci </ItemDefinitionGroup> 62159b3361Sopenharmony_ci <ItemGroup> 63159b3361Sopenharmony_ci <ClCompile Include="..\ACM\ADbg\ADbg.cpp" /> 64159b3361Sopenharmony_ci </ItemGroup> 65159b3361Sopenharmony_ci <ItemGroup> 66159b3361Sopenharmony_ci <ClInclude Include="..\ACM\ADbg\ADbg.h" /> 67159b3361Sopenharmony_ci </ItemGroup> 68159b3361Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 69159b3361Sopenharmony_ci <ImportGroup Label="ExtensionTargets"> 70159b3361Sopenharmony_ci </ImportGroup> 71159b3361Sopenharmony_ci</Project>