mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
- using Linker generated manifests (knows dependencies)
- activate VS2017's postprocessing manifest-tool to merge manifest with
Version.exe's .manifest.conf part (re-embedding assembled manifest)
- by the way: Version.exe (Release/Win32) should only patch the items in
<assemblyIdentity /> node of .manifest.conf and not re-create the complete manifest wiith dependencies
(it works fine yet, but, if the Linker change dependencies, this will lead to merge conflicts)
- switching DPI awarenes to 'false', cause only MFC Application can be made DPI aware
(setting 'true' for non MFC Applications will end up in blurry effects on scaled desktops [MS doc])
- Tip: the embedded manifest resource can be checked by:
i) load the .exe via file open dialog into VS2017
ii) or using Sysinternal's > sigcheck.exe -a -m Notepad3.exe
|
||
|---|---|---|
| .. | ||
| res | ||
| src | ||
| Versions | ||
| .gitattributes | ||
| License.txt | ||
| metapath.txt | ||
| minipath_VS2017.vcxproj | ||
| minipath_VS2017.vcxproj.filters | ||
| minipath.sln | ||
| minipath.vcxproj | ||
| minipath.vcxproj.filters | ||
| Readme.txt | ||
| Version.exe | ||
| Version.ini | ||
======================================================================= = = = = = metapath - The universal Explorer-like Plugin = = = = = = metapath 4.0.13 = = (c) Florian Balmer 1996-2011 = = http://www.flos-freeware.ch = = = = = ======================================================================= The metapath Source Code This package contains the full source code of metapath 4.0.13 for Windows. Project files for Visual C++ 7.0 are included. Chances are that metapath can be rebuilt with other development tools, including the free Visual C++ Express Edition, but I haven't tested this. Creating a Compact Executable Program File Linking to the system CRT slightly improves disk footprint, memory usage and startup because the pages for the system CRT are already loaded and shared in memory. To achieve this, the release version of metapath.exe is built using the Windows Driver Kit (WDK) 7.1.0 tools, available as a free download from Microsoft. The appropriate build scripts can be found in the "wdkbuild" subdirectory. Set %WDKBASEDIR% to the directory where the WDK tools are located on your system. Copyright See License.txt for details about distribution and modification. If you have any comments or questions, please drop me a note: florian.balmer@gmail.com (c) Florian Balmer 1996-2011 http://www.flos-freeware.ch ###