-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathDbLinq-Sqlite-Sqlserver.nunit
27 lines (27 loc) · 1.32 KB
/
DbLinq-Sqlite-Sqlserver.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
<NUnitProject>
<Settings activeconfig="Release" />
<Config name="Debug" binpathtype="Auto">
<assembly path="build.dbg\DbLinq.Sqlite_test.dll" />
<assembly path="build.dbg\DbLinq.Sqlite_test_mono.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" />
<assembly path="build.dbg\DbMetal_test_sqlite.dll" />
<assembly path="build.dbg\SqlMetal_test_sqlite.dll" />
</Config>
<Config name="Release" binpathtype="Auto">
<assembly path="build\DbLinq.Sqlite_test.dll" />
<assembly path="build\DbLinq.Sqlite_test_mono.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" />
<assembly path="build\DbMetal_test_sqlite.dll" />
<assembly path="build\SqlMetal_test_sqlite.dll" />
</Config>
</NUnitProject>