1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
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>
28 <UpgradeBackupLocation>
29 </UpgradeBackupLocation>
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>
41 <DebugSymbols>true</DebugSymbols>
42 <FileAlignment>4096</FileAlignment>
43 <NoStdLib>false</NoStdLib>
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>
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>
64 <DebugSymbols>false</DebugSymbols>
65 <FileAlignment>4096</FileAlignment>
66 <NoStdLib>false</NoStdLib>
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>
78 <Reference Include="Castle.Components.Binder">
79 <Name>Castle.Components.Binder</Name>
80 <HintPath>..\..\..\..\build\net-2.0\debug\Castle.Components.Binder.dll</HintPath>
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>
86 <Reference Include="Castle.Core">
87 <Name>Castle.Core</Name>
88 <HintPath>..\..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
90 <Reference Include="Castle.MonoRail.Framework">
91 <Name>Castle.MonoRail.Framework</Name>
92 <HintPath>..\..\..\..\build\net-2.0\debug\Castle.MonoRail.Framework.dll</HintPath>
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>
98 <Reference Include="System">
101 <Reference Include="System.Data">
102 <Name>System.Data</Name>
104 <Reference Include="System.Drawing">
105 <Name>System.Drawing</Name>
107 <Reference Include="System.Web">
108 <Name>System.Web</Name>
110 <Reference Include="System.Xml">
111 <Name>System.XML</Name>
115 <Compile Include="AssemblyInfo.cs">
116 <SubType>Code</SubType>
118 <Compile Include="Controllers\HomeController.cs">
119 <SubType>Code</SubType>
121 <Compile Include="Controllers\SimpleWizardController.cs">
122 <SubType>Code</SubType>
124 <Compile Include="Model\Account.cs">
125 <SubType>Code</SubType>
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" />
137 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
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>
154 <NTLMAuthentication>False</NTLMAuthentication>
155 </WebProjectProperties>