From: Michael D. <mik...@us...> - 2004-10-20 16:47:29
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15701/NHibernate.Examples Modified Files: App.config NHibernate.Examples-1.1.csproj Log Message: Added a VB.NET version of the QuickStart. Index: NHibernate.Examples-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Examples/NHibernate.Examples-1.1.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** NHibernate.Examples-1.1.csproj 19 Oct 2004 05:38:01 -0000 1.5 --- NHibernate.Examples-1.1.csproj 20 Oct 2004 16:47:19 -0000 1.6 *************** *** 232,258 **** /> <File - RelPath = "ForumQuestions\T1128288\AgentManager.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "ForumQuestions\T1128288\AgentManager.hbm.xml" - BuildAction = "EmbeddedResource" - /> - <File - RelPath = "ForumQuestions\T1128288\CustomerRep.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "ForumQuestions\T1128288\CustomerRep.hbm.xml" - BuildAction = "EmbeddedResource" - /> - <File - RelPath = "ForumQuestions\T1128288\DDLFixture.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "QuickStart\User.cs" SubType = "Code" --- 232,235 ---- Index: App.config =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Examples/App.config,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** App.config 24 Jul 2004 20:51:51 -0000 1.1 --- App.config 20 Oct 2004 16:47:19 -0000 1.2 *************** *** 2,6 **** <configuration> <configSections> ! <section name="nhibernate" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.3300.0,Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> </configSections> --- 2,6 ---- <configuration> <configSections> ! <section name="nhibernate" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0,Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> </configSections> |