From: Michael D. <mik...@us...> - 2004-08-16 05:29:11
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv768 Modified Files: NHibernate-1.1.csproj Log Message: Began refactoring to SqlString. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** NHibernate-1.1.csproj 9 Aug 2004 03:34:27 -0000 1.34 --- NHibernate-1.1.csproj 16 Aug 2004 05:29:02 -0000 1.35 *************** *** 1339,1423 **** /> <File ! RelPath = "Sql\Alias.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Sql\ANSIJoinFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Sql\InFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Sql\JoinFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Sql\OracleJoinFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Sql\OuterJoinFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Sql\QueryJoinFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Sql\QuerySelect.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ANSICaseFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\CaseFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ConditionalFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\DecodeCaseFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ForUpdateFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ISqlStringBuilder.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\Parameter.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ParameterLength.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ParameterPrecisionScale.cs" SubType = "Code" BuildAction = "Compile" --- 1339,1418 ---- /> <File ! RelPath = "Sql\QuerySelect.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\Alias.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ANSICaseFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ANSIJoinFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\CaseFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ConditionalFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\DecodeCaseFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ForUpdateFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\InFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ISqlStringBuilder.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\JoinFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\OracleJoinFragment.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\Parameter.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ParameterLength.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\ParameterPrecisionScale.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "SqlCommand\QueryJoinFragment.cs" SubType = "Code" BuildAction = "Compile" |