-
Notifications
You must be signed in to change notification settings - Fork 0
/
DbLinq-All.nunit
37 lines (37 loc) · 1.9 KB
/
DbLinq-All.nunit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<NUnitProject>
<Settings activeconfig="Debug" />
<Config name="Debug" binpathtype="Auto">
<assembly path="build.dbg\DbLinq.Firebird_test.dll" />
<assembly path="build.dbg\DbLinq.Ingres_test.exe" />
<assembly path="build.dbg\DbLinq.MySql_test.exe" />
<assembly path="build.dbg\DbLinq.Oracle_test.exe" />
<assembly path="build.dbg\DbLinq.Oracle_test_odp.exe" />
<assembly path="build.dbg\DbLinq.PostgreSql_test.exe" />
<assembly path="build.dbg\DbLinq.Sqlite_test.dll" />
<assembly path="build.dbg\DbLinq.Sqlite_test_mono.dll" />
<assembly path="build.dbg\DbLinq.Sqlite_test_mono_strict.dll" />
<assembly path="build.dbg\DbLinq.SqlServer_test.dll" />
<assembly path="build.dbg\DbLinq.SqlServer_test_ndb.dll" />
<assembly path="build.dbg\DbLinq.SqlServer_test_strict.dll" />
<assembly path="build.dbg\DbLinq_test.dll" />
<assembly path="build.dbg\DbLinq_test_ndb_strict.dll" />
<assembly path="build.dbg\DbMetal_test.dll" />
</Config>
<Config name="Release" binpathtype="Auto">
<assembly path="build\DbLinq.Firebird_test.dll" />
<assembly path="build\DbLinq.Ingres_test.exe" />
<assembly path="build\DbLinq.MySql_test.exe" />
<assembly path="build\DbLinq.Oracle_test.exe" />
<assembly path="build\DbLinq.Oracle_test_odp.exe" />
<assembly path="build\DbLinq.PostgreSql_test.exe" />
<assembly path="build\DbLinq.Sqlite_test.dll" />
<assembly path="build\DbLinq.Sqlite_test_mono.dll" />
<assembly path="build\DbLinq.Sqlite_test_mono_strict.dll" />
<assembly path="build\DbLinq.SqlServer_test.dll" />
<assembly path="build\DbLinq.SqlServer_test_ndb.dll" />
<assembly path="build\DbLinq.SqlServer_test_strict.dll" />
<assembly path="build\DbLinq_test.dll" />
<assembly path="build\DbLinq_test_ndb_strict.dll" />
<assembly path="build\DbMetal_test.dll" />
</Config>
</NUnitProject>