1 <Project ToolsVersion="3.5" 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>9.0.21022</ProductVersion>
\r
6 <SchemaVersion>2.0</SchemaVersion>
\r
7 <ProjectGuid>{9D4893C3-8EE0-4EB4-8F7C-F56FA34579A9}</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>TempWeb</RootNamespace>
\r
12 <AssemblyName>TempWeb</AssemblyName>
\r
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
16 <DebugSymbols>true</DebugSymbols>
\r
17 <DebugType>full</DebugType>
\r
18 <Optimize>false</Optimize>
\r
19 <OutputPath>bin\</OutputPath>
\r
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
21 <ErrorReport>prompt</ErrorReport>
\r
22 <WarningLevel>4</WarningLevel>
\r
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
25 <DebugType>pdbonly</DebugType>
\r
26 <Optimize>true</Optimize>
\r
27 <OutputPath>bin\</OutputPath>
\r
28 <DefineConstants>TRACE</DefineConstants>
\r
29 <ErrorReport>prompt</ErrorReport>
\r
30 <WarningLevel>4</WarningLevel>
\r
33 <Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
\r
34 <Reference Include="Castle.MicroKernel, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
\r
35 <Reference Include="Castle.Windsor, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
\r
36 <Reference Include="NVelocity, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
\r
37 <Reference Include="System" />
\r
38 <Reference Include="System.Data" />
\r
39 <Reference Include="System.Core">
\r
40 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
42 <Reference Include="System.Data.DataSetExtensions">
\r
43 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
45 <Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
\r
46 <Reference Include="System.Web.Extensions.Design, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
\r
47 <HintPath>..\..\..\..\System.Web.Extensions.Design.dll</HintPath>
\r
49 <Reference Include="System.Xml.Linq">
\r
50 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
52 <Reference Include="System.Drawing" />
\r
53 <Reference Include="System.Web" />
\r
54 <Reference Include="System.Xml" />
\r
55 <Reference Include="System.Configuration" />
\r
56 <Reference Include="System.Web.Services" />
\r
57 <Reference Include="System.EnterpriseServices" />
\r
58 <Reference Include="System.Web.Mobile" />
\r
61 <Content Include="Default.aspx" />
\r
62 <Content Include="Global.asax" />
\r
63 <Content Include="Web.config" />
\r
66 <Compile Include="Controllers\AccCreationWizard.cs" />
\r
67 <Compile Include="Controllers\Home2Controller.cs" />
\r
68 <Compile Include="Controllers\HomeController.cs" />
\r
69 <Compile Include="Default.aspx.cs">
\r
70 <SubType>ASPXCodeBehind</SubType>
\r
71 <DependentUpon>Default.aspx</DependentUpon>
\r
73 <Compile Include="Default.aspx.designer.cs">
\r
74 <DependentUpon>Default.aspx</DependentUpon>
\r
76 <Compile Include="Global.asax.cs">
\r
77 <DependentUpon>Global.asax</DependentUpon>
\r
79 <Compile Include="Properties\AssemblyInfo.cs" />
\r
80 <Compile Include="Views\Home2\index.aspx.cs">
\r
81 <DependentUpon>index.aspx</DependentUpon>
\r
82 <SubType>ASPXCodeBehind</SubType>
\r
84 <Compile Include="Views\Home2\index.aspx.designer.cs">
\r
85 <DependentUpon>index.aspx</DependentUpon>
\r
87 <Compile Include="Views\layouts\Site1.Master.cs">
\r
88 <DependentUpon>Site1.Master</DependentUpon>
\r
89 <SubType>ASPXCodeBehind</SubType>
\r
91 <Compile Include="Views\layouts\Site1.Master.designer.cs">
\r
92 <DependentUpon>Site1.Master</DependentUpon>
\r
96 <ProjectReference Include="..\..\Core\Castle.Core\Castle.Core-vs2008.csproj">
\r
97 <Project>{E4FA5B53-7D36-429E-8E5C-53D5479242BA}</Project>
\r
98 <Name>Castle.Core-vs2008</Name>
\r
100 <ProjectReference Include="..\Castle.MonoRail.Framework.Views.NVelocity\Castle.MonoRail.Framework.Views.NVelocity-vs2008.csproj">
\r
101 <Project>{ECCA4D19-65D7-4EED-B8EC-56AF79F41E69}</Project>
\r
102 <Name>Castle.MonoRail.Framework.Views.NVelocity-vs2008</Name>
\r
103 </ProjectReference>
\r
104 <ProjectReference Include="..\Castle.MonoRail.Framework\Castle.MonoRail.Framework-vs2008.csproj">
\r
105 <Project>{EC393863-333E-49CE-94A6-654B9F323954}</Project>
\r
106 <Name>Castle.MonoRail.Framework-vs2008</Name>
\r
107 </ProjectReference>
\r
108 <ProjectReference Include="..\Castle.MonoRail.WindsorExtension\Castle.MonoRail.WindsorExtension-vs2008.csproj">
\r
109 <Project>{6C51A1E3-7F20-4696-BFD6-829134678341}</Project>
\r
110 <Name>Castle.MonoRail.WindsorExtension-vs2008</Name>
\r
111 </ProjectReference>
\r
114 <None Include="Views\AccCreationWizard\Help.vm" />
\r
115 <None Include="Views\AccCreationWizard\Introduction.vm" />
\r
116 <None Include="Views\Home\index.vm" />
\r
117 <None Include="Views\Home\js.njs" />
\r
118 <None Include="Views\layouts\default.vm" />
\r
119 <Content Include="Views\Home2\index.aspx" />
\r
120 <Content Include="Views\layouts\Site1.Master" />
\r
123 <Folder Include="App_Data\" />
\r
125 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
126 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
\r
127 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
128 Other similar extension points exist, see Microsoft.Common.targets.
\r
129 <Target Name="BeforeBuild">
\r
131 <Target Name="AfterBuild">
\r
134 <ProjectExtensions>
\r
136 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
\r
137 <WebProjectProperties>
\r
138 <UseIIS>False</UseIIS>
\r
139 <AutoAssignPort>True</AutoAssignPort>
\r
140 <DevelopmentServerPort>2033</DevelopmentServerPort>
\r
141 <DevelopmentServerVPath>/app/</DevelopmentServerVPath>
\r
144 <NTLMAuthentication>False</NTLMAuthentication>
\r
145 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
\r
146 </WebProjectProperties>
\r
147 </FlavorProperties>
\r
149 </ProjectExtensions>
\r