From: Kevin W. <kev...@us...> - 2004-12-07 19:59:25
|
Update of /cvsroot/nhibernate/NHibernateContrib/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23040/src Modified Files: Nullables-1.1.sln Log Message: initial check-in of SysCache currently unable to fully test, as Clover.NET license and SQL Server are not on current workstation Index: Nullables-1.1.sln =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/Nullables-1.1.sln,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Nullables-1.1.sln 12 Nov 2004 22:08:25 -0000 1.1 --- Nullables-1.1.sln 7 Dec 2004 19:59:14 -0000 1.2 *************** *** 12,15 **** --- 12,23 ---- EndProjectSection EndProject + Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BantamTech.SysCache-1.1", "BantamTech.SysCache\BantamTech.SysCache-1.1.csproj", "{21FB1DFD-A6A9-4C8D-B4E2-CCB2EBDF8F16}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection + EndProject + Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BantamTech.SysCache.Tests-1.1", "BantamTech.SysCache\BantamTech.SysCache.Tests-1.1.csproj", "{53E01216-76B6-4920-A386-2486ACEE5AEA}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection + EndProject Global GlobalSection(SolutionConfiguration) = preSolution *************** *** 30,33 **** --- 38,49 ---- {35F82297-CAB4-4D57-AAB9-CBDB1F6B8841}.Release.ActiveCfg = Release|.NET {35F82297-CAB4-4D57-AAB9-CBDB1F6B8841}.Release.Build.0 = Release|.NET + {21FB1DFD-A6A9-4C8D-B4E2-CCB2EBDF8F16}.Debug.ActiveCfg = Debug|.NET + {21FB1DFD-A6A9-4C8D-B4E2-CCB2EBDF8F16}.Debug.Build.0 = Debug|.NET + {21FB1DFD-A6A9-4C8D-B4E2-CCB2EBDF8F16}.Release.ActiveCfg = Release|.NET + {21FB1DFD-A6A9-4C8D-B4E2-CCB2EBDF8F16}.Release.Build.0 = Release|.NET + {53E01216-76B6-4920-A386-2486ACEE5AEA}.Debug.ActiveCfg = Debug|.NET + {53E01216-76B6-4920-A386-2486ACEE5AEA}.Debug.Build.0 = Debug|.NET + {53E01216-76B6-4920-A386-2486ACEE5AEA}.Release.ActiveCfg = Release|.NET + {53E01216-76B6-4920-A386-2486ACEE5AEA}.Release.Build.0 = Release|.NET EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution |