Notepad3/minipath
Rainer Kottenhoff 8600d566db fixing issue #35 (preserve FileExtension settings while switching Styles / 2nd Default Scheme)
+ enlarge some string buffers for dialogs
+ fixing np3encrypt vcxproj files
2017-08-11 03:35:21 +02:00
..
res - minipath DPI aware false 2017-08-10 13:54:40 +02:00
src fixing issue #35 (preserve FileExtension settings while switching Styles / 2nd Default Scheme) 2017-08-11 03:35:21 +02:00
Versions Implemented a new versioning scheme 2016-06-24 08:48:48 +02:00
.gitattributes MiniPath added to solution. 2015-11-17 14:29:11 +02:00
License.txt Updated copyright information 2015-11-17 16:46:22 +02:00
metapath.txt MiniPath added to solution. 2015-11-17 14:29:11 +02:00
minipath_VS2017.vcxproj + add commandline tool for batch encrypt / decrypt textfiles, comatible with NP3's encryption feature (Autor Dave Dyer: http://www.andromeda.com/people/ddyer/) 2017-08-10 18:00:27 +02:00
minipath_VS2017.vcxproj.filters + fixing manifest embedding (Notepad3 & minipath) in VS2017 Solution / vcproj 2017-08-10 09:52:05 +02:00
minipath.sln MiniPath added to solution. 2015-11-17 14:29:11 +02:00
minipath.vcxproj - fixing issues for batch buils all project configs (Release/Debug/Win32/x64) 2017-08-08 16:03:52 +02:00
minipath.vcxproj.filters MiniPath added to solution. 2015-11-17 14:29:11 +02:00
Readme.txt MiniPath added to solution. 2015-11-17 14:29:11 +02:00
Version.exe Implemented a new versioning scheme 2016-06-24 08:48:48 +02:00
Version.ini Prepaired NP3 Build 422 for Release 2017-08-10 22:41:46 +02:00

=======================================================================
=                                                                     =
=                                                                     =
=   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

###