[Adapdev-commits] Adapdev/src/Adapdev Adapdev.csproj,1.16,1.17
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-11-23 03:00:51
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24316/src/Adapdev Modified Files: Adapdev.csproj Log Message: Index: Adapdev.csproj =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev/Adapdev.csproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Adapdev.csproj 16 Nov 2005 07:02:01 -0000 1.16 --- Adapdev.csproj 23 Nov 2005 03:00:42 -0000 1.17 *************** *** 566,569 **** --- 566,574 ---- /> <File + RelPath = "Threading\CallerThreadContext.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Threading\DelegateAdapter.cs" SubType = "Code" *************** *** 571,574 **** --- 576,594 ---- /> <File + RelPath = "Threading\Exceptions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Threading\SmartThreadPool.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Threading\STPStartInfo.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Threading\ThreadPoolWait.cs" SubType = "Code" *************** *** 576,579 **** --- 596,609 ---- /> <File + RelPath = "Threading\WorkItem.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Threading\WorkItemsQueue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Transactions\TransactionScope.cs" SubType = "Code" |