mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-01 18:35:13 +00:00
16 lines
817 B
XML
16 lines
817 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" />
|
|
<ClCompile Include="..\QuickLook.Native32\MultiCommander.cpp" />
|
|
</ItemGroup>
|
|
</Project>
|