Added container accessor to Castle.Core
[castle.git] / Samples / MonoRail / MoviesDemo / MoviesDemo-vs2005.csproj
blobaed2ddd58a5b78ba73a6112c89a26f1752f1a261
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>{2F1243A9-7AE5-4DDF-827D-B2F4FBA19FB0}</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>MoviesDemo</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>MoviesDemo</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.ActiveRecord, Version=0.0.1.3, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
79     <Reference Include="Castle.Components.Binder, Version=0.0.1.1, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
80     <Reference Include="Castle.Components.Common.EmailSender, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
81     <Reference Include="Castle.Components.Validator, Version=0.0.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
82     <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
83     <Reference Include="Castle.MonoRail.Framework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
84     <Reference Include="Castle.MonoRail.Framework.Views.NVelocity, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
85     <Reference Include="NHibernate, Version=1.2.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL" />
86     <Reference Include="NVelocity, Version=0.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
87     <Reference Include="System">
88       <Name>System</Name>
89     </Reference>
90     <Reference Include="System.Data">
91       <Name>System.Data</Name>
92     </Reference>
93     <Reference Include="System.Drawing">
94       <Name>System.Drawing</Name>
95     </Reference>
96     <Reference Include="System.Web">
97       <Name>System.Web</Name>
98     </Reference>
99     <Reference Include="System.Xml">
100       <Name>System.XML</Name>
101     </Reference>
102   </ItemGroup>
103   <ItemGroup>
104     <Compile Include="AssemblyInfo.cs">
105       <SubType>Code</SubType>
106     </Compile>
107     <Compile Include="Controllers\AbstractHtmlPageController.cs">
108       <SubType>Code</SubType>
109     </Compile>
110     <Compile Include="Controllers\MoviesController.cs">
111       <SubType>Code</SubType>
112     </Compile>
113     <Compile Include="Controllers\PreferencesController.cs">
114       <SubType>Code</SubType>
115     </Compile>
116     <Compile Include="global.asax.cs">
117       <DependentUpon>global.asax</DependentUpon>
118       <SubType>Code</SubType>
119     </Compile>
120     <Compile Include="Helpers\StringHelper.cs">
121       <SubType>Code</SubType>
122     </Compile>
123     <Compile Include="Model\Movie.cs">
124       <SubType>Code</SubType>
125     </Compile>
126     <Content Include="default.aspx" />
127     <Content Include="global.asax" />
128     <EmbeddedResource Include="global.asax.resx">
129       <DependentUpon>global.asax.cs</DependentUpon>
130       <SubType>Designer</SubType>
131     </EmbeddedResource>
132     <EmbeddedResource Include="Resources\Common.pt.resx">
133       <SubType>Designer</SubType>
134     </EmbeddedResource>
135     <EmbeddedResource Include="Resources\Common.resx">
136       <SubType>Designer</SubType>
137     </EmbeddedResource>
138     <EmbeddedResource Include="Resources\Movies.pt.resx">
139       <SubType>Designer</SubType>
140     </EmbeddedResource>
141     <EmbeddedResource Include="Resources\Movies.resx">
142       <SubType>Designer</SubType>
143     </EmbeddedResource>
144     <None Include="Views\Layouts\HtmlPage.vm" />
145     <None Include="Views\Movies\Edit.vm" />
146     <None Include="Views\Movies\List.vm" />
147     <None Include="Views\Movies\View.vm" />
148     <None Include="Web.config" />
149   </ItemGroup>
150   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
151   <PropertyGroup>
152     <PreBuildEvent>
153     </PreBuildEvent>
154     <PostBuildEvent>
155     </PostBuildEvent>
156   </PropertyGroup>
157   <ProjectExtensions>
158     <VisualStudio>
159       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
160         <WebProjectProperties>
161           <UseIIS>False</UseIIS>
162           <AutoAssignPort>True</AutoAssignPort>
163           <DevelopmentServerPort>3109</DevelopmentServerPort>
164           <DevelopmentServerVPath>/</DevelopmentServerVPath>
165           <IISUrl>
166           </IISUrl>
167           <NTLMAuthentication>False</NTLMAuthentication>
168         </WebProjectProperties>
169       </FlavorProperties>
170     </VisualStudio>
171   </ProjectExtensions>
172 </Project>