Update of /cvsroot/adapdev/Adapdev/src/Adapdev.Data.Tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6213/src/Adapdev.Data.Tests
Modified Files:
Adapdev.Data.Tests.csproj
Log Message:
Index: Adapdev.Data.Tests.csproj
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.Data.Tests/Adapdev.Data.Tests.csproj,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Adapdev.Data.Tests.csproj 30 Dec 2005 20:42:10 -0000 1.15
--- Adapdev.Data.Tests.csproj 1 Mar 2006 01:38:50 -0000 1.16
***************
*** 100,103 ****
--- 100,108 ----
HintPath = "..\..\lib\nunit.framework.dll"
/>
+ <Reference
+ Name = "System.Data.OracleClient"
+ AssemblyName = "System.Data.OracleClient"
+ HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.OracleClient.dll"
+ />
</References>
</Build>
***************
*** 116,128 ****
/>
<File
! RelPath = "ProviderInfoManagerTest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "SchemaBuilderTest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CategoriesExample\CategoriesDAO.cs"
--- 121,139 ----
/>
<File
! RelPath = "CommandTextViewerTest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "ConnectionStringBuilderTest.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "ProviderInfoManagerTest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
+ <Folder RelPath = "bin\Debug\" />
<File
RelPath = "CategoriesExample\CategoriesDAO.cs"
***************
*** 181,184 ****
--- 192,200 ----
/>
<File
+ RelPath = "Schema\SchemaBuilderTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Sql\SelectQueryTest.cs"
SubType = "Code"
|