[Adapdev-commits] Adapdev/src/Adapdev Adapdev.csproj,1.9,1.10
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-10-26 05:28:00
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17136/src/Adapdev Modified Files: Adapdev.csproj Log Message: Added multi-threading support to testing engine Index: Adapdev.csproj =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev/Adapdev.csproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Adapdev.csproj 1 Aug 2005 21:04:47 -0000 1.9 --- Adapdev.csproj 26 Oct 2005 05:27:45 -0000 1.10 *************** *** 566,569 **** --- 566,574 ---- /> <File + RelPath = "Threading\ThreadPoolWait.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Transactions\TransactionScope.cs" SubType = "Code" |