From: Michael D. <mik...@us...> - 2004-08-20 17:39:12
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17702 Modified Files: NHibernate-1.1.csproj Log Message: Moved QuerySelect to SqlCommand folder and removed all "using NHibernate.Sql" because that namespace has been completely refactored to SqlCommand. There were also some classes with the using that had no reason to have a "using NHibernate.SqlCommand;" Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** NHibernate-1.1.csproj 20 Aug 2004 02:34:20 -0000 1.36 --- NHibernate-1.1.csproj 20 Aug 2004 17:39:03 -0000 1.37 *************** *** 1343,1351 **** BuildAction = "Compile" /> ! <File ! RelPath = "Sql\QuerySelect.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> <File RelPath = "SqlCommand\Alias.cs" --- 1343,1347 ---- BuildAction = "Compile" /> ! <Folder RelPath = "Sql\" /> <File RelPath = "SqlCommand\Alias.cs" *************** *** 1424,1427 **** --- 1420,1428 ---- /> <File + RelPath = "SqlCommand\QuerySelect.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "SqlCommand\SelectFragment.cs" SubType = "Code" |