Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24450
Modified Files:
NHibernate.Test-1.1.csproj
Log Message:
Refactored how naming strategies for fields are implemented.
Index: NHibernate.Test-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** NHibernate.Test-1.1.csproj 22 Aug 2004 06:19:45 -0000 1.34
--- NHibernate.Test-1.1.csproj 23 Aug 2004 02:10:31 -0000 1.35
***************
*** 357,376 ****
/>
<File
! RelPath = "PropertyTest\FieldAccessorFixture.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "PropertyTest\FieldClass.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "PropertyTest\FieldMUnderscorePrefixAccessorFixture.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "PropertyTest\FieldUnderscorePrefixAccessorFixture.cs"
SubType = "Code"
BuildAction = "Compile"
--- 357,381 ----
/>
<File
! RelPath = "PropertyTest\CamelCaseFixture.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "PropertyTest\CamelCaseUnderscoreFixture.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "PropertyTest\FieldAccessorFixture.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "PropertyTest\FieldClass.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "PropertyTest\PascalCaseMUnderscoreFixture.cs"
SubType = "Code"
BuildAction = "Compile"
|