Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Tools / VSNetWizards / CastleTemplates / VS8 / CSharp / ARProject / Readme.txt
blobe586cfcb96ac473d090c1aef43fde8cfe81aea6c
1 The AR project was created for you, and it is meant to \r
2 hold ActiveRecord types only (as it is a class library). \r
3 You should reference it from the projects that actually\r
4 use the domain model.\r
5 \r
6 Remember that it is up to the project that uses it \r
7 (like a web project, or desktop app) to initialize\r
8 the ActiveRecord framework using ActiveRecordStarter.\r
9 \r
10 More information on configuration and initialization \r
11 can be found on the documentation.\r
14 Enjoy