1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
5 <ProductVersion>8.0.50727</ProductVersion>
\r
6 <SchemaVersion>2.0</SchemaVersion>
\r
7 <ProjectGuid>{315C710A-8072-48DE-9982-65455F0AA414}</ProjectGuid>
\r
8 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
\r
9 <OutputType>Library</OutputType>
\r
10 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
11 <RootNamespace>MRProject</RootNamespace>
\r
12 <AssemblyName>MRProject</AssemblyName>
\r
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
15 <DebugSymbols>true</DebugSymbols>
\r
16 <DebugType>full</DebugType>
\r
17 <Optimize>false</Optimize>
\r
18 <OutputPath>bin\</OutputPath>
\r
19 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
20 <ErrorReport>prompt</ErrorReport>
\r
21 <WarningLevel>4</WarningLevel>
\r
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
24 <DebugType>pdbonly</DebugType>
\r
25 <Optimize>true</Optimize>
\r
26 <OutputPath>bin\</OutputPath>
\r
27 <DefineConstants>TRACE</DefineConstants>
\r
28 <ErrorReport>prompt</ErrorReport>
\r
29 <WarningLevel>4</WarningLevel>
\r
32 <Reference Include="Castle.Components.Binder, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
33 <SpecificVersion>False</SpecificVersion>
\r
34 <HintPath>Castle.Components.Binder.dll</HintPath>
\r
36 <Reference Include="Castle.Components.Validator, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
37 <SpecificVersion>False</SpecificVersion>
\r
38 <HintPath>Castle.Components.Validator.dll</HintPath>
\r
40 <Reference Include="Castle.Components.Common.EmailSender, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
41 <SpecificVersion>False</SpecificVersion>
\r
42 <HintPath>Castle.Components.Common.EmailSender.dll</HintPath>
\r
44 <Reference Include="Castle.Core, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
45 <SpecificVersion>False</SpecificVersion>
\r
46 <HintPath>Castle.Core.dll</HintPath>
\r
48 <Reference Include="Castle.MonoRail.Framework, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
49 <SpecificVersion>False</SpecificVersion>
\r
50 <HintPath>Castle.MonoRail.Framework.dll</HintPath>
\r
52 <Reference Include="System" />
\r
53 <Reference Include="System.Data" />
\r
54 <Reference Include="System.Web" />
\r
55 <Reference Include="System.Xml" />
\r
56 <Reference Include="System.Configuration" />
\r
59 <Content Include="Content\css\style.css" />
\r
60 <Content Include="Content\images\ar.jpg" />
\r
61 <Content Include="Content\images\mr.png" />
\r
62 <Content Include="Content\images\top_bar.jpg" />
\r
63 <Content Include="Content\images\windsor.jpg" />
\r
64 <Content Include="Content\js\behaviour.js" />
\r
65 <Content Include="Content\js\formhelper.js" />
\r
66 <Content Include="Content\js\prototype.js" />
\r
67 <Content Include="Content\js\scriptaculous.js" />
\r
68 <Content Include="Default.aspx" />
\r
69 <Content Include="global.asax" />
\r
70 <Content Include="Readme.txt" />
\r
71 <Content Include="Web.config" />
\r
74 <Compile Include="Controllers\BaseController.cs" />
\r
75 <Compile Include="Controllers\ContactController.cs" />
\r
76 <Compile Include="Controllers\HomeController.cs" />
\r
77 <Compile Include="Controllers\LoginController.cs" />
\r
78 <Compile Include="Models\ContactInfo.cs" />
\r
79 <Compile Include="Models\Country.cs" />
\r
80 <Compile Include="Properties\AssemblyInfo.cs" />
\r
83 <Folder Include="Views\Contact\" />
\r
84 <Folder Include="Views\Home\" />
\r
85 <Folder Include="Views\layouts\" />
\r
86 <Folder Include="Views\Login\" />
\r
87 <Folder Include="Views\rescues\" />
\r
89 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
90 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" />
\r
91 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
92 Other similar extension points exist, see Microsoft.Common.targets.
\r
93 <Target Name="BeforeBuild">
\r
95 <Target Name="AfterBuild">
\r
100 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
\r
101 <WebProjectProperties>
\r
102 <UseIIS>False</UseIIS>
\r
103 <AutoAssignPort>True</AutoAssignPort>
\r
104 <DevelopmentServerPort>0</DevelopmentServerPort>
\r
105 <DevelopmentServerVPath>/</DevelopmentServerVPath>
\r
108 <NTLMAuthentication>False</NTLMAuthentication>
\r
109 </WebProjectProperties>
\r
110 </FlavorProperties>
\r
112 </ProjectExtensions>
\r