Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24251
Modified Files:
NHibernate-1.1.csproj
Log Message:
Refactored how naming strategies for fields are implemented.
Index: NHibernate-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** NHibernate-1.1.csproj 22 Aug 2004 06:39:22 -0000 1.39
--- NHibernate-1.1.csproj 23 Aug 2004 02:10:05 -0000 1.40
***************
*** 1339,1353 ****
/>
<File
! RelPath = "Property\FieldAccessor.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Property\FieldGetter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Property\FieldMUnderscorePrefixAccessor.cs"
SubType = "Code"
BuildAction = "Compile"
--- 1339,1358 ----
/>
<File
! RelPath = "Property\CamelCaseStrategy.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Property\CamelCaseUnderscoreStrategy.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Property\FieldAccessor.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Property\FieldGetter.cs"
SubType = "Code"
BuildAction = "Compile"
***************
*** 1359,1363 ****
/>
<File
! RelPath = "Property\FieldUnderscorePrefixAccessor.cs"
SubType = "Code"
BuildAction = "Compile"
--- 1364,1368 ----
/>
<File
! RelPath = "Property\IFieldNamingStrategy.cs"
SubType = "Code"
BuildAction = "Compile"
***************
*** 1379,1382 ****
--- 1384,1392 ----
/>
<File
+ RelPath = "Property\PascalCaseMUnderscoreStrategy.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Property\PropertyAccessorFactory.cs"
SubType = "Code"
|