improved build.md

This commit is contained in:
Horst Beham
2021-07-24 19:33:10 +02:00
parent 29d5137296
commit edfeaff89a

View File

@@ -21,7 +21,7 @@ You can select any of these in the Visual Studio tool bar:
Run your own build Run your own build
--- ---
The application is designed so that you can add, modify and compile non-UI projects using the "NoDevExpress_Debug" build configuration. The application is designed so that you can add, modify and compile non-UI projects using the "NoDevExpress_Debug" build configuration.
Simply copy precompiled ChanSort.exe and \*.UI.dll files to your solution's "Debug" folder, e.g. from a release .zip on [github](https://github.com/PredatH0r/ChanSort/releases). Simply copy precompiled ChanSort.exe and \*.UI.dll files to your solution's "Debug" folder, e.g. from a [binary release .zip on github](https://github.com/PredatH0r/ChanSort/releases).
ChanSort.exe will dynamically load all ChanSort.Loader.*.dll assemblies that it finds in its folder and iterates though classes implementing ChanSort.exe will dynamically load all ChanSort.Loader.*.dll assemblies that it finds in its folder and iterates though classes implementing
ChanSort.Api.ISerializerPlugin until one successfully loads the file opened by the user. ChanSort.Api.ISerializerPlugin until one successfully loads the file opened by the user.