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"
|