forked from Pash-Project/Pash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pash.nunit
18 lines (18 loc) · 1.05 KB
/
Pash.nunit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<NUnitProject>
<Settings activeconfig="Debug" />
<Config name="Debug" configfile="Source/TestHost/bin/Debug/TestHost.exe.config" binpathtype="Auto">
<assembly path="Source/TestHost/bin/Debug/TestHost.exe" />
<assembly path="Source/System.Management.Tests/bin/Debug/System.Management.Tests.dll" />
<assembly path="Libraries/Libraries.Tests/bin/Debug/Libraries.Tests.dll" />
<assembly path="Spikes/Spikes/bin/Debug/Spikes.dll" />
<assembly path="Source/PashConsole.Tests/bin/Debug/PashConsole.Tests.dll" />
<assembly path="Source/ReferenceTests/bin/Debug/ReferenceTests.dll" />
</Config>
<Config name="Release" binpathtype="Auto">
<assembly path="Source/TestHost/bin/Release/TestHost.exe" />
<assembly path="Source/System.Management.Tests/bin/Release/System.Management.Tests.dll" />
<assembly path="Libraries/Libraries.Tests/bin/Release/Libraries.Tests.dll" />
<assembly path="Spikes/Spikes/bin/Release/Spikes.dll" />
<assembly path="Source/ReferenceTests/bin/Release/ReferenceTests.dll" />
</Config>
</NUnitProject>