comparison foosdk/sdk/libPPUI/libPPUI.vcxproj @ 1:20d02a178406 default tip

*: check in everything else yay
author Paper <paper@tflc.us>
date Mon, 05 Jan 2026 02:15:46 -0500
parents
children
comparison
equal deleted inserted replaced
0:e9bb126753e7 1:20d02a178406
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|ARM64">
5 <Configuration>Debug</Configuration>
6 <Platform>ARM64</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|ARM64EC">
9 <Configuration>Debug</Configuration>
10 <Platform>ARM64EC</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|ARM64">
17 <Configuration>Release</Configuration>
18 <Platform>ARM64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|ARM64EC">
21 <Configuration>Release</Configuration>
22 <Platform>ARM64EC</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|Win32">
25 <Configuration>Release</Configuration>
26 <Platform>Win32</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Debug|x64">
29 <Configuration>Debug</Configuration>
30 <Platform>x64</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <VCProjectVersion>15.0</VCProjectVersion>
39 <ProjectGuid>{7729EB82-4069-4414-964B-AD399091A03F}</ProjectGuid>
40 <Keyword>Win32Proj</Keyword>
41 <RootNamespace>libPPUI</RootNamespace>
42 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
43 </PropertyGroup>
44 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
46 <ConfigurationType>StaticLibrary</ConfigurationType>
47 <UseDebugLibraries>true</UseDebugLibraries>
48 <PlatformToolset>v142</PlatformToolset>
49 <CharacterSet>Unicode</CharacterSet>
50 </PropertyGroup>
51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
52 <ConfigurationType>StaticLibrary</ConfigurationType>
53 <UseDebugLibraries>false</UseDebugLibraries>
54 <PlatformToolset>v142</PlatformToolset>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
56 <CharacterSet>Unicode</CharacterSet>
57 </PropertyGroup>
58 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
59 <ConfigurationType>StaticLibrary</ConfigurationType>
60 <UseDebugLibraries>true</UseDebugLibraries>
61 <PlatformToolset>v142</PlatformToolset>
62 <CharacterSet>Unicode</CharacterSet>
63 </PropertyGroup>
64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
65 <ConfigurationType>StaticLibrary</ConfigurationType>
66 <UseDebugLibraries>true</UseDebugLibraries>
67 <PlatformToolset>v143</PlatformToolset>
68 <CharacterSet>Unicode</CharacterSet>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="Configuration">
71 <ConfigurationType>StaticLibrary</ConfigurationType>
72 <UseDebugLibraries>true</UseDebugLibraries>
73 <PlatformToolset>v143</PlatformToolset>
74 <CharacterSet>Unicode</CharacterSet>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
77 <ConfigurationType>StaticLibrary</ConfigurationType>
78 <UseDebugLibraries>false</UseDebugLibraries>
79 <PlatformToolset>v142</PlatformToolset>
80 <WholeProgramOptimization>true</WholeProgramOptimization>
81 <CharacterSet>Unicode</CharacterSet>
82 </PropertyGroup>
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
84 <ConfigurationType>StaticLibrary</ConfigurationType>
85 <UseDebugLibraries>false</UseDebugLibraries>
86 <PlatformToolset>v143</PlatformToolset>
87 <WholeProgramOptimization>true</WholeProgramOptimization>
88 <CharacterSet>Unicode</CharacterSet>
89 </PropertyGroup>
90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="Configuration">
91 <ConfigurationType>StaticLibrary</ConfigurationType>
92 <UseDebugLibraries>false</UseDebugLibraries>
93 <PlatformToolset>v143</PlatformToolset>
94 <WholeProgramOptimization>true</WholeProgramOptimization>
95 <CharacterSet>Unicode</CharacterSet>
96 </PropertyGroup>
97 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
98 <ImportGroup Label="ExtensionSettings">
99 </ImportGroup>
100 <ImportGroup Label="Shared">
101 </ImportGroup>
102 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
103 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
104 </ImportGroup>
105 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
106 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
107 </ImportGroup>
108 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
109 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
110 </ImportGroup>
111 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
112 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
113 </ImportGroup>
114 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="PropertySheets">
115 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
116 </ImportGroup>
117 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
118 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
119 </ImportGroup>
120 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
121 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
122 </ImportGroup>
123 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="PropertySheets">
124 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
125 </ImportGroup>
126 <PropertyGroup Label="UserMacros" />
127 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
128 <LinkIncremental>true</LinkIncremental>
129 </PropertyGroup>
130 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
131 <LinkIncremental>true</LinkIncremental>
132 </PropertyGroup>
133 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
134 <LinkIncremental>true</LinkIncremental>
135 </PropertyGroup>
136 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">
137 <LinkIncremental>true</LinkIncremental>
138 </PropertyGroup>
139 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
140 <LinkIncremental>false</LinkIncremental>
141 </PropertyGroup>
142 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
143 <LinkIncremental>false</LinkIncremental>
144 </PropertyGroup>
145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
146 <LinkIncremental>false</LinkIncremental>
147 </PropertyGroup>
148 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
149 <LinkIncremental>false</LinkIncremental>
150 </PropertyGroup>
151 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
152 <ClCompile>
153 <PrecompiledHeader>Use</PrecompiledHeader>
154 <WarningLevel>Level3</WarningLevel>
155 <Optimization>Disabled</Optimization>
156 <RuntimeTypeInfo>false</RuntimeTypeInfo>
157 <AdditionalIncludeDirectories>..</AdditionalIncludeDirectories>
158 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
159 <MultiProcessorCompilation>true</MultiProcessorCompilation>
160 <TreatSpecificWarningsAsErrors>4715</TreatSpecificWarningsAsErrors>
161 <BufferSecurityCheck>false</BufferSecurityCheck>
162 <FloatingPointModel>Fast</FloatingPointModel>
163 <LanguageStandard>stdcpp17</LanguageStandard>
164 <ConformanceMode>true</ConformanceMode>
165 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
166 </ClCompile>
167 <Link>
168 <SubSystem>Windows</SubSystem>
169 <GenerateDebugInformation>true</GenerateDebugInformation>
170 </Link>
171 </ItemDefinitionGroup>
172 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
173 <ClCompile>
174 <PrecompiledHeader>Use</PrecompiledHeader>
175 <WarningLevel>Level3</WarningLevel>
176 <Optimization>Disabled</Optimization>
177 <BufferSecurityCheck>false</BufferSecurityCheck>
178 <MultiProcessorCompilation>true</MultiProcessorCompilation>
179 <RuntimeTypeInfo>false</RuntimeTypeInfo>
180 <AdditionalIncludeDirectories>..</AdditionalIncludeDirectories>
181 <LanguageStandard>stdcpp17</LanguageStandard>
182 <ConformanceMode>true</ConformanceMode>
183 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
184 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
185 </ClCompile>
186 <Link>
187 <SubSystem>Windows</SubSystem>
188 <GenerateDebugInformation>true</GenerateDebugInformation>
189 </Link>
190 </ItemDefinitionGroup>
191 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
192 <ClCompile>
193 <PrecompiledHeader>Use</PrecompiledHeader>
194 <WarningLevel>Level3</WarningLevel>
195 <Optimization>Disabled</Optimization>
196 <BufferSecurityCheck>false</BufferSecurityCheck>
197 <MultiProcessorCompilation>true</MultiProcessorCompilation>
198 <RuntimeTypeInfo>false</RuntimeTypeInfo>
199 <AdditionalIncludeDirectories>..</AdditionalIncludeDirectories>
200 <LanguageStandard>stdcpp17</LanguageStandard>
201 <ConformanceMode>true</ConformanceMode>
202 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
203 </ClCompile>
204 <Link>
205 <SubSystem>Windows</SubSystem>
206 <GenerateDebugInformation>true</GenerateDebugInformation>
207 </Link>
208 </ItemDefinitionGroup>
209 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">
210 <ClCompile>
211 <PrecompiledHeader>Use</PrecompiledHeader>
212 <WarningLevel>Level3</WarningLevel>
213 <Optimization>Disabled</Optimization>
214 <BufferSecurityCheck>false</BufferSecurityCheck>
215 <MultiProcessorCompilation>true</MultiProcessorCompilation>
216 <RuntimeTypeInfo>false</RuntimeTypeInfo>
217 <AdditionalIncludeDirectories>..</AdditionalIncludeDirectories>
218 <LanguageStandard>stdcpp17</LanguageStandard>
219 <ConformanceMode>true</ConformanceMode>
220 </ClCompile>
221 <Link>
222 <SubSystem>Windows</SubSystem>
223 <GenerateDebugInformation>true</GenerateDebugInformation>
224 </Link>
225 </ItemDefinitionGroup>
226 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
227 <ClCompile>
228 <PrecompiledHeader>Use</PrecompiledHeader>
229 <WarningLevel>Level3</WarningLevel>
230 <Optimization>MinSpace</Optimization>
231 <FunctionLevelLinking>true</FunctionLevelLinking>
232 <IntrinsicFunctions>true</IntrinsicFunctions>
233 <RuntimeTypeInfo>false</RuntimeTypeInfo>
234 <AdditionalIncludeDirectories>..</AdditionalIncludeDirectories>
235 <MultiProcessorCompilation>true</MultiProcessorCompilation>
236 <TreatSpecificWarningsAsErrors>4715</TreatSpecificWarningsAsErrors>
237 <BufferSecurityCheck>false</BufferSecurityCheck>
238 <FloatingPointModel>Fast</FloatingPointModel>
239 <OmitFramePointers>true</OmitFramePointers>
240 <AdditionalOptions>/d2notypeopt %(AdditionalOptions)</AdditionalOptions>
241 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
242 <LanguageStandard>stdcpp17</LanguageStandard>
243 <ConformanceMode>true</ConformanceMode>
244 </ClCompile>
245 <Link>
246 <SubSystem>Windows</SubSystem>
247 <EnableCOMDATFolding>true</EnableCOMDATFolding>
248 <OptimizeReferences>true</OptimizeReferences>
249 <GenerateDebugInformation>true</GenerateDebugInformation>
250 </Link>
251 </ItemDefinitionGroup>
252 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
253 <ClCompile>
254 <PrecompiledHeader>Use</PrecompiledHeader>
255 <WarningLevel>Level3</WarningLevel>
256 <Optimization>MaxSpeed</Optimization>
257 <FunctionLevelLinking>true</FunctionLevelLinking>
258 <IntrinsicFunctions>true</IntrinsicFunctions>
259 <BufferSecurityCheck>false</BufferSecurityCheck>
260 <FloatingPointModel>Fast</FloatingPointModel>
261 <MultiProcessorCompilation>true</MultiProcessorCompilation>
262 <RuntimeTypeInfo>false</RuntimeTypeInfo>
263 <AdditionalIncludeDirectories>..</AdditionalIncludeDirectories>
264 <AdditionalOptions>/d2notypeopt %(AdditionalOptions)</AdditionalOptions>
265 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
266 <LanguageStandard>stdcpp17</LanguageStandard>
267 <ConformanceMode>true</ConformanceMode>
268 </ClCompile>
269 <Link>
270 <SubSystem>Windows</SubSystem>
271 <EnableCOMDATFolding>true</EnableCOMDATFolding>
272 <OptimizeReferences>true</OptimizeReferences>
273 <GenerateDebugInformation>true</GenerateDebugInformation>
274 </Link>
275 </ItemDefinitionGroup>
276 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
277 <ClCompile>
278 <PrecompiledHeader>Use</PrecompiledHeader>
279 <WarningLevel>Level3</WarningLevel>
280 <Optimization>MaxSpeed</Optimization>
281 <FunctionLevelLinking>true</FunctionLevelLinking>
282 <IntrinsicFunctions>true</IntrinsicFunctions>
283 <BufferSecurityCheck>false</BufferSecurityCheck>
284 <FloatingPointModel>Fast</FloatingPointModel>
285 <MultiProcessorCompilation>true</MultiProcessorCompilation>
286 <RuntimeTypeInfo>false</RuntimeTypeInfo>
287 <AdditionalIncludeDirectories>..</AdditionalIncludeDirectories>
288 <AdditionalOptions>/d2notypeopt %(AdditionalOptions)</AdditionalOptions>
289 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
290 <LanguageStandard>stdcpp17</LanguageStandard>
291 <ConformanceMode>true</ConformanceMode>
292 </ClCompile>
293 <Link>
294 <SubSystem>Windows</SubSystem>
295 <EnableCOMDATFolding>true</EnableCOMDATFolding>
296 <OptimizeReferences>true</OptimizeReferences>
297 <GenerateDebugInformation>true</GenerateDebugInformation>
298 </Link>
299 </ItemDefinitionGroup>
300 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
301 <ClCompile>
302 <PrecompiledHeader>Use</PrecompiledHeader>
303 <WarningLevel>Level3</WarningLevel>
304 <Optimization>MaxSpeed</Optimization>
305 <FunctionLevelLinking>true</FunctionLevelLinking>
306 <IntrinsicFunctions>true</IntrinsicFunctions>
307 <BufferSecurityCheck>false</BufferSecurityCheck>
308 <FloatingPointModel>Fast</FloatingPointModel>
309 <MultiProcessorCompilation>true</MultiProcessorCompilation>
310 <RuntimeTypeInfo>false</RuntimeTypeInfo>
311 <AdditionalIncludeDirectories>..</AdditionalIncludeDirectories>
312 <AdditionalOptions>/d2notypeopt %(AdditionalOptions)</AdditionalOptions>
313 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
314 <LanguageStandard>stdcpp17</LanguageStandard>
315 <ConformanceMode>true</ConformanceMode>
316 </ClCompile>
317 <Link>
318 <SubSystem>Windows</SubSystem>
319 <EnableCOMDATFolding>true</EnableCOMDATFolding>
320 <OptimizeReferences>true</OptimizeReferences>
321 <GenerateDebugInformation>true</GenerateDebugInformation>
322 </Link>
323 </ItemDefinitionGroup>
324 <ItemGroup>
325 <ClInclude Include="AutoComplete.h" />
326 <ClInclude Include="CButtonLite.h" />
327 <ClInclude Include="CDialogResizeHelperCompat.h" />
328 <ClInclude Include="CEditWithButtons.h" />
329 <ClInclude Include="CEnumString.h" />
330 <ClInclude Include="CFlashWindow.h" />
331 <ClInclude Include="CHeaderCtrlEx.h" />
332 <ClInclude Include="CIconOverlayWindow.h" />
333 <ClInclude Include="clipboard.h" />
334 <ClInclude Include="CListAccessible.h" />
335 <ClInclude Include="CListControl-Cell.h" />
336 <ClInclude Include="CListControl-Cells-Compat.h" />
337 <ClInclude Include="CListControl-Cells.h" />
338 <ClInclude Include="CListControl-Subst.h" />
339 <ClInclude Include="CListControl.h" />
340 <ClInclude Include="CListControlComplete.h" />
341 <ClInclude Include="CListControlHeaderImpl.h" />
342 <ClInclude Include="CListControlOwnerData.h" />
343 <ClInclude Include="CListControlSimple.h" />
344 <ClInclude Include="CListControlTruncationTooltipImpl.h" />
345 <ClInclude Include="CListControlUserOptions.h" />
346 <ClInclude Include="CListControlWithSelection.h" />
347 <ClInclude Include="CListControl_EditImpl.h" />
348 <ClInclude Include="CListViewCtrlEx.h" />
349 <ClInclude Include="CMiddleDragImpl.h" />
350 <ClInclude Include="CMiddleDragLite.h" />
351 <ClInclude Include="CMiddleDragOverlay.h" />
352 <ClInclude Include="commandline_parser.h" />
353 <ClInclude Include="Controls.h" />
354 <ClInclude Include="CPopupTooltipMessage.h" />
355 <ClInclude Include="CPowerRequest.h" />
356 <ClInclude Include="CPropVariant.h" />
357 <ClInclude Include="CWindowCreateAndDelete.h" />
358 <ClInclude Include="CDialogResizeHelper.h" />
359 <ClInclude Include="DarkMode-CHyperLink.h" />
360 <ClInclude Include="DarkMode.h" />
361 <ClInclude Include="DarkModeEx.h" />
362 <ClInclude Include="EditBoxFixes.h" />
363 <ClInclude Include="gdi-types-portable.h" />
364 <ClInclude Include="gdiplus-helpers-webp.h" />
365 <ClInclude Include="gdiplus_helpers.h" />
366 <ClInclude Include="GDIUtils.h" />
367 <ClInclude Include="gesture.h" />
368 <ClInclude Include="hookWindowMessages.h" />
369 <ClInclude Include="HyperLinkCtrl.h" />
370 <ClInclude Include="IDataObjectUtils.h" />
371 <ClInclude Include="ImageEncoder.h" />
372 <ClInclude Include="ImplementOnFinalMessage.h" />
373 <ClInclude Include="InPlaceEdit.h" />
374 <ClInclude Include="InPlaceEditTable.h" />
375 <ClInclude Include="link-CommonControls6.h" />
376 <ClInclude Include="listview_helper.h" />
377 <ClInclude Include="PaintUtils.h" />
378 <ClInclude Include="pp-COM-macros.h" />
379 <ClInclude Include="ReStyleWnd.h" />
380 <ClInclude Include="SmartStrStr.h" />
381 <ClInclude Include="stdafx.h" />
382 <ClInclude Include="targetver.h" />
383 <ClInclude Include="TreeMultiSel.h" />
384 <ClInclude Include="TypeFind.h" />
385 <ClInclude Include="win32_op.h" />
386 <ClInclude Include="win32_utility.h" />
387 <ClInclude Include="windowLifetime.h" />
388 <ClInclude Include="wtl-pp.h" />
389 </ItemGroup>
390 <ItemGroup>
391 <ClCompile Include="AutoComplete.cpp" />
392 <ClCompile Include="CEditWithButtons.cpp" />
393 <ClCompile Include="clipboard.cpp" />
394 <ClCompile Include="CListAccessible.cpp" />
395 <ClCompile Include="CListControl-Cells.cpp" />
396 <ClCompile Include="CListControl-Subst.cpp" />
397 <ClCompile Include="CListControl.cpp" />
398 <ClCompile Include="CListControlHeaderImpl.cpp" />
399 <ClCompile Include="CListControlTruncationTooltipImpl.cpp" />
400 <ClCompile Include="CListControlWithSelection.cpp" />
401 <ClCompile Include="CMiddleDragImpl.cpp" />
402 <ClCompile Include="commandline_parser.cpp" />
403 <ClCompile Include="Controls.cpp" />
404 <ClCompile Include="CDialogResizeHelper.cpp" />
405 <ClCompile Include="CPowerRequest.cpp" />
406 <ClCompile Include="DarkMode.cpp" />
407 <ClCompile Include="EditBoxFix.cpp" />
408 <ClCompile Include="gdiplus_helpers.cpp" />
409 <ClCompile Include="GDIUtils.cpp" />
410 <ClCompile Include="IDataObjectUtils.cpp" />
411 <ClCompile Include="ImageEncoder.cpp" />
412 <ClCompile Include="InPlaceCombo.cpp" />
413 <ClCompile Include="InPlaceEdit.cpp" />
414 <ClCompile Include="InPlaceEditTable.cpp" />
415 <ClCompile Include="listview_helper.cpp" />
416 <ClCompile Include="PaintUtils.cpp" />
417 <ClCompile Include="stdafx.cpp">
418 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
419 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
420 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader>
421 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">Create</PrecompiledHeader>
422 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
423 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
424 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader>
425 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">Create</PrecompiledHeader>
426 </ClCompile>
427 <ClCompile Include="TypeFind.cpp" />
428 <ClCompile Include="win32_op.cpp" />
429 <ClCompile Include="win32_utility.cpp" />
430 <ClCompile Include="wtl-pp.cpp" />
431 </ItemGroup>
432 <ItemGroup>
433 <Text Include="libPPUI-license.txt" />
434 <Text Include="libPPUI-readme.txt" />
435 </ItemGroup>
436 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
437 <ImportGroup Label="ExtensionTargets" />
438 </Project>