See the documentation for instructions on how to use it.
- OS : Windows 10 or higher version (server edition is also available!)
- Tools
- PowerShell 7
- Visual Studio 2022(include 'Desktop development with C++' and '.NET desktop development' workload)
- .NET 7 SDK
- Open a PowerShell terminal from the project directory.
- Run the commands below.
Set-ExecutionPolicy Unrestricted
./build_script.ps1 -target RDMS/RDMS.csproj --framework net7.0 --self-contained false --configuration Release -p:PublishReadyToRun=true -excludeSymbols $(true|false)
./build_script.ps1 -target RDMS/RDMS.Services.csproj --framework net7.0 --self-contained false --configuration Release -p:PublishReadyToRun=true -p:PublishSingleFile=true -excludeSymbols $(true|false)
The contents are freely available under the MIT License.
The licenses of third-party libraries can be found here.