annotate UnitTests/BLToolkit.nunit @ 5:f7d63a092920
Исправлено условие Where в тех случаях, когда репозитарий не является генериком
author |
cin |
date |
Tue, 10 Mar 2015 16:02:11 +0300 |
parents |
f990fcb411a9 |
children |
|
rev |
line source |
0
|
1 <NUnitProject>
|
|
2 <Settings activeconfig="Release" />
|
|
3 <Config name="Debug" configfile="All\App.config" binpathtype="Auto">
|
|
4 <assembly path="All\bin\Debug\HowTo.dll" />
|
|
5 <assembly path="All\bin\Debug\UnitTests.CS.dll" />
|
|
6 <assembly path="All\bin\Debug\Examples.CS.dll" />
|
|
7 <assembly path="All\bin\Debug\Examples.VB.dll" />
|
|
8 </Config>
|
|
9 <Config name="Release" configfile="All\App.config" binpathtype="Auto">
|
|
10 <assembly path="All\bin\Release\HowTo.dll" />
|
|
11 <assembly path="All\bin\Release\UnitTests.CS.dll" />
|
|
12 <assembly path="All\bin\Release\Examples.CS.dll" />
|
|
13 <assembly path="All\bin\Release\Examples.VB.dll" />
|
|
14 </Config>
|
|
15 </NUnitProject>
|