diff --git a/README.md b/README.md index 626f573f..dee868f0 100644 --- a/README.md +++ b/README.md @@ -3,84 +3,28 @@ The Windows File Manager lives again and runs as a native x86 and x64 desktop app on all currently supported version of Windows, including Windows 10. I welcome your thoughts, comments and suggestions. -There are two primary versions of the source code in the master branch: - -1. original_plus tag: refers to the source for WinFile as of Windows NT4 with minimal changes -so that it compiles with Visual Studio and runs on current Windows. - -2. current master: contains my personal changes/additions to WinFile. - +2. current master: contains personal changes/additions to WinFile over the years by many contributors I will consider bugs fixes and suggestions for minor changes to the master branch. Feel free to create a pull request or post issues as you see fit. -I will not be changing the original_plus sources nor creating other branches for other purposes. -You are welcome to do that on your own. - ## Download The App - -If you are running Windows 10, you can download the app from the store - -Get it from Microsoft - If you just want to download the WinFile application without worrying about compiling from the source code, we have a number of pre-compiled versions available. Please select the version which you would like to download. -- [Chocolatey release](https://chocolatey.org/packages/winfile) - -- Winget release: `winget install "Windows File Manager"` - -- [MSYS2 release](https://packages.msys2.org/base/mingw-w64-winfile) - -- [Latest Release on Github (v10.2.0.0)](https://github.com/microsoft/winfile/releases/latest) - -- [First Stable Release (v10.0)](https://github.com/Microsoft/winfile/releases/tag/v10.0) - -- [Original_Plus](https://github.com/Microsoft/winfile/releases/tag/original_plus) +- [Latest Release on Github (v10.2.1.0)](https://github.com/microsoft/winfile/releases/latest) To see more release binaries, including of older versions, [see the releases page](https://github.com/Microsoft/winfile/releases). ## History - The Windows File manager was originally released with Windows 3.0 in the early 1990s. You can read more about the history at https://en.wikipedia.org/wiki/File_Manager_(Windows). ## What it looks like # ![Winfile](winfilescreenshot.png) -## Changes in original_plus - -The source code provided here (in the `src` directory) was copied from the Windows NT 4 source tree in November -2007. The tag named original_plus contains a very limited set of modifications -from the original sources to enable `WinFile.exe` to run on current Windows. -The most significant changes are: - -1. converted to Visual Studio solution; works on VS 2015 and 2017 -2. compiles and runs on 64-bit Windows (e.g., GetWindowLong -> GetWindowLongPtr, LONG -> LPARAM) -3. added a few header files which were stored elsewhere in the NT source tree (e.g., wfext.h) -4. deleted some unused files (e.g., winfile.def) -5. converted 64-bit arithmetic from internal libraries to C -6. converted internal shell APIs to public APIs (the primary reason the old version would not run) - -The help directory contains both winfile.hlp and winfile.chm. Winfile.hlp was in the NT4 -source tree, but does not work on Windows 10 any more. Winfile.chm was copied from -a regular installation of Windows 98 and works on Windows 10. As is, `WinFile.exe` -tries to launch winfile.hlp which fails. - -To create your own local branch referring to this release, run `git checkout -b original_plus`. - -## Changes in master v10.0 after original_plus - -The master branch contains changes I have made since 2007. The changes have been solely determined -by my needs and personal use. Some of the changes have limitations that fit the way I use the tool. -For example, the path index which supports the new goto command only contains information for the c: drive. - -I have also not redesigned or restructured WinFile in any significant way. - -Version v10.0 represents the entire set of changes from Nov. 2007 until this OSS project -was created. For changes post v10.0, see the commit and release history. - -In summary, v10.0 has the following changes/new features compared to original_plus: +## Changes in master v10.2.1.0 +In summary, v10.2.1.0 has the following changes/new features compared to original_plus: 1. OLE drag/drop support 2. control characters (e.g., ctrl+C) map to current shortcut (e.g., `ctrl+C` -> `copy` and copy path to clipboard) @@ -128,11 +72,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. -### What Makes a Good Pull Request for WinFile? -If you are interested in contributing and/or suggesting changes to the actual application, you might find it helpful to [read this post first](https://github.com/Microsoft/winfile/issues/88). - ## License - Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the [MIT](LICENSE) License. diff --git a/samples/addon/AddonSample.vcxproj b/samples/addon/AddonSample.vcxproj index 55327e36..f37ab3d1 100644 --- a/samples/addon/AddonSample.vcxproj +++ b/samples/addon/AddonSample.vcxproj @@ -23,33 +23,33 @@ {B46F5F82-52A4-45CC-9AA3-ADF9EE8E51A3} Win32Proj AddonSample - 10.0.18362.0 + 10.0 AddonSample DynamicLibrary true - v142 + v143 Unicode DynamicLibrary false - v142 + v143 true Unicode DynamicLibrary true - v142 + v143 Unicode DynamicLibrary false - v142 + v143 true Unicode diff --git a/src/Winfile.vcxproj b/src/Winfile.vcxproj index aab8a164..10654ea0 100644 --- a/src/Winfile.vcxproj +++ b/src/Winfile.vcxproj @@ -30,34 +30,34 @@ {028400E7-500A-4FB9-877F-F6C7AE24F109} Winfile Win32Proj - 10.0.18362.0 + 10.0 true true Application - v142 + v143 Application - v142 + v143 Application - v142 + v143 Application - v142 + v143 Application - v142 + v143 Application - v142 + v143 @@ -426,4 +426,4 @@ - + \ No newline at end of file diff --git a/src/Winfile.vcxproj.filters b/src/Winfile.vcxproj.filters index 58538775..defa61fa 100644 --- a/src/Winfile.vcxproj.filters +++ b/src/Winfile.vcxproj.filters @@ -37,6 +37,7 @@ + @@ -62,6 +63,7 @@ + @@ -145,4 +147,4 @@ {a74d83f3-58ec-46d3-bb3d-fadca6ac5743} - + \ No newline at end of file diff --git a/src/res.rc b/src/res.rc index 73d6bec8..9973226f 100644 --- a/src/res.rc +++ b/src/res.rc @@ -95,10 +95,10 @@ END #define VER_PRODUCTNAME_STR "File Manager" #define VER_LEGALCOPYRIGHT_STR "Copyright (c) Microsoft Corporation. All rights reserved." -#define VER_FILEVERSION 10,2,0,0 -#define VER_FILEVERSION_STR "10.2.0.0\0" -#define VER_PRODUCTVERSION 10,2,0,0 -#define VER_PRODUCTVERSION_STR "10.2.0.0\0" +#define VER_FILEVERSION 10,2,1,0 +#define VER_FILEVERSION_STR "10.2.1.0\0" +#define VER_PRODUCTVERSION 10,2,1,0 +#define VER_PRODUCTVERSION_STR "10.2.1.0\0" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/tools/ExeView/ExeView.vcxproj b/tools/ExeView/ExeView.vcxproj index af352843..26d48cb2 100644 --- a/tools/ExeView/ExeView.vcxproj +++ b/tools/ExeView/ExeView.vcxproj @@ -23,32 +23,32 @@ {23717B8E-CA4A-412F-A4EA-5E6899143EC7} Win32Proj ExeView - 10.0.18362.0 + 10.0 Application true - v142 + v143 MultiByte Application false - v142 + v143 true MultiByte Application true - v142 + v143 MultiByte Application false - v142 + v143 true MultiByte diff --git a/tools/FileSignatureInfo/FileSignatureInfo.vcxproj b/tools/FileSignatureInfo/FileSignatureInfo.vcxproj index 0d9ee067..166daf51 100644 --- a/tools/FileSignatureInfo/FileSignatureInfo.vcxproj +++ b/tools/FileSignatureInfo/FileSignatureInfo.vcxproj @@ -31,45 +31,45 @@ {24D8E2A7-CD5A-423B-AEB4-CAA277BD0A0F} Win32Proj FileSignatureInfo - 10.0.18362.0 + 10.0 Application true - v142 + v143 Unicode Application true - v142 + v143 Unicode Application false - v142 + v143 true Unicode Application false - v142 + v143 true Unicode Application true - v142 + v143 Unicode Application false - v142 + v143 true Unicode @@ -242,4 +242,4 @@ - + \ No newline at end of file diff --git a/tools/VerifyResources/VerifyResources.vcxproj b/tools/VerifyResources/VerifyResources.vcxproj index 8043c200..f33fe9e5 100644 --- a/tools/VerifyResources/VerifyResources.vcxproj +++ b/tools/VerifyResources/VerifyResources.vcxproj @@ -31,45 +31,45 @@ {2A455495-7936-4F67-B957-6356E0141DAD} Win32Proj VerifyResources - 10.0.18362.0 + 10.0 Application true - v142 + v143 Unicode Application true - v142 + v143 Unicode Application false - v142 + v143 true Unicode Application false - v142 + v143 true Unicode Application true - v142 + v143 Unicode Application false - v142 + v143 true Unicode @@ -242,4 +242,4 @@ - + \ No newline at end of file