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>{1C7BBC90-0132-41A2-84CC-69D3D5843708}</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>JSGenExample</RootNamespace>
\r
12 <AssemblyName>JSGenExample</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=0.0.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
33 <SpecificVersion>False</SpecificVersion>
\r
34 <HintPath>..\..\..\build\net-2.0\debug\Castle.Components.Binder.dll</HintPath>
\r
36 <Reference Include="Castle.Components.Common.EmailSender, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
37 <SpecificVersion>False</SpecificVersion>
\r
38 <HintPath>..\..\..\build\net-2.0\debug\Castle.Components.Common.EmailSender.dll</HintPath>
\r
40 <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
41 <SpecificVersion>False</SpecificVersion>
\r
42 <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
\r
44 <Reference Include="Castle.MonoRail.Framework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
45 <SpecificVersion>False</SpecificVersion>
\r
46 <HintPath>..\..\..\build\net-2.0\debug\Castle.MonoRail.Framework.dll</HintPath>
\r
48 <Reference Include="Castle.MonoRail.Framework.Views.NVelocity, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
49 <SpecificVersion>False</SpecificVersion>
\r
50 <HintPath>..\..\..\build\net-2.0\debug\Castle.MonoRail.Framework.Views.NVelocity.dll</HintPath>
\r
53 <Reference Include="NVelocity, Version=0.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
54 <SpecificVersion>False</SpecificVersion>
\r
55 <HintPath>..\..\..\build\net-2.0\debug\NVelocity.dll</HintPath>
\r
57 <Reference Include="System" />
\r
58 <Reference Include="System.Data" />
\r
59 <Reference Include="System.Web" />
\r
60 <Reference Include="System.Xml" />
\r
61 <Reference Include="System.Configuration" />
\r
64 <Content Include="Content\images\spinner.gif" />
\r
65 <Content Include="Default.aspx" />
\r
66 <Content Include="global.asax" />
\r
67 <Content Include="Web.config" />
\r
70 <Compile Include="Controllers\HomeController.cs" />
\r
71 <Compile Include="GlobalApplication.cs" />
\r
72 <Compile Include="Models\Customer.cs" />
\r
73 <Compile Include="Properties\AssemblyInfo.cs" />
\r
76 <None Include="Views\Home\AddCustomer.njs" />
\r
77 <None Include="Views\Home\index.vm" />
\r
78 <None Include="Views\Home\NewCustomer.njs" />
\r
79 <None Include="Views\Home\_addcustomer.vm" />
\r
80 <None Include="Views\Home\_customerrow.vm" />
\r
81 <None Include="Views\layouts\default.vm" />
\r
82 <None Include="Views\rescues\generalerror.vm" />
\r
85 <Folder Include="Content\css\" />
\r
87 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
88 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" />
\r
89 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
90 Other similar extension points exist, see Microsoft.Common.targets.
\r
91 <Target Name="BeforeBuild">
\r
93 <Target Name="AfterBuild">
\r
98 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
\r
99 <WebProjectProperties>
\r
100 <UseIIS>False</UseIIS>
\r
101 <AutoAssignPort>True</AutoAssignPort>
\r
102 <DevelopmentServerPort>1299</DevelopmentServerPort>
\r
103 <DevelopmentServerVPath>/</DevelopmentServerVPath>
\r
106 <NTLMAuthentication>False</NTLMAuthentication>
\r
107 </WebProjectProperties>
\r
108 </FlavorProperties>
\r
110 </ProjectExtensions>
\r