1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProductVersion >
8+ </ProductVersion >
9+ <SchemaVersion >2.0</SchemaVersion >
10+ <ProjectGuid >{BC5ECB90-61AD-4711-9711-1BF7635415C3}</ProjectGuid >
11+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12+ <OutputType >Library</OutputType >
13+ <AppDesignerFolder >Properties</AppDesignerFolder >
14+ <RootNamespace >HttpAuthModule.SampleWeb</RootNamespace >
15+ <AssemblyName >HttpAuthModule.SampleWeb</AssemblyName >
16+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
17+ <UseIISExpress >true</UseIISExpress >
18+ <IISExpressSSLPort />
19+ <IISExpressAnonymousAuthentication />
20+ <IISExpressWindowsAuthentication />
21+ <IISExpressUseClassicPipelineMode />
22+ </PropertyGroup >
23+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24+ <DebugSymbols >true</DebugSymbols >
25+ <DebugType >full</DebugType >
26+ <Optimize >false</Optimize >
27+ <OutputPath >bin\</OutputPath >
28+ <DefineConstants >DEBUG;TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33+ <DebugType >pdbonly</DebugType >
34+ <Optimize >true</Optimize >
35+ <OutputPath >bin\</OutputPath >
36+ <DefineConstants >TRACE</DefineConstants >
37+ <ErrorReport >prompt</ErrorReport >
38+ <WarningLevel >4</WarningLevel >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" Microsoft.CSharp" />
42+ <Reference Include =" System.Web.DynamicData" />
43+ <Reference Include =" System.Web.Entity" />
44+ <Reference Include =" System.Web.ApplicationServices" />
45+ <Reference Include =" System.ComponentModel.DataAnnotations" />
46+ <Reference Include =" System" />
47+ <Reference Include =" System.Data" />
48+ <Reference Include =" System.Core" />
49+ <Reference Include =" System.Data.DataSetExtensions" />
50+ <Reference Include =" System.Web.Extensions" />
51+ <Reference Include =" System.Xml.Linq" />
52+ <Reference Include =" System.Drawing" />
53+ <Reference Include =" System.Web" />
54+ <Reference Include =" System.Xml" />
55+ <Reference Include =" System.Configuration" />
56+ <Reference Include =" System.Web.Services" />
57+ <Reference Include =" System.EnterpriseServices" />
58+ </ItemGroup >
59+ <ItemGroup >
60+ <Content Include =" Default.aspx" />
61+ <Content Include =" Web.config" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <Compile Include =" Default.aspx.cs" >
65+ <DependentUpon >Default.aspx</DependentUpon >
66+ <SubType >ASPXCodeBehind</SubType >
67+ </Compile >
68+ <Compile Include =" Default.aspx.designer.cs" >
69+ <DependentUpon >Default.aspx</DependentUpon >
70+ </Compile >
71+ <Compile Include =" Properties\AssemblyInfo.cs" />
72+ </ItemGroup >
73+ <ItemGroup >
74+ <None Include =" Web.Debug.config" >
75+ <DependentUpon >Web.config</DependentUpon >
76+ </None >
77+ <None Include =" Web.Release.config" >
78+ <DependentUpon >Web.config</DependentUpon >
79+ </None >
80+ </ItemGroup >
81+ <ItemGroup >
82+ <ProjectReference Include =" ..\HttpAuthModule\HttpAuthModule.csproj" >
83+ <Project >{1a44ded2-08b4-48dc-972f-a0cf24ad59a4}</Project >
84+ <Name >HttpAuthModule</Name >
85+ </ProjectReference >
86+ </ItemGroup >
87+ <PropertyGroup >
88+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
89+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
90+ </PropertyGroup >
91+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
92+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
93+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
94+ <ProjectExtensions >
95+ <VisualStudio >
96+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
97+ <WebProjectProperties >
98+ <UseIIS >True</UseIIS >
99+ <AutoAssignPort >True</AutoAssignPort >
100+ <DevelopmentServerPort >0</DevelopmentServerPort >
101+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
102+ <IISUrl >http://localhost:15367/</IISUrl >
103+ <NTLMAuthentication >False</NTLMAuthentication >
104+ <UseCustomServer >False</UseCustomServer >
105+ <CustomServerUrl >
106+ </CustomServerUrl >
107+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
108+ </WebProjectProperties >
109+ </FlavorProperties >
110+ </VisualStudio >
111+ </ProjectExtensions >
112+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
113+ Other similar extension points exist, see Microsoft.Common.targets.
114+ <Target Name="BeforeBuild">
115+ </Target>
116+ <Target Name="AfterBuild">
117+ </Target>
118+ -->
119+ </Project >
0 commit comments