Fixing an issue with output parameters that are of type IntPtr
[castle.git] / MonoRail / TestSiteBrail / TestSiteBrail-vs2005.csproj
blob52e1820ff22582fd0599a0a2918fa3c3cb606d61
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{B39CC8B7-1391-40AF-9DA3-BF294CB16383}</ProjectGuid>\r
8     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>TestSiteBrail</RootNamespace>\r
12     <AssemblyName>TestSiteBrail</AssemblyName>\r
13   </PropertyGroup>\r
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
15     <DebugSymbols>true</DebugSymbols>\r
16     <DebugType>full</DebugType>\r
17     <Optimize>false</Optimize>\r
18     <OutputPath>bin\</OutputPath>\r
19     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
20     <ErrorReport>prompt</ErrorReport>\r
21     <WarningLevel>4</WarningLevel>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
24     <DebugType>pdbonly</DebugType>\r
25     <Optimize>true</Optimize>\r
26     <OutputPath>bin\</OutputPath>\r
27     <DefineConstants>TRACE</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <ItemGroup>\r
32     <None Include="Views\apppath\index.brail" />\r
33     <None Include="Views\CommonScripts\Hello.brail" />\r
34     <None Include="Views\components\ModifyViewProperyBagComponent\mycompview1.brail" />\r
35     <None Include="Views\components\SimpleInlineViewComponent2\mycompview1.brail" />\r
36     <None Include="Views\components\SimpleInlineViewComponent3\default.brail" />\r
37     <None Include="Views\components\TemplateComponent\Default.brail" />\r
38     <None Include="Views\components\WithParamsComponent\Default.brail" />\r
39     <None Include="Views\cookies\Index.brail" />\r
40     <None Include="Views\defaultlayout\index.brail" />\r
41     <None Include="Views\filter\index.brail" />\r
42     <None Include="Views\helper\DictHelperUsage.brail" />\r
43     <None Include="Views\helper\InheritedHelpers.brail" />\r
44     <None Include="Views\home\bag.brail" />\r
45     <None Include="Views\home\bag2.brail" />\r
46     <None Include="Views\home\empty.brail" />\r
47     <None Include="Views\home\HelloFromCommon.brail" />\r
48     <None Include="Views\home\heyhello.brail" />\r
49     <None Include="Views\home\index.brail" />\r
50     <None Include="Views\home\nullableProperties.brail" />\r
51     <None Include="Views\home\nullables.brail" />\r
52     <None Include="Views\home\PreProcessor.brail" />\r
53     <None Include="Views\layoutable\ChangeLayout.brail" />\r
54     <None Include="Views\layoutable\index.brail" />\r
55     <None Include="Views\layouts\defaultlayout.brail" />\r
56     <None Include="Views\layouts\layout_with_captureFor.brail" />\r
57     <None Include="Views\layouts\master.brail" />\r
58     <None Include="Views\layouts\master2.brail" />\r
59     <None Include="Views\OutputMethods\HtmlOutputAttribute.brail" />\r
60     <None Include="Views\OutputMethods\MarkDownOutputAttribute.brail" />\r
61     <None Include="Views\OutputMethods\RawOutputAttribute.brail" />\r
62     <None Include="Views\rescues\General.brail" />\r
63     <None Include="Views\rescues\SaveError.brail" />\r
64     <None Include="Views\rescues\UpdateError.brail" />\r
65     <None Include="Views\rescues\UpdateErrorMsg.brail" />\r
66     <None Include="Views\resourced\getresources.brail" />\r
67     <None Include="Views\SubArea\home\index.brail" />\r
68     <None Include="Views\SubView\CallSubViewWithParameters.brail" />\r
69     <None Include="Views\SubView\index.brail" />\r
70     <None Include="Views\SubView\listItem.brail" />\r
71     <None Include="Views\SubView\SubView.brail" />\r
72     <None Include="Views\SubView\SubViewWithParameters.brail" />\r
73     <None Include="Views\SubView\SubViewWithPath.brail" />\r
74     <None Include="Views\SubView\useLotsOfSubViews.brail" />\r
75     <None Include="Views\UsingComponent2\ComponentWithInvalidSections.brail" />\r
76     <None Include="Views\UsingComponent2\GridComponent1.brail" />\r
77     <None Include="Views\UsingComponent2\GridComponent2.brail" />\r
78     <None Include="Views\usingcomponents\captureFor.brail" />\r
79     <None Include="Views\usingcomponents\captureForWithLayout.brail" />\r
80     <None Include="Views\usingcomponents\index1.brail" />\r
81     <None Include="Views\usingcomponents\index10.brail" />\r
82     <None Include="Views\usingcomponents\index2.brail" />\r
83     <None Include="Views\usingcomponents\index3.brail" />\r
84     <None Include="Views\usingcomponents\index4.brail" />\r
85     <None Include="Views\usingcomponents\index5.brail" />\r
86     <None Include="Views\usingcomponents\index8.brail" />\r
87     <None Include="Views\usingcomponents\index9.brail" />\r
88     <None Include="Views\usingcomponents\template.brail" />\r
89     <None Include="Views\usingcomponents\WithParams.brail" />\r
90     <None Include="Views\xml\complex.brail" />\r
91     <None Include="Views\xml\pure.brail" />\r
92     <None Include="Web.config" />\r
93   </ItemGroup>\r
94   <ItemGroup>\r
95     <Compile Include="Components\BlockViewComponent1.cs" />\r
96     <Compile Include="Components\BlockViewComponent2.cs" />\r
97     <Compile Include="Components\GridComponent.cs" />\r
98     <Compile Include="Components\InlineComponentWithParam1.cs" />\r
99     <Compile Include="Components\ModifyViewProperyBagComponent.cs" />\r
100     <Compile Include="Components\RenderComponentWithParamsComponent.cs" />\r
101     <Compile Include="Components\RepeaterComponent.cs" />\r
102     <Compile Include="Components\SimpleInlineViewComponent.cs" />\r
103     <Compile Include="Components\SimpleInlineViewComponent2.cs" />\r
104     <Compile Include="Components\SimpleInlineViewComponent3.cs" />\r
105     <Compile Include="Components\TemplateComponent.cs" />\r
106     <Compile Include="Components\WithParamsComponent.cs" />\r
107     <Compile Include="Controllers\AjaxController.cs" />\r
108     <Compile Include="Controllers\AppPathController.cs" />\r
109     <Compile Include="Controllers\BlogController.cs" />\r
110     <Compile Include="Controllers\CookiesController.cs" />\r
111     <Compile Include="Controllers\BugsController.cs" />\r
112     <Compile Include="Controllers\DefaultLayoutController.cs" />\r
113     <Compile Include="Controllers\DirectRenderController.cs" />\r
114     <Compile Include="Controllers\DslController.cs" />\r
115     <Compile Include="Controllers\DummySubView.cs" />\r
116     <Compile Include="Controllers\ExceptionController.cs" />\r
117     <Compile Include="Controllers\FilterBadHeader.cs" />\r
118     <Compile Include="Controllers\FilterController.cs" />\r
119     <Compile Include="Controllers\Foo.cs" />\r
120     <Compile Include="Controllers\HappenedOnTheFieldController.cs" />\r
121     <Compile Include="Controllers\HelperController.cs" />\r
122     <Compile Include="Controllers\HomeController.cs" />\r
123     <Compile Include="Controllers\JSGenerationController.cs" />\r
124     <Compile Include="Controllers\LayoutController.cs" />\r
125     <Compile Include="Controllers\NewsController.cs" />\r
126     <Compile Include="Controllers\OutputMethodsController.cs" />\r
127     <Compile Include="Controllers\RescueController.cs" />\r
128     <Compile Include="Controllers\ResourcedController.cs" />\r
129     <Compile Include="Controllers\ResourceFile.Designer.cs">\r
130       <AutoGen>True</AutoGen>\r
131       <DesignTime>True</DesignTime>\r
132       <DependentUpon>ResourceFile.resx</DependentUpon>\r
133     </Compile>\r
134     <Compile Include="Controllers\SubArea\HomeController.cs" />\r
135     <Compile Include="Controllers\SubViewController.cs" />\r
136     <Compile Include="Controllers\UsingComponent2Controller.cs" />\r
137     <Compile Include="Controllers\UsingComponentsController.cs" />\r
138     <Compile Include="Controllers\XmlController.cs" />\r
139     <Compile Include="Helpers\DateFormatHelper.cs" />\r
140     <None Include="Views\bugs\mr_233.brail" />\r
141     <None Include="Views\dsl\testSubViewOutput.brail" />\r
142     <None Include="Views\HappenedOnTheField\JustComponent.brail" />\r
143     <None Include="Views\home\complexNestedExpressions.brail" />\r
144     <None Include="Views\home\complexNestedExpressions2.brail" />\r
145     <None Include="Views\home\DuckOverloadToString.brail" />\r
146     <None Include="Views\home\usingQuotes.brail" />\r
147     <None Include="Views\home\javascript2.brail" />\r
148     <None Include="Views\home\javascript.brail" />\r
149     <None Include="Views\home\subview.brail" />\r
150     <None Include="Views\home\namespacesInConfig.brail" />\r
151     <None Include="Views\home\withDynamicProxyObject.brail" />\r
152     <None Include="Views\home\repeater.brail" />\r
153     <None Include="Views\home\WithNothingAfterTheLastSeperator.brail" />\r
154     <None Include="Views\jsgeneration\CheckCNPJ.brailjs" />\r
155     <None Include="Views\jsgeneration\collectionaccess.brailjs" />\r
156     <None Include="Views\jsgeneration\collectionfirstlast.brailjs" />\r
157     <None Include="Views\jsgeneration\elementaccess.brailjs" />\r
158     <None Include="Views\jsgeneration\elementattribute.brailjs" />\r
159     <None Include="Views\jsgeneration\elementattributedepth.brailjs" />\r
160     <None Include="Views\jsgeneration\elementmethod.brailjs" />\r
161     <None Include="Views\jsgeneration\elementmethoddepth.brailjs" />\r
162     <None Include="Views\jsgeneration\elementreplace.brailjs" />\r
163     <None Include="Views\jsgeneration\elementreplacehtml.brailjs" />\r
164     <None Include="Views\jsgeneration\index.brail" />\r
165     <None Include="Views\jsgeneration\InsertHtml.brailjs" />\r
166     <None Include="Views\jsgeneration\mr264.brailjs" />\r
167     <None Include="Views\jsgeneration\mr264_partial.brail" />\r
168     <None Include="Views\jsgeneration\multipleactions.brailjs" />\r
169     <None Include="Views\jsgeneration\replace.brailjs" />\r
170     <None Include="Views\jsgeneration\replacehtml.brailjs" />\r
171     <None Include="Views\jsgeneration\replacehtmlwithpartial.brailjs" />\r
172     <None Include="Views\jsgeneration\visualeffect.brailjs" />\r
173     <None Include="Views\jsgeneration\_partial1.brail" />\r
174     <None Include="Views\layouts\dsl.brail" />\r
175     <None Include="Views\resourced\indexingResources.brail" />\r
176     <None Include="Views\usingcomponents\dynamicComponents.brail" />\r
177   </ItemGroup>\r
178   <ItemGroup>\r
179     <Reference Include="Boo.Lang, Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">\r
180       <SpecificVersion>False</SpecificVersion>\r
181       <HintPath>..\..\build\net-2.0\debug\Boo.Lang.dll</HintPath>\r
182     </Reference>\r
183     <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
184       <SpecificVersion>False</SpecificVersion>\r
185       <HintPath>..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>\r
186     </Reference>\r
187     <Reference Include="Castle.DynamicProxy, Version=1.1.5.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
188       <SpecificVersion>False</SpecificVersion>\r
189       <HintPath>..\..\build\net-2.0\debug\Castle.DynamicProxy.dll</HintPath>\r
190     </Reference>\r
191     <Reference Include="Castle.Services.Logging.Log4netIntegration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
192       <SpecificVersion>False</SpecificVersion>\r
193       <HintPath>..\..\build\net-2.0\debug\Castle.Services.Logging.Log4netIntegration.dll</HintPath>\r
194     </Reference>\r
195     <Reference Include="System" />\r
196     <Reference Include="System.Data" />\r
197     <Reference Include="System.Xml" />\r
198   </ItemGroup>\r
199   <ItemGroup>\r
200     <ProjectReference Include="..\Castle.MonoRail.Framework\Castle.MonoRail.Framework-vs2005.csproj">\r
201       <Project>{EC393863-333E-49CE-94A6-654B9F323954}</Project>\r
202       <Name>Castle.MonoRail.Framework-vs2005</Name>\r
203     </ProjectReference>\r
204     <ProjectReference Include="..\Castle.MonoRail.Views.Brail\Castle.MonoRail.Views.Brail-vs2005.csproj">\r
205       <Project>{CC39D6D0-2467-4DD5-A53E-92D580B60038}</Project>\r
206       <Name>Castle.MonoRail.Views.Brail-vs2005</Name>\r
207     </ProjectReference>\r
208   </ItemGroup>\r
209   <ItemGroup>\r
210     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
211   </ItemGroup>\r
212   <ItemGroup>\r
213     <None Include="Views\bugs\add.brail" />\r
214     <None Include="Views\bugs\mr_378.brail" />\r
215     <None Include="Views\bugs\InlineSubView.brail" />\r
216     <None Include="Views\bugs\MR_294_CaptureForInSubViewDoesNotPropogateUpward.brail" />\r
217     <None Include="Views\bugs\UseCaptureFor.brail" />\r
218     <None Include="Views\dsl\testXml.brail" />\r
219     <None Include="Views\dsl\testSubViewWithComponents.brail" />\r
220     <None Include="Views\home\CanUseUrlHelperWithoutPrefix.brail" />\r
221     <None Include="Views\home\NullPropagation.brail" />\r
222     <None Include="Views\home\WithNullableDynamicProxyObject.brail" />\r
223     <None Include="Views\layoutable\customLayoutLocation.brail" />\r
224     <None Include="Views\layoutable\notInLayouts.brail" />\r
225     <None Include="Views\resourced\iterating.brail" />\r
226     <None Include="Views\usingcomponents\renderComponentWithParams.brail" />\r
227   </ItemGroup>\r
228   <ItemGroup>\r
229     <EmbeddedResource Include="Controllers\ResourceFile.resx">\r
230       <SubType>Designer</SubType>\r
231     </EmbeddedResource>\r
232   </ItemGroup>\r
233   <ItemGroup>\r
234     <Folder Include="Properties\" />\r
235     <Folder Include="Views\flash\" />\r
236   </ItemGroup>\r
237   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
238   <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" />\r
239   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
240        Other similar extension points exist, see Microsoft.Common.targets.\r
241   <Target Name="BeforeBuild">\r
242   </Target>\r
243   <Target Name="AfterBuild">\r
244   </Target>\r
245   -->\r
246   <ProjectExtensions>\r
247     <VisualStudio>\r
248       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">\r
249         <WebProjectProperties>\r
250           <UseIIS>False</UseIIS>\r
251           <AutoAssignPort>True</AutoAssignPort>\r
252           <DevelopmentServerPort>2709</DevelopmentServerPort>\r
253           <DevelopmentServerVPath>/</DevelopmentServerVPath>\r
254           <IISUrl>\r
255           </IISUrl>\r
256           <NTLMAuthentication>False</NTLMAuthentication>\r
257         </WebProjectProperties>\r
258       </FlavorProperties>\r
259     </VisualStudio>\r
260   </ProjectExtensions>\r
261 </Project>