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>{2E38D6C2-C914-4B75-BF7C-C25C5F1EC6A4}</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>AutoCompletionSample</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>AutoCompletionSample</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.Common.EmailSender">
79 <Name>Castle.Components.Common.EmailSender</Name>
80 <HintPath>..\..\..\..\build\net-2.0\debug\Castle.Components.Common.EmailSender.dll</HintPath>
82 <Reference Include="Castle.MonoRail.Framework">
83 <Name>Castle.MonoRail.Framework</Name>
84 <HintPath>..\..\..\..\build\net-2.0\debug\Castle.MonoRail.Framework.dll</HintPath>
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>
90 <Reference Include="NVelocity">
91 <Name>NVelocity</Name>
92 <HintPath>..\..\..\..\build\net-2.0\debug\NVelocity.dll</HintPath>
94 <Reference Include="System">
97 <Reference Include="System.Data">
98 <Name>System.Data</Name>
100 <Reference Include="System.Web">
101 <Name>System.Web</Name>
103 <Reference Include="System.Xml">
104 <Name>System.XML</Name>
108 <None Include="Views\Account\Index.vm" />
109 <None Include="Views\Account\partialmatchlist.vm" />
110 <None Include="web.config" />
111 <Compile Include="Controllers\AccountController.cs">
112 <SubType>Code</SubType>
116 <Content Include="Content\style.css" />
117 <Content Include="default.aspx" />
119 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
128 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
129 <WebProjectProperties>
130 <UseIIS>False</UseIIS>
131 <AutoAssignPort>True</AutoAssignPort>
132 <DevelopmentServerPort>2688</DevelopmentServerPort>
133 <DevelopmentServerVPath>/</DevelopmentServerVPath>
136 <NTLMAuthentication>False</NTLMAuthentication>
137 </WebProjectProperties>