OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / libraries / caliburn / Readme.txt
1 Caliburn\r
2 \r
3 Running one of the build commands (build-*.cmd) will execute the NAnt build script in a the chosen configuration.  \r
4 \r
5 Throughout the solution you will see files with the extensions .silverlight.cs or .wpf.cs which indicate major platform differences.  \r
6 Elsewhere I have used various ammounts of conditional compilation as necessary.\r
7 \r
8 Adapters for popular DI frameworks I have included are:\r
9 Caliburn.Castle\r
10 Caliburn.Spring\r
11 Caliburn.StructureMap\r
12 Caliburn.Unity\r
13 Caliburn.Ninject\r
14 Caliburn.Autofac\r
15 Caliburn.MEF (technically not a DI framework)\r
16 \r
17 Using a DI container is not necessary, as Caliburn has a simple built-in container it uses by default.\r
18 \r
19 If you are using Prism, have a look at Caliburn.Prism.\r
20 Unit tests for Caliburn's features can be found in Tests.Caliburn.\r
21 \r
22 Please see the samples folder for examples of how to use the most prominent features of Caliburn.  \r
23 There are identical samples for both WPF and Silverlight.  You can also find some how to's and larger examples there.  \r
24 \r
25 I hope this helps you in your development of applications for WPF and Silverlight.  Enjoy!