Added ability to order the execution of dictionary adapter behaviors.
[castle.git] / Experiments / Castle.MonoRail.Generator / templates / solution.vm
blob1ea0b49cdc50907d0c2d476eb2ea4c8ddf9b6681
1 Microsoft Visual Studio Solution File, Format Version 8.00\r
2 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "${basename}", "${basename}\\${basenameproj}", "{${projid}}"\r
3         ProjectSection(ProjectDependencies) = postProject\r
4         EndProjectSection\r
5 EndProject\r
6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "${basename}.Tests", "${basename}.Tests\\${basenameprojtests}", "{${projtestid}}"\r
7         ProjectSection(ProjectDependencies) = postProject\r
8         EndProjectSection\r
9 EndProject\r
10 Global\r
11         GlobalSection(SolutionConfiguration) = preSolution\r
12                 Debug = Debug\r
13                 Release = Release\r
14         EndGlobalSection\r
15         GlobalSection(ProjectConfiguration) = postSolution\r
16                 {${projid}}.Debug.ActiveCfg = Debug|.NET\r
17                 {${projid}}.Debug.Build.0 = Debug|.NET\r
18                 {${projid}}.Release.ActiveCfg = Release|.NET\r
19                 {${projid}}.Release.Build.0 = Release|.NET\r
20                 {${projtestid}}.Debug.ActiveCfg = Debug|.NET\r
21                 {${projtestid}}.Debug.Build.0 = Debug|.NET\r
22                 {${projtestid}}.Release.ActiveCfg = Release|.NET\r
23                 {${projtestid}}.Release.Build.0 = Release|.NET\r
24         EndGlobalSection\r
25         GlobalSection(ExtensibilityGlobals) = postSolution\r
26         EndGlobalSection\r
27         GlobalSection(ExtensibilityAddIns) = postSolution\r
28         EndGlobalSection\r
29 EndGlobal\r