How to create this project by a VS project template
This is related to IDEA StatiCa 25.1 and higher
- Install or update the templates IdeaStatiCa.Dotnet.Templates. The required version is 1.0.40 or higer
dotnet new install IdeaStatiCa.Dotnet.Templates
Create a directory for your project and run th command
dotnet new bimapicadapp
it will create a new VS solution in the working directory.
All options can be shown by
dotnet new bimapicadapp --help