From: Michael D. <mik...@us...> - 2004-08-06 03:25:31
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12166 Modified Files: NHibernate.Examples-1.1.csproj Added Files: hibernate.cfg.xml Log Message: minor, minor mods to Examples. --- NEW FILE: hibernate.cfg.xml --- (This appears to be a binary file; contents omitted.) Index: NHibernate.Examples-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Examples/NHibernate.Examples-1.1.csproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NHibernate.Examples-1.1.csproj 24 Jul 2004 20:51:51 -0000 1.1 --- NHibernate.Examples-1.1.csproj 6 Aug 2004 03:25:17 -0000 1.2 *************** *** 17,21 **** DelaySign = "false" OutputType = "Library" ! PreBuildEvent = 'copy /y "$(ProjectDir)App.config" "$(TargetPath).config"' PostBuildEvent = "" RootNamespace = "NHibernate.Examples" --- 17,21 ---- DelaySign = "false" OutputType = "Library" ! PreBuildEvent = 'copy /y "$(ProjectDir)App.config" "$(TargetPath).config"
copy /y "$(ProjectDir)hibernate.cfg.xml" "hibernate.cfg.xml"' PostBuildEvent = "" RootNamespace = "NHibernate.Examples" *************** *** 104,107 **** --- 104,111 ---- /> <File + RelPath = "hibernate.cfg.xml" + BuildAction = "Content" + /> + <File RelPath = "NHibernate.Examples.build" BuildAction = "None" |