Notepad3/res
Rainer Kottenhoff ada5b0c2b6 + fixing manifest embedding (Notepad3 & minipath) in VS2017 Solution / vcproj
- 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
2017-08-10 09:52:05 +02:00
..
Copy.cur Initial Release 2015-11-13 07:44:58 +02:00
Encoding.bmp Initial Release 2015-11-13 07:44:58 +02:00
Next.bmp Initial Release 2015-11-13 07:44:58 +02:00
Notepad3.exe.manifest + fixing manifest embedding (Notepad3 & minipath) in VS2017 Solution / vcproj 2017-08-10 09:52:05 +02:00
Notepad3.exe.manifest.conf + fixing manifest embedding (Notepad3 & minipath) in VS2017 Solution / vcproj 2017-08-10 09:52:05 +02:00
Notepad3.ico Initial Release 2015-11-13 07:44:58 +02:00
Open.bmp Initial Release 2015-11-13 07:44:58 +02:00
Pick.bmp Initial Release 2015-11-13 07:44:58 +02:00
Prev.bmp Initial Release 2015-11-13 07:44:58 +02:00
Run.ico Initial Release 2015-11-13 07:44:58 +02:00
Styles.ico Initial Release 2015-11-13 07:44:58 +02:00
Toolbar2.bmp Back to smaller toolbar buttons. 2017-08-06 18:38:45 +02:00
Toolbar.bmp Back to smaller toolbar buttons. 2017-08-06 18:38:45 +02:00