SPRNET-843 - second attempt at solution templates, now conforming to project layout expected by Solution Factory add-in!

This commit is contained in:
markpollack
2009-07-31 18:31:22 +00:00
parent acaab749d6
commit 0ba232a918
64 changed files with 2868 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<configuration>
<spring>
<context>
<resource uri="config://spring/objects"/>
</context>
<objects xmlns="http://www.springframework.net">
<!-- use the filename of your Page for the 'type' attribute to configure DI for a Page -->
<object type="Default.aspx">
<property name="Title" value="Dependency Injection - Hello World Sample"/>
<property name="Message">
<value>This message you are reading was set using dependencies injection.</value>
</property>
</object>
</objects>
</spring>
<system.web>
</system.web>
</configuration>