Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3548/src/Spring/Spring.Core
Modified Files:
Spring.Core.csproj
Log Message:
The reference to Spring.Core.IResourceLoader was making the build fail.
Index: Spring.Core.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Spring.Core.csproj,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Spring.Core.csproj 30 Jul 2004 06:07:54 -0000 1.17
--- Spring.Core.csproj 1 Aug 2004 07:21:47 -0000 1.18
***************
*** 1,621 ****
! <VisualStudioProject>
! <CSHARP
! ProjectType = "Local"
! ProductVersion = "7.10.3077"
! SchemaVersion = "2.0"
! ProjectGuid = "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}"
! >
! <Build>
! <Settings
! ApplicationIcon = ""
[...1208 lines suppressed...]
! <File
! RelPath = "Util\StringUtils.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Util\TypeAliasResolver.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Util\TypeResolver.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! </Include>
! </Files>
! </CSHARP>
! </VisualStudioProject>
!
|