Skip to content

Commit

Permalink
Merged settings from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
koschke committed Sep 15, 2023
1 parent fb52d1a commit b9155b8
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions Axivion/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,14 @@
},
"Project": {
"AxivionC#Analysis": {
"_active": true,
"_copy_from": "AxivionC#Frontend",
"solution": "SEE.sln"
"create_multiple_edges": false,
"framework_path": null,
"msbuild_path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe",
"project_is_library": true,
"rfg": "SEE.rfg",
"solution": "SEE.csproj"
},
"BuildSystemIntegration": {
"child_order": [
Expand All @@ -661,7 +667,7 @@
"sourceserver_remote_url": "https://github.com/uni-bremen-agst/SEE.git"
},
"MSBuildIntegration": {
"_active": true,
"_active": false,
"binary": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe",
"project": "SEE.csproj"
},
Expand All @@ -673,17 +679,18 @@
"update_workspace": true
},
"directory": "$(SEEDIRECTORY)",
"ir": "Temp\\bin\\Debug\\SEE.dll.ir",
"ir": null,
"name": "SEE",
"rfg": null
"rfg": "SEE.rfg"
}
},
"Results": {
"Dashboard": {
"ci_mode": {
"filename": "SEE.db",
"provide_ir": {
"backup_existing": true
"backup_existing": false,
"provide_in_dashboard": false
},
"provide_rfg": {
"backup_existing": true,
Expand Down

0 comments on commit b9155b8

Please sign in to comment.