Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18183/Spring/Spring.Core
Modified Files:
Spring.Core.csproj
Log Message:
Added centralised Type resolution mechanism, runtime type converter, Xml Config handler, multiple documentation updates.
Index: Spring.Core.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Spring.Core.csproj,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Spring.Core.csproj 23 Jul 2004 10:13:00 -0000 1.14
--- Spring.Core.csproj 26 Jul 2004 07:47:54 -0000 1.15
***************
*** 493,501 ****
/>
<File
- RelPath = "Objects\Factory\Xml\ObjectsDefinitionConfigResource.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "Objects\Factory\Xml\ObjectsDtd.cs"
SubType = "Code"
--- 493,496 ----
***************
*** 512,515 ****
--- 507,515 ----
/>
<File
+ RelPath = "Objects\Factory\Xml\XmlConfigObjectFactoryHandler.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Objects\Factory\Xml\XmlObjectDefinitionReader.cs"
SubType = "Code"
***************
*** 542,545 ****
--- 542,550 ----
/>
<File
+ RelPath = "Objects\TypeConverters\RuntimeTypeConverter.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Objects\TypeConverters\StringArrayConverter.cs"
SubType = "Code"
***************
*** 561,564 ****
--- 566,574 ----
/>
<File
+ RelPath = "Util\CachedTypeResolver.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Util\LinkedList.cs"
SubType = "Code"
***************
*** 590,593 ****
--- 600,608 ----
BuildAction = "Compile"
/>
+ <File
+ RelPath = "Util\TypeResolver.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
</Include>
</Files>
|