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>{BCDBC6AC-C85A-4564-AB6E-354262BB1A87}</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>Castle.Facilities.WcfIntegration.Demo</RootNamespace>
\r
12 <AssemblyName>Castle.Facilities.WcfIntegration.Demo</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.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
\r
33 <Reference Include="Castle.MicroKernel, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
34 <SpecificVersion>False</SpecificVersion>
\r
35 <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>
\r
37 <Reference Include="Castle.Windsor, Version=1.0.0.5, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
38 <SpecificVersion>False</SpecificVersion>
\r
39 <HintPath>..\..\..\build\net-2.0\debug\Castle.Windsor.dll</HintPath>
\r
41 <Reference Include="System" />
\r
42 <Reference Include="System.Data" />
\r
43 <Reference Include="System.Drawing" />
\r
44 <Reference Include="System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
\r
45 <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
\r
46 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
\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="Default.aspx" />
\r
56 <Content Include="UsingWindsor.svc" />
\r
57 <Content Include="Global.asax" />
\r
58 <Content Include="Web.config" />
\r
59 <Content Include="Windsor.xml" />
\r
62 <Compile Include="Default.aspx.cs">
\r
63 <SubType>ASPXCodeBehind</SubType>
\r
64 <DependentUpon>Default.aspx</DependentUpon>
\r
66 <Compile Include="Default.aspx.designer.cs">
\r
67 <DependentUpon>Default.aspx</DependentUpon>
\r
69 <Compile Include="Service References\UsingWindsorSvc.cs">
\r
70 <DependentUpon>UsingWindsorSvc.map</DependentUpon>
\r
72 <Compile Include="UsingWindsor.cs" />
\r
73 <Compile Include="Global.asax.cs">
\r
74 <DependentUpon>Global.asax</DependentUpon>
\r
78 <ProjectReference Include="..\Castle.Facilities.WcfIntegration\Castle.Facilities.WcfIntegration.csproj">
\r
79 <Project>{0F1CAD31-322E-4266-B3A0-BB424E1AE0A9}</Project>
\r
80 <Name>Castle.Facilities.WcfIntegration</Name>
\r
84 <None Include="Service References\UsingWindsorSvc.map" />
\r
87 <Folder Include="Properties\" />
\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>27197</DevelopmentServerPort>
\r
105 <DevelopmentServerVPath>/</DevelopmentServerVPath>
\r
106 <IISUrl>http://localhost/Castle.Facilities.WcfIntegration.Demo</IISUrl>
\r
107 <NTLMAuthentication>False</NTLMAuthentication>
\r
108 </WebProjectProperties>
\r
109 </FlavorProperties>
\r
111 </ProjectExtensions>
\r