1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Release|Win32"> 9 <Configuration>Release</Configuration> 10 <Platform>Win32</Platform> 11 </ProjectConfiguration> 12 </ItemGroup> 13 <PropertyGroup Label="Globals"> 14 <ProjectName>ADbg</ProjectName> 15 <ProjectGuid>{0D7CAB1B-AE57-4BA1-BDBF-D7391AAA81AA}</ProjectGuid> 16 </PropertyGroup> 17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 19 <ConfigurationType>StaticLibrary</ConfigurationType> 20 <PlatformToolset>v142</PlatformToolset> 21 <UseOfMfc>false</UseOfMfc> 22 </PropertyGroup> 23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 24 <ConfigurationType>StaticLibrary</ConfigurationType> 25 <PlatformToolset>v142</PlatformToolset> 26 <UseOfMfc>false</UseOfMfc> 27 </PropertyGroup> 28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 29 <ImportGroup Label="ExtensionSettings"> 30 </ImportGroup> 31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 33 <Import Project="vs2019_lame_config.props" /> 34 </ImportGroup> 35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 37 <Import Project="vs2019_lame_config.props" /> 38 </ImportGroup> 39 <PropertyGroup Label="UserMacros" /> 40 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 41 <ClCompile> 42 <Optimization>Disabled</Optimization> 43 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 44 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 45 </ClCompile> 46 <ResourceCompile> 47 <Culture>0x040c</Culture> 48 </ResourceCompile> 49 </ItemDefinitionGroup> 50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 51 <ClCompile> 52 <Optimization>MaxSpeed</Optimization> 53 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 54 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 55 <StringPooling>true</StringPooling> 56 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 57 </ClCompile> 58 <ResourceCompile> 59 <Culture>0x040c</Culture> 60 </ResourceCompile> 61 </ItemDefinitionGroup> 62 <ItemGroup> 63 <ClCompile Include="..\ACM\ADbg\ADbg.cpp" /> 64 </ItemGroup> 65 <ItemGroup> 66 <ClInclude Include="..\ACM\ADbg\ADbg.h" /> 67 </ItemGroup> 68 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 69 <ImportGroup Label="ExtensionTargets"> 70 </ImportGroup> 71</Project>