-
-
Notifications
You must be signed in to change notification settings - Fork 271
Building the .sln
Lusamine edited this page Jan 27, 2023
·
20 revisions
- Ensure you have .NET 7.0 SDK installed.
- Ensure you have .NET Core 3.1 SDK installed.
- Both of these need to be the Build App; Runtime is not sufficient.
- Ensure the x64 option is selected in the top menu bar
- Ensure that SysBot.Pokemon.WinForms is selected as the Startup project.
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.