CringyQuotes.Count == 0
I'm out of ideas for something to put here.
Feel free to add something here with a pull request.
- Visual Studio 2019+
- Visual Studio: "Desktop development with C++" (Windows 10 SDK)
- .NET Core 3.0 Preview 6 SDK (or newer).
- NuGet Package Manager (Fetching Dependencies)
- Clone this repository and fetch the submodules.
git clone https://github.com/Reloaded-Project/Reloaded-II
cd Reloaded-II
git submodule update --init --recursive
- Open 'Source/Reloaded-II.sln' in Visual Studio.
- Build.
You're done (* ^ ω ^), go play around!
To distribute Reloaded, build it using the publish script Publish.ps1.
- Open Developer Command Prompt for VS 2019
- Change current directory to the
Sourcedirectory. - Open Powershell by typing in
powershell. - Execute
.\Publish.ps1
The output should reside in the Publish folder.
Note: This action wipes the Output folder, i.e. it will remove your files.