This allows the tests to find and load OpenRA.Mods.Common.dll correctly under Linux / Mono. This should fix #10325.
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
<NUnitProject>
|
|
<Settings activeconfig="Debug"/>
|
|
<Config name="Debug" binpath="mods/common">
|
|
<assembly path="OpenRA.Test.dll"/>
|
|
</Config>
|
|
</NUnitProject>
|