-
-
Notifications
You must be signed in to change notification settings - Fork 271
Building the .sln
Lusamine edited this page Mar 17, 2023
·
20 revisions
You can build this solution with Visual Studio 2022. Use Git > Clone Repository...
to make a copy of this repo.
- Ensure you have .NET 7.0 SDK installed.
- This need to be the Build App; Runtime is not sufficient.
- Install an IDE. This example uses Visual Studio 2022.
- Select "Clone Repository" and provide the link
https://github.com/kwsch/SysBot.NET
.
- In the top menu bar, select "x64." Then select "SysBot.Pokemon.WinForms" as the Startup project.
- Open the solution under Solution Explorer. Right-click on the solution and select "Rebuild Solution".
- The location that the
exe
is located will be in the "Output" window at the bottom.
Note: Due to the dependencies required to run the Z3 solver logic (used to determine Raid Seeds for the Seed Check bot), any project using the SysBot.Pokemon project must be built with the x64 build option. Do not use AnyCPU.