-
Notifications
You must be signed in to change notification settings - Fork 16
Home
To get BASINS up and running in Visual Studio:
1 Install Visual Studio 2015. The free version works fine. Visual Basic and C# are both required. 1 Clone the repository into a local folder (for example dev\BASINS) 1 Install BASINS from the most recent packaged version. This will install in a folder (for example, c:\BASINS41) 1 Copy c:\BASINS41\bin into dev\BASINS and let it replace all files 1 Open dev\BASINS\BASINS40_15.sln in Visual Studio 1 In Solution Explorer, find the project BASINS15, right-click, Set as Startup Project 1 In Build menu, open Configuration Manager. 1 In Configuration Manager, Active solution platform: x86 1 Scroll through the list of projects to make sure Platform is x86 for all of them. 1 Close Configuration Manager 1 Build menu, Rebuild Solution. 1 Debug menu, Start Debugging (F5)