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>{B11D4F28-5B53-4C00-BCBC-1E5E106CA010}</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>Igloo.Clinic.Web</RootNamespace>
\r
12 <AssemblyName>Igloo.Clinic.Web</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.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
33 <SpecificVersion>False</SpecificVersion>
\r
34 <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
\r
36 <Reference Include="Castle.MicroKernel, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
37 <SpecificVersion>False</SpecificVersion>
\r
38 <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>
\r
40 <Reference Include="Castle.Windsor, Version=1.0.0.5, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
41 <SpecificVersion>False</SpecificVersion>
\r
42 <HintPath>..\..\..\build\net-2.0\debug\Castle.Windsor.dll</HintPath>
\r
44 <Reference Include="System" />
\r
45 <Reference Include="System.Data" />
\r
46 <Reference Include="System.Drawing" />
\r
47 <Reference Include="System.Web" />
\r
48 <Reference Include="System.Xml" />
\r
49 <Reference Include="System.Configuration" />
\r
50 <Reference Include="System.Web.Services" />
\r
51 <Reference Include="System.EnterpriseServices" />
\r
52 <Reference Include="System.Web.Mobile" />
\r
55 <Content Include="Global.asax" />
\r
56 <Content Include="Views\MyUserControl.ascx" />
\r
57 <Content Include="Web.config" />
\r
60 <Compile Include="Global.asax.cs">
\r
61 <DependentUpon>Global.asax</DependentUpon>
\r
63 <Compile Include="Properties\AssemblyInfo.cs" />
\r
64 <Compile Include="Views\Drug.aspx.cs">
\r
65 <SubType>ASPXCodeBehind</SubType>
\r
66 <DependentUpon>Drug.aspx</DependentUpon>
\r
68 <Compile Include="Views\Drug.aspx.designer.cs">
\r
69 <DependentUpon>Drug.aspx</DependentUpon>
\r
71 <Compile Include="Views\Index.aspx.cs">
\r
72 <DependentUpon>Index.aspx</DependentUpon>
\r
73 <SubType>ASPXCodeBehind</SubType>
\r
75 <Compile Include="Views\Index.aspx.designer.cs">
\r
76 <DependentUpon>Index.aspx</DependentUpon>
\r
78 <Compile Include="Views\Login.aspx.cs">
\r
79 <DependentUpon>Login.aspx</DependentUpon>
\r
80 <SubType>ASPXCodeBehind</SubType>
\r
82 <Compile Include="Views\Login.aspx.designer.cs">
\r
83 <DependentUpon>Login.aspx</DependentUpon>
\r
85 <Compile Include="Views\MyUserControl.ascx.cs">
\r
86 <DependentUpon>MyUserControl.ascx</DependentUpon>
\r
87 <SubType>ASPXCodeBehind</SubType>
\r
89 <Compile Include="Views\Register.aspx.cs">
\r
90 <SubType>ASPXCodeBehind</SubType>
\r
91 <DependentUpon>Register.aspx</DependentUpon>
\r
93 <Compile Include="Views\Register.aspx.designer.cs">
\r
94 <DependentUpon>Register.aspx</DependentUpon>
\r
96 <Compile Include="Views\Site.Master.cs">
\r
97 <DependentUpon>Site.Master</DependentUpon>
\r
98 <SubType>ASPXCodeBehind</SubType>
\r
100 <Compile Include="Views\Site.Master.designer.cs">
\r
101 <DependentUpon>Site.Master</DependentUpon>
\r
105 <EmbeddedResource Include="Global.asax.resx">
\r
106 <DependentUpon>Global.asax.cs</DependentUpon>
\r
107 <SubType>Designer</SubType>
\r
108 </EmbeddedResource>
\r
109 <EmbeddedResource Include="Views\MyUserControl.ascx.resx">
\r
110 <DependentUpon>MyUserControl.ascx.cs</DependentUpon>
\r
111 <SubType>Designer</SubType>
\r
112 </EmbeddedResource>
\r
115 <ProjectReference Include="..\Igloo.Clinic.Domain\Igloo.Clinic.Domain.csproj">
\r
116 <Project>{7CF4C9C8-776D-4327-8CCA-F72A4AC3401E}</Project>
\r
117 <Name>Igloo.Clinic.Domain</Name>
\r
118 </ProjectReference>
\r
119 <ProjectReference Include="..\Igloo.Clinic.Application\Igloo.Clinic.Application.csproj">
\r
120 <Project>{E5EB3D18-2F9B-4131-9653-4B1277D36336}</Project>
\r
121 <Name>Iglu.Clinic.Application</Name>
\r
122 </ProjectReference>
\r
123 <ProjectReference Include="..\Castle.Igloo\Castle.Igloo.csproj">
\r
124 <Project>{8C3E14B8-8154-4FC4-9BF3-EF63F74B69D3}</Project>
\r
125 <Name>Castle.Igloo</Name>
\r
126 </ProjectReference>
\r
129 <Content Include="%40Style\style.css" />
\r
130 <Content Include="ReadMe.txt" />
\r
131 <Content Include="Views\Drug.aspx" />
\r
132 <Content Include="Views\Index.aspx" />
\r
133 <Content Include="Views\Login.aspx" />
\r
134 <Content Include="Views\Register.aspx" />
\r
135 <Content Include="Views\Site.Master" />
\r
137 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
138 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" />
\r
139 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
140 Other similar extension points exist, see Microsoft.Common.targets.
\r
141 <Target Name="BeforeBuild">
\r
143 <Target Name="AfterBuild">
\r
146 <ProjectExtensions>
\r
148 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
\r
149 <WebProjectProperties>
\r
150 <UseIIS>False</UseIIS>
\r
151 <AutoAssignPort>True</AutoAssignPort>
\r
152 <DevelopmentServerPort>1336</DevelopmentServerPort>
\r
153 <DevelopmentServerVPath>/</DevelopmentServerVPath>
\r
156 <NTLMAuthentication>False</NTLMAuthentication>
\r
157 </WebProjectProperties>
\r
158 </FlavorProperties>
\r
160 </ProjectExtensions>
\r