I am trying to analyze a complex code which include C# and C++ segments, earlier when I was using sonar-runner I had created modules for C++ part of code in the sonar-project.properties file, but now after migrating to MSBuild.SonarQube.Runner, I dont know how to give module information since there is no sonar-project.properties file. Can anyone help me if module creation at all possible using MSBuild.SonarQube.Runner or not ?
Thanks in advance