Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / Samples / MonoRail / WizardSample / WizardSampleSite / WizardSampleSite-vs2005.csproj
blob3c8ae145fffd33b6c9c1f076bea7c140c04f2775
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>{D2958D15-2739-4C03-B490-4F67559C0CC3}</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>WizardSampleSite</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>WizardSampleSite</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.Binder">
79       <Name>Castle.Components.Binder</Name>
80       <HintPath>..\..\..\..\build\net-2.0\debug\Castle.Components.Binder.dll</HintPath>
81     </Reference>
82     <Reference Include="Castle.Components.Common.EmailSender">
83       <Name>Castle.Components.Common.EmailSender</Name>
84       <HintPath>..\..\..\..\build\net-2.0\debug\Castle.Components.Common.EmailSender.dll</HintPath>
85     </Reference>
86     <Reference Include="Castle.Core">
87       <Name>Castle.Core</Name>
88       <HintPath>..\..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
89     </Reference>
90     <Reference Include="Castle.MonoRail.Framework">
91       <Name>Castle.MonoRail.Framework</Name>
92       <HintPath>..\..\..\..\build\net-2.0\debug\Castle.MonoRail.Framework.dll</HintPath>
93     </Reference>
94     <Reference Include="Castle.MonoRail.Framework.Views.NVelocity">
95       <Name>Castle.MonoRail.Framework.Views.NVelocity</Name>
96       <HintPath>..\..\..\..\build\net-2.0\debug\Castle.MonoRail.Framework.Views.NVelocity.dll</HintPath>
97     </Reference>
98     <Reference Include="System">
99       <Name>System</Name>
100     </Reference>
101     <Reference Include="System.Data">
102       <Name>System.Data</Name>
103     </Reference>
104     <Reference Include="System.Drawing">
105       <Name>System.Drawing</Name>
106     </Reference>
107     <Reference Include="System.Web">
108       <Name>System.Web</Name>
109     </Reference>
110     <Reference Include="System.Xml">
111       <Name>System.XML</Name>
112     </Reference>
113   </ItemGroup>
114   <ItemGroup>
115     <Compile Include="AssemblyInfo.cs">
116       <SubType>Code</SubType>
117     </Compile>
118     <Compile Include="Controllers\HomeController.cs">
119       <SubType>Code</SubType>
120     </Compile>
121     <Compile Include="Controllers\SimpleWizardController.cs">
122       <SubType>Code</SubType>
123     </Compile>
124     <Compile Include="Model\Account.cs">
125       <SubType>Code</SubType>
126     </Compile>
127     <Content Include="default.aspx" />
128     <None Include="views\home\index.vm" />
129     <None Include="views\layouts\SimpleWizard.vm" />
130     <None Include="views\simplewizard\ConfirmationStep.vm" />
131     <None Include="views\simplewizard\IntroductionStep.vm" />
132     <None Include="views\simplewizard\MainInfoStep.vm" />
133     <None Include="views\simplewizard\ResultStep.vm" />
134     <None Include="views\simplewizard\SubscribeStep.vm" />
135     <None Include="web.config" />
136   </ItemGroup>
137   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
138   <PropertyGroup>
139     <PreBuildEvent>
140     </PreBuildEvent>
141     <PostBuildEvent>
142     </PostBuildEvent>
143   </PropertyGroup>
144   <ProjectExtensions>
145     <VisualStudio>
146       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
147         <WebProjectProperties>
148           <UseIIS>False</UseIIS>
149           <AutoAssignPort>True</AutoAssignPort>
150           <DevelopmentServerPort>3226</DevelopmentServerPort>
151           <DevelopmentServerVPath>/</DevelopmentServerVPath>
152           <IISUrl>
153           </IISUrl>
154           <NTLMAuthentication>False</NTLMAuthentication>
155         </WebProjectProperties>
156       </FlavorProperties>
157     </VisualStudio>
158   </ProjectExtensions>
159 </Project>