Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9228
Modified Files:
Spring.Aop.2002.csproj
Log Message:
misc cleanup
Index: Spring.Aop.2002.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop/Spring.Aop.2002.csproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Spring.Aop.2002.csproj 14 Sep 2007 15:18:40 -0000 1.9
--- Spring.Aop.2002.csproj 29 Jan 2008 18:24:50 -0000 1.10
***************
*** 680,683 ****
--- 680,713 ----
/>
<File
+ RelPath = "Aspects\AbstractExceptionHandler.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aspects\AbstractExceptionHandlerAdvice.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aspects\IExceptionHandler.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aspects\ParsedAdviceExpression.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aspects\RetryAdvice.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aspects\RetryExceptionHandler.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Aspects\Cache\BaseCacheAdvice.cs"
SubType = "Code"
***************
*** 720,754 ****
/>
<File
! RelPath = "Aspects\Exceptions\AbstractExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\ExceptionHandlerAdvice.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\IExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\LogExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\ReturnValueExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\SwallowExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\TranslationExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
--- 750,784 ----
/>
<File
! RelPath = "Aspects\Exceptions\ExceptionHandlerAdvice.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\LogExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\ReturnValueExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\SwallowExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Exceptions\TranslationExceptionHandler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Logging\AbstractLoggingAdvice.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Aspects\Logging\SimpleLoggingAdvice.cs"
SubType = "Code"
BuildAction = "Compile"
|