mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-28 05:11:35 +00:00
15 lines
769 B
XML
15 lines
769 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClCompile Include="..\QuickLook.Native.Shell32\QuickLook.Native.Shell32.cpp" />
|
|
<ClCompile Include="..\QuickLook.Native.Shell32\dllmain.cpp" />
|
|
<ClCompile Include="..\QuickLook.Native.Shell32\Shell32.cpp" />
|
|
<ClCompile Include="..\QuickLook.Native.Shell32\stdafx.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\QuickLook.Native.Shell32\QuickLook.Native.Shell32.h" />
|
|
<ClInclude Include="..\QuickLook.Native.Shell32\Shell32.h" />
|
|
<ClInclude Include="..\QuickLook.Native.Shell32\stdafx.h" />
|
|
<ClInclude Include="..\QuickLook.Native.Shell32\targetver.h" />
|
|
</ItemGroup>
|
|
</Project> |