forked from Shamar/Epic.NET
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Epic.nunit
23 lines (23 loc) · 1.33 KB
/
Epic.nunit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<NUnitProject>
<Settings activeconfig="Default" />
<Config name="Debug" appbase="build\tests\" binpathtype="Auto" runtimeFramework="v4.0">
<assembly path="Debug\Epic.Prelude.UnitTests.dll" />
<assembly path="Debug\Epic.Core.UnitTests.dll" />
<assembly path="Debug\Epic.Query.UnitTests.dll" />
<assembly path="Debug\Epic.Query.Linq.UnitTests.dll" />
<assembly path="Debug\Epic.Query.Object.UnitTests.dll" />
<assembly path="samples\00\Debug\Challenge00.DDDSample.ACME.UnitTests.dll" />
<assembly path="samples\00\Debug\Challenge00.DDDSample.Default.UnitTests.dll" />
<assembly path="samples\00\Debug\Challenge00.DDDSample.UnitTests.dll" />
</Config>
<Config name="Release" appbase="build\tests\" binpathtype="Auto" runtimeFramework="v4.0">
<assembly path="Release\Epic.Prelude.UnitTests.dll" />
<assembly path="Release\Epic.Core.UnitTests.dll" />
<assembly path="Release\Epic.Query.UnitTests.dll" />
<assembly path="Release\Epic.Query.Linq.UnitTests.dll" />
<assembly path="Release\Epic.Query.Object.UnitTests.dll" />
<assembly path="samples\00\Release\Challenge00.DDDSample.ACME.UnitTests.dll" />
<assembly path="samples\00\Release\Challenge00.DDDSample.Default.UnitTests.dll" />
<assembly path="samples\00\Release\Challenge00.DDDSample.UnitTests.dll" />
</Config>
</NUnitProject>