https://github.com/menees/libraries
.NET libraries used in all Menees utilities.
https://github.com/menees/libraries
binary-diff csharp diff dotnet gdiff text-diff windows-forms winforms wpf
Last synced: 2 months ago
JSON representation
.NET libraries used in all Menees utilities.
- Host: GitHub
- URL: https://github.com/menees/libraries
- Owner: menees
- License: mit
- Created: 2020-02-23T20:10:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T20:40:16.000Z (about 1 year ago)
- Last Synced: 2025-03-25T18:15:29.467Z (3 months ago)
- Topics: binary-diff, csharp, diff, dotnet, gdiff, text-diff, windows-forms, winforms, wpf
- Language: C#
- Homepage:
- Size: 515 KB
- Stars: 29
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Libraries
This repo contains the source code for several .NET libraries used in Menees utilities.|Library|Description|
|---|---|
|[Menees.Common](src/Menees.Common)|Helpers for files, text, XML, logging, exceptions, etc.|
|[Menees.Diffs](src/Menees.Diffs)|Differencing algorithms for text files, binary files, and directories|
|[Menees.Diffs.Windows.Forms](src/Menees.Diffs.Windows.Forms)|Windows Forms controls for showing diffs of text, files, and directories|
|[Menees.Windows](src/Menees.Windows)|Windows-specific helpers for WMI, shell dialogs, and Visual Studio invocation|
|[Menees.Windows.Forms](src/Menees.Windows.Forms)|Windows Forms helpers and custom controls|
|[Menees.Windows.Presentation](src/Menees.Windows.Presentation)|WPF helpers and custom controls|## Targets
|Library|.NET Framework|.NET Core|.NET Standard|NuGet|
|---|---|---|---|---|
|[Menees.Common](src/Menees.Common)|4.8|6.0|2.0|[](https://www.nuget.org/packages/Menees.Common/)|
|[Menees.Diffs](src/Menees.Diffs)|4.8|6.0|2.0|[](https://www.nuget.org/packages/Menees.Diffs/)|
|[Menees.Diffs.Windows.Forms](src/Menees.Diffs.Windows.Forms)|4.8|6.0|--|[](https://www.nuget.org/packages/Menees.Diffs.Windows.Forms/)|
|[Menees.Windows](src/Menees.Windows)|4.8|6.0|--|[](https://www.nuget.org/packages/Menees.Windows/)|
|[Menees.Windows.Forms](src/Menees.Windows.Forms)|4.8|6.0|--|[](https://www.nuget.org/packages/Menees.Windows.Forms/)|
|[Menees.Windows.Presentation](src/Menees.Windows.Presentation)|4.8|6.0|--|[](https://www.nuget.org/packages/Menees.Windows.Presentation/)|## Dependencies
## Used By
* [Diff.Net](https://github.com/menees/Diff.Net)
* [DiskUsage](https://github.com/menees/DiskUsage)
* [Gizmos](https://github.com/menees/Gizmos)
* [Hasher](https://github.com/menees/Hasher)
* [MegaBuild](https://github.com/menees/MegaBuild)
* [Menees VS Tools](https://github.com/menees/VsTools)
* [RegExponent](https://github.com/menees/RegExponent)
* [RPN Calc 3.0](https://github.com/menees/RpnCalc)
* [SharpScript](https://github.com/menees/SharpScript)
* [WirePeep](https://github.com/menees/WirePeep)
* [WorkBreak](https://github.com/menees/WorkBreak)