Fix the build.
[castle.git] / Samples / MonoRail / SampleSite / SampleSite-vs2005.csproj
blob48d9e82707a399c2c0e8d4b250bedec78ce45a1f
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <ProjectType>Local</ProjectType>
4     <ProductVersion>8.0.50727</ProductVersion>
5     <SchemaVersion>2.0</SchemaVersion>
6     <ProjectGuid>{9C1A8F54-77AC-4530-9A93-74828ECACA42}</ProjectGuid>
7     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
8     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10     <ApplicationIcon>
11     </ApplicationIcon>
12     <AssemblyKeyContainerName>
13     </AssemblyKeyContainerName>
14     <AssemblyName>SampleSite</AssemblyName>
15     <AssemblyOriginatorKeyFile>
16     </AssemblyOriginatorKeyFile>
17     <DefaultClientScript>JScript</DefaultClientScript>
18     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
19     <DefaultTargetSchema>IE50</DefaultTargetSchema>
20     <DelaySign>false</DelaySign>
21     <OutputType>Library</OutputType>
22     <RootNamespace>SampleSite</RootNamespace>
23     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
24     <StartupObject>
25     </StartupObject>
26     <FileUpgradeFlags>
27     </FileUpgradeFlags>
28     <UpgradeBackupLocation>
29     </UpgradeBackupLocation>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32     <OutputPath>bin\</OutputPath>
33     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
34     <BaseAddress>285212672</BaseAddress>
35     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
36     <ConfigurationOverrideFile>
37     </ConfigurationOverrideFile>
38     <DefineConstants>DEBUG;TRACE</DefineConstants>
39     <DocumentationFile>
40     </DocumentationFile>
41     <DebugSymbols>true</DebugSymbols>
42     <FileAlignment>4096</FileAlignment>
43     <NoStdLib>false</NoStdLib>
44     <NoWarn>
45     </NoWarn>
46     <Optimize>false</Optimize>
47     <RegisterForComInterop>false</RegisterForComInterop>
48     <RemoveIntegerChecks>false</RemoveIntegerChecks>
49     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
50     <WarningLevel>4</WarningLevel>
51     <DebugType>full</DebugType>
52     <ErrorReport>prompt</ErrorReport>
53   </PropertyGroup>
54   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
55     <OutputPath>bin\</OutputPath>
56     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
57     <BaseAddress>285212672</BaseAddress>
58     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
59     <ConfigurationOverrideFile>
60     </ConfigurationOverrideFile>
61     <DefineConstants>TRACE</DefineConstants>
62     <DocumentationFile>
63     </DocumentationFile>
64     <DebugSymbols>false</DebugSymbols>
65     <FileAlignment>4096</FileAlignment>
66     <NoStdLib>false</NoStdLib>
67     <NoWarn>
68     </NoWarn>
69     <Optimize>true</Optimize>
70     <RegisterForComInterop>false</RegisterForComInterop>
71     <RemoveIntegerChecks>false</RemoveIntegerChecks>
72     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
73     <WarningLevel>4</WarningLevel>
74     <DebugType>none</DebugType>
75     <ErrorReport>prompt</ErrorReport>
76   </PropertyGroup>
77   <ItemGroup>
78     <Reference Include="Castle.Components.Common.EmailSender">
79       <Name>Castle.Components.Common.EmailSender</Name>
80       <HintPath>..\..\..\build\net-2.0\debug\Castle.Components.Common.EmailSender.dll</HintPath>
81     </Reference>
82     <Reference Include="Castle.MonoRail.Framework">
83       <Name>Castle.MonoRail.Framework</Name>
84       <HintPath>..\..\..\build\net-2.0\debug\Castle.MonoRail.Framework.dll</HintPath>
85     </Reference>
86     <Reference Include="Castle.MonoRail.Framework.Views.NVelocity">
87       <Name>Castle.MonoRail.Framework.Views.NVelocity</Name>
88       <HintPath>..\..\..\build\net-2.0\debug\Castle.MonoRail.Framework.Views.NVelocity.dll</HintPath>
89     </Reference>
90     <Reference Include="NVelocity">
91       <Name>NVelocity</Name>
92       <HintPath>..\..\..\build\net-2.0\debug\NVelocity.dll</HintPath>
93     </Reference>
94     <Reference Include="System">
95       <Name>System</Name>
96     </Reference>
97     <Reference Include="System.Web">
98       <Name>System.Web</Name>
99     </Reference>
100     <Reference Include="System.Xml">
101       <Name>System.XML</Name>
102     </Reference>
103   </ItemGroup>
104   <ItemGroup>
105     <Compile Include="AssemblyInfo.cs">
106       <SubType>Code</SubType>
107     </Compile>
108     <Compile Include="Controllers\AbstractApplicationController.cs">
109       <SubType>Code</SubType>
110     </Compile>
111     <Compile Include="Controllers\AdvancedArea\HomeController.cs">
112       <SubType>Code</SubType>
113     </Compile>
114     <Compile Include="Controllers\AjaxArea\FormRemoteTagController.cs">
115       <SubType>Code</SubType>
116     </Compile>
117     <Compile Include="Controllers\AjaxArea\HomeController.cs">
118       <SubType>Code</SubType>
119     </Compile>
120     <Compile Include="Controllers\AjaxArea\LinkToFunctionController.cs">
121       <SubType>Code</SubType>
122     </Compile>
123     <Compile Include="Controllers\AjaxArea\LinkToRemoteController.cs">
124       <SubType>Code</SubType>
125     </Compile>
126     <Compile Include="Controllers\AjaxArea\ObserverFieldController.cs">
127       <SubType>Code</SubType>
128     </Compile>
129     <Compile Include="Controllers\AjaxArea\ObserverFormController.cs">
130       <SubType>Code</SubType>
131     </Compile>
132     <Compile Include="Controllers\Areas\HomeController.cs">
133       <SubType>Code</SubType>
134     </Compile>
135     <Compile Include="Controllers\CodeController.cs">
136       <SubType>Code</SubType>
137     </Compile>
138     <Compile Include="Controllers\ControllersArea\HomeController.cs">
139       <SubType>Code</SubType>
140     </Compile>
141     <Compile Include="Controllers\DatabindArea\HomeController.cs">
142       <SubType>Code</SubType>
143     </Compile>
144     <Compile Include="Controllers\FiltersArea\HomeController.cs">
145       <SubType>Code</SubType>
146     </Compile>
147     <Compile Include="Controllers\FooterLinkFilter.cs">
148       <SubType>Code</SubType>
149     </Compile>
150     <Compile Include="Controllers\HelpersArea\HomeController.cs">
151       <SubType>Code</SubType>
152     </Compile>
153     <Compile Include="Controllers\HomeController.cs">
154       <SubType>Code</SubType>
155     </Compile>
156     <Compile Include="Controllers\LayoutsArea\HomeController.cs">
157       <SubType>Code</SubType>
158     </Compile>
159     <Compile Include="Controllers\MoreArea\HomeController.cs">
160       <SubType>Code</SubType>
161     </Compile>
162     <Compile Include="Controllers\RescuesArea\HomeController.cs">
163       <SubType>Code</SubType>
164     </Compile>
165     <Compile Include="Controllers\ResourcesArea\HomeController.cs">
166       <SubType>Code</SubType>
167     </Compile>
168     <Compile Include="Controllers\ScaffoldArea\HomeController.cs">
169       <SubType>Code</SubType>
170     </Compile>
171     <Compile Include="MyHttpApplication.cs">
172       <SubType>Code</SubType>
173     </Compile>
174     <Content Include="css\default.css" />
175     <Content Include="default.aspx" />
176     <Content Include="default.htm" />
177     <Content Include="global.asax" />
178     <Content Include="images\sc-confirmation.jpg" />
179     <Content Include="images\sc-list.jpg" />
180     <Content Include="images\sc-new-errors.jpg" />
181     <Content Include="images\sc-new.jpg" />
182     <Content Include="images\sc-removed.jpg" />
183     <Content Include="images\title.jpg" />
184     <None Include="Views\AdvancedArea\home\index.vm" />
185     <None Include="Views\AjaxArea\formremotetag\contactlist.vm" />
186     <None Include="Views\AjaxArea\formremotetag\index.vm" />
187     <None Include="Views\AjaxArea\home\index.vm" />
188     <None Include="Views\AjaxArea\linktofunction\index.vm" />
189     <None Include="Views\AjaxArea\linktoremote\CalcPower.vm" />
190     <None Include="Views\AjaxArea\linktoremote\index.vm" />
191     <None Include="Views\AjaxArea\observerfield\index.vm" />
192     <None Include="Views\AjaxArea\observerfield\statelist.vm" />
193     <None Include="Views\AjaxArea\observerform\index.vm" />
194     <None Include="Views\Areas\home\index.vm" />
195     <None Include="Views\Code\ShowCode.vm" />
196     <None Include="Views\ControllersArea\home\index.vm" />
197     <None Include="Views\DatabindArea\home\index.vm" />
198     <None Include="Views\FiltersArea\home\index.vm" />
199     <None Include="Views\HelpersArea\home\index.vm" />
200     <None Include="Views\Home\index.vm" />
201     <None Include="Views\LayoutsArea\home\index.vm" />
202     <None Include="Views\layouts\default.vm" />
203     <None Include="Views\layouts\defaultajax.vm" />
204     <None Include="Views\MoreArea\home\index.vm" />
205     <None Include="Views\RescuesArea\home\index.vm" />
206     <None Include="Views\rescues\lie.vm" />
207     <None Include="Views\rescues\sincere.vm" />
208     <None Include="Views\ResourcesArea\home\index.vm" />
209     <None Include="Views\ScaffoldArea\home\index.vm" />
210     <None Include="web.config" />
211   </ItemGroup>
212   <ItemGroup>
213     <Folder Include="Models\" />
214   </ItemGroup>
215   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
216   <PropertyGroup>
217     <PreBuildEvent>
218     </PreBuildEvent>
219     <PostBuildEvent>
220     </PostBuildEvent>
221   </PropertyGroup>
222   <ProjectExtensions>
223     <VisualStudio>
224       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
225         <WebProjectProperties>
226           <UseIIS>False</UseIIS>
227           <AutoAssignPort>True</AutoAssignPort>
228           <DevelopmentServerPort>4017</DevelopmentServerPort>
229           <DevelopmentServerVPath>/</DevelopmentServerVPath>
230           <IISUrl>
231           </IISUrl>
232           <NTLMAuthentication>False</NTLMAuthentication>
233         </WebProjectProperties>
234       </FlavorProperties>
235     </VisualStudio>
236   </ProjectExtensions>
237 </Project>