mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-10 01:17:13 +00:00
14 lines
747 B
XML
14 lines
747 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.Native32\DialogHook.cpp" />
|
|
<ClCompile Include="..\QuickLook.Native32\dllmain.cpp" />
|
|
<ClCompile Include="..\QuickLook.Native32\HelperMethods.cpp" />
|
|
<ClCompile Include="..\QuickLook.Native32\DllExport.cpp" />
|
|
<ClCompile Include="..\QuickLook.Native32\Shell32.cpp" />
|
|
<ClCompile Include="..\QuickLook.Native32\stdafx.cpp" />
|
|
<ClCompile Include="..\QuickLook.Native32\WoW64HookHelper.cpp" />
|
|
<ClCompile Include="..\QuickLook.Native32\Everything.cpp" />
|
|
<ClCompile Include="..\QuickLook.Native32\DOpus.cpp" />
|
|
</ItemGroup>
|
|
</Project> |