From edfeaff89a9343dc3ddbc56aa64e2ef405aceb05 Mon Sep 17 00:00:00 2001 From: Horst Beham Date: Sat, 24 Jul 2021 19:33:10 +0200 Subject: [PATCH] improved build.md --- source/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/build.md b/source/build.md index f12f4f5..b88f8ad 100644 --- a/source/build.md +++ b/source/build.md @@ -1,6 +1,6 @@ Build environment --- -ChanSort is a Microsoft .NET Framework 4.8 application and can be built with Visual Studio 2019. +ChanSort is a Microsoft .NET Framework 4.8 application and can be built with Visual Studio 2019. It uses the "Any CPU" target architecture and a version of Microsoft.Data.Sqlite which supports x86, x64 and ARM, so that the generated ChanSort.exe can run on any of these CPUs. @@ -21,7 +21,7 @@ You can select any of these in the Visual Studio tool bar: 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. -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.Api.ISerializerPlugin until one successfully loads the file opened by the user.