Update of /cvsroot/adapdev/Adapdev/src/Adapdev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30301/src/Adapdev
Modified Files:
Adapdev.csproj
Log Message:
Added support for local transactions
Index: Adapdev.csproj
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev/Adapdev.csproj,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Adapdev.csproj 2 Jun 2005 03:26:01 -0000 1.8
--- Adapdev.csproj 1 Aug 2005 21:04:47 -0000 1.9
***************
*** 100,103 ****
--- 100,108 ----
HintPath = "..\..\lib\log4net.dll"
/>
+ <Reference
+ Name = "System.EnterpriseServices"
+ AssemblyName = "System.EnterpriseServices"
+ HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.EnterpriseServices.dll"
+ />
</References>
</Build>
***************
*** 561,564 ****
--- 566,574 ----
/>
<File
+ RelPath = "Transactions\TransactionScope.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "UID\GuidUIDGenerator.cs"
SubType = "Code"
|