You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
520 B
20 lines
520 B
<AddIn name = "StressTest" |
|
author = "Daniel Grunwald" |
|
url = "" |
|
description = "TODO: Put description here"> |
|
|
|
<Runtime> |
|
<Import assembly = "StressTest.dll"/> |
|
</Runtime> |
|
|
|
<Path name="/Workspace/Tools"> |
|
<MenuItem id="StressTest" |
|
label="Stress Test" |
|
class="StressTest.StressTestMenuCommand"/> |
|
</Path> |
|
|
|
<Path name="/Workspace/AutostartNothingLoaded"> |
|
<Class id="StressTest" |
|
class="StressTest.StressTestMenuCommand"/> |
|
</Path> |
|
</AddIn>
|
|
|