Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 817 Bytes

dev_notes.md

File metadata and controls

23 lines (17 loc) · 817 Bytes

Development Environment

The current recommended development environment is:

  • Visual Studio Community Edition 2022
    • Desktop .NET
    • Desktop C++
  • WIS4 plugin for VS

In order to build the software also needed are (verified versions):

  • Windows Server 2022
  • Aspen v14
  • Office 2021

Building SimSinter

```
  1. Open the SimSinter solution in Visual Studio and build your Configuration.

Running tests

The SimSinter solution includes a suite of regression tests. We recommend running them in Visual Studio with the Debug configuration. You will need to make modifications for other setups.