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    <ProjectConfiguration Include="Template|Win32">
13      <Configuration>Template</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16  </ItemGroup>
17  <PropertyGroup Label="Globals">
18    <SccProjectName />
19    <SccLocalPath />
20    <ProjectGuid>{2E58BDA9-5221-4FCB-95EE-27B290C3F21A}</ProjectGuid>
21  </PropertyGroup>
22  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
23  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
24    <ConfigurationType>Application</ConfigurationType>
25    <PlatformToolset>v141</PlatformToolset>
26  </PropertyGroup>
27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28    <ConfigurationType>Application</ConfigurationType>
29    <PlatformToolset>v141</PlatformToolset>
30    <UseOfMfc>false</UseOfMfc>
31    <CharacterSet>MultiByte</CharacterSet>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34    <ConfigurationType>Application</ConfigurationType>
35    <PlatformToolset>v141</PlatformToolset>
36    <UseOfMfc>false</UseOfMfc>
37    <CharacterSet>MultiByte</CharacterSet>
38  </PropertyGroup>
39  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
40  <ImportGroup Label="ExtensionSettings">
41  </ImportGroup>
42  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
43    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
44  </ImportGroup>
45  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
46    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
47    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
48  </ImportGroup>
49  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
50    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
52  </ImportGroup>
53  <PropertyGroup Label="UserMacros" />
54  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55    <OutDir>.\AcpiXtractDebug\</OutDir>
56    <IntDir>.\AcpiXtractDebug\</IntDir>
57    <LinkIncremental>false</LinkIncremental>
58  </PropertyGroup>
59  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60    <OutDir>.\AcpiXtract\</OutDir>
61    <IntDir>.\AcpiXtract\</IntDir>
62    <LinkIncremental>false</LinkIncremental>
63  </PropertyGroup>
64  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
65    <ClCompile>
66      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
67      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
68      <FunctionLevelLinking>false</FunctionLevelLinking>
69      <Optimization>Disabled</Optimization>
70      <SuppressStartupBanner>true</SuppressStartupBanner>
71      <WarningLevel>Level4</WarningLevel>
72      <MinimalRebuild>false</MinimalRebuild>
73      <StringPooling>true</StringPooling>
74      <AdditionalIncludeDirectories>..\..\source\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
75      <PreprocessorDefinitions>_DEBUG;WIN32;_CONSOLE;__STDC__;ACPI_XTRACT_APP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76      <AssemblerListingLocation>.\AcpiXtractDebug\</AssemblerListingLocation>
77      <PrecompiledHeaderOutputFile>.\AcpiXtractDebug\AcpiXtract.pch</PrecompiledHeaderOutputFile>
78      <ObjectFileName>.\AcpiXtractDebug\</ObjectFileName>
79      <ProgramDataBaseFileName>.\AcpiXtractDebug\</ProgramDataBaseFileName>
80      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
81      <CallingConvention>FastCall</CallingConvention>
82      <CompileAs>CompileAsC</CompileAs>
83      <MultiProcessorCompilation>true</MultiProcessorCompilation>
84    </ClCompile>
85    <PreLinkEvent>
86      <Command>if NOT EXIST ..\..\libraries mkdir ..\..\libraries</Command>
87      <Message>Checking existence of acpica/libraries directory</Message>
88    </PreLinkEvent>
89    <PostBuildEvent>
90      <Command>copy acpixtractdebug\acpixtract.exe ..\..\libraries\acpixtract_dbg.exe</Command>
91      <Message>Copying acpixtract to libraries...</Message>
92    </PostBuildEvent>
93    <Midl>
94      <TypeLibraryName>.\AcpiXtractDebug\AcpiXtract.tlb</TypeLibraryName>
95    </Midl>
96    <ResourceCompile>
97      <Culture>0x0409</Culture>
98      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99    </ResourceCompile>
100    <Bscmake>
101      <SuppressStartupBanner>true</SuppressStartupBanner>
102      <OutputFile>.\AcpiXtractDebug\AcpiXtract.bsc</OutputFile>
103      <AdditionalOptions> /o"/acpica/generate/msvc2017/AcpiXtractDebug/AcpiXtract.bsc" </AdditionalOptions>
104    </Bscmake>
105    <Link>
106      <SuppressStartupBanner>true</SuppressStartupBanner>
107      <GenerateDebugInformation>true</GenerateDebugInformation>
108      <SubSystem>Console</SubSystem>
109      <OutputFile>.\AcpiXtractDebug\AcpiXtract.exe</OutputFile>
110      <AdditionalDependencies>kernel32.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
111    </Link>
112  </ItemDefinitionGroup>
113  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
114    <ClCompile>
115      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
116      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
117      <FunctionLevelLinking>false</FunctionLevelLinking>
118      <Optimization>MaxSpeed</Optimization>
119      <SuppressStartupBanner>true</SuppressStartupBanner>
120      <WarningLevel>Level4</WarningLevel>
121      <StringPooling>true</StringPooling>
122      <AdditionalIncludeDirectories>..\..\source\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
123      <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;__STDC__;ACPI_XTRACT_APP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124      <AssemblerListingLocation>.\AcpiXtract\</AssemblerListingLocation>
125      <PrecompiledHeaderOutputFile>.\AcpiXtract\AcpiXtract.pch</PrecompiledHeaderOutputFile>
126      <ObjectFileName>.\AcpiXtract\</ObjectFileName>
127      <ProgramDataBaseFileName>.\AcpiXtract\</ProgramDataBaseFileName>
128      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
129      <CallingConvention>FastCall</CallingConvention>
130      <CompileAs>CompileAsC</CompileAs>
131      <MultiProcessorCompilation>true</MultiProcessorCompilation>
132      <ControlFlowGuard>Guard</ControlFlowGuard>
133    </ClCompile>
134    <PreLinkEvent>
135      <Command>if NOT EXIST ..\..\libraries mkdir ..\..\libraries</Command>
136      <Message>Checking existence of acpica/libraries directory</Message>
137    </PreLinkEvent>
138    <PostBuildEvent>
139      <Command>copy acpixtract\acpixtract.exe ..\..\libraries\acpixtract.exe</Command>
140      <Message>Copying acpixtract to libraries...</Message>
141    </PostBuildEvent>
142    <Midl>
143      <TypeLibraryName>.\AcpiXtract\AcpiXtract.tlb</TypeLibraryName>
144    </Midl>
145    <ResourceCompile>
146      <Culture>0x0409</Culture>
147      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
148    </ResourceCompile>
149    <Bscmake>
150      <SuppressStartupBanner>true</SuppressStartupBanner>
151      <OutputFile>.\AcpiXtract\AcpiXtract.bsc</OutputFile>
152    </Bscmake>
153    <Link>
154      <SuppressStartupBanner>true</SuppressStartupBanner>
155      <SubSystem>Console</SubSystem>
156      <OutputFile>.\AcpiXtract\AcpiXtract.exe</OutputFile>
157      <AdditionalDependencies>kernel32.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
158      <GenerateDebugInformation>false</GenerateDebugInformation>
159    </Link>
160  </ItemDefinitionGroup>
161  <ItemGroup>
162    <ClCompile Include="..\..\source\common\getopt.c" />
163    <ClCompile Include="..\..\source\components\utilities\utascii.c" />
164    <ClCompile Include="..\..\source\components\utilities\utdebug.c" />
165    <ClCompile Include="..\..\source\components\utilities\utexcep.c" />
166    <ClCompile Include="..\..\source\components\utilities\utglobal.c" />
167    <ClCompile Include="..\..\source\components\utilities\utmath.c" />
168    <ClCompile Include="..\..\source\components\utilities\utnonansi.c" />
169    <ClCompile Include="..\..\source\components\utilities\utxferror.c" />
170    <ClCompile Include="..\..\source\os_specific\service_layers\oswinxf.c" />
171    <ClCompile Include="..\..\source\tools\AcpiXtract\acpixtract.c">
172      <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel>
173      <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel>
174      <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</BrowseInformation>
175    </ClCompile>
176    <ClCompile Include="..\..\source\tools\acpixtract\axmain.c" />
177    <ClCompile Include="..\..\source\tools\acpixtract\axutils.c" />
178  </ItemGroup>
179  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
180  <ImportGroup Label="ExtensionTargets">
181  </ImportGroup>
182</Project>