Set platform to 64 Bit

This commit is contained in:
Natsumi
2021-06-10 02:05:23 +12:00
committed by GitHub
parent 881f9bd8c7
commit aa0055ece7

View File

@@ -61,6 +61,7 @@ Screenshots
* Build .NET
* Install [Visual Studio](https://visualstudio.microsoft.com/) if it's not already installed.
* In Visual Studio "Open Project/Solution" and browse to the [Solution file](https://docs.microsoft.com/en-us/visualstudio/extensibility/internals/solution-dot-sln-file) provided inside the downloaded source code.
* Set [Configuration](https://docs.microsoft.com/en-us/visualstudio/ide/understanding-build-configurations?view=vs-2019) to `Release` and Platform to `x64`
* Restore [NuGet](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore#restore-packages-automatically-using-visual-studio) packages.
* [Build](https://docs.microsoft.com/en-us/visualstudio/ide/building-and-cleaning-projects-and-solutions-in-visual-studio) Solution.