Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17801/NHibernate
Modified Files:
NHibernate-1.1.csproj
Log Message:
removed Eg namespace from NHibernate. Has been added to its own
project NHibernate.Eg that will be a part of the Examples solution.
Index: NHibernate-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** NHibernate-1.1.csproj 13 Oct 2004 04:18:07 -0000 1.51
--- NHibernate-1.1.csproj 19 Oct 2004 02:23:21 -0000 1.52
***************
*** 556,587 ****
/>
<File
- RelPath = "Eg\Edge.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "Eg\Edge.hbm.xml"
- BuildAction = "EmbeddedResource"
- />
- <File
- RelPath = "Eg\NetworkDemo.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "Eg\Source.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "Eg\Vertex.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "Eg\Vertex.hbm.xml"
- BuildAction = "EmbeddedResource"
- />
- <File
RelPath = "Engine\Cascades.cs"
SubType = "Code"
--- 556,559 ----
|