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 >{43E5229D-6E32-49FB-834D-7FFD7818F821}</ProjectGuid >
11- <ProjectTypeGuids >{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12- <OutputType >Library</OutputType >
13- <AppDesignerFolder >Properties</AppDesignerFolder >
14- <RootNamespace >HttpAuthModule.SampleMvc2</RootNamespace >
15- <AssemblyName >HttpAuthModule.SampleMvc2</AssemblyName >
16- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
17- <MvcBuildViews >false</MvcBuildViews >
18- <UseIISExpress >true</UseIISExpress >
19- <IISExpressSSLPort />
20- <IISExpressAnonymousAuthentication />
21- <IISExpressWindowsAuthentication />
22- <IISExpressUseClassicPipelineMode />
23- </PropertyGroup >
24- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
25- <DebugSymbols >true</DebugSymbols >
26- <DebugType >full</DebugType >
27- <Optimize >false</Optimize >
28- <OutputPath >bin\</OutputPath >
29- <DefineConstants >DEBUG;TRACE</DefineConstants >
30- <ErrorReport >prompt</ErrorReport >
31- <WarningLevel >4</WarningLevel >
32- </PropertyGroup >
33- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
34- <DebugType >pdbonly</DebugType >
35- <Optimize >true</Optimize >
36- <OutputPath >bin\</OutputPath >
37- <DefineConstants >TRACE</DefineConstants >
38- <ErrorReport >prompt</ErrorReport >
39- <WarningLevel >4</WarningLevel >
40- </PropertyGroup >
41- <ItemGroup >
42- <Reference Include =" Microsoft.CSharp" />
43- <Reference Include =" System" />
44- <Reference Include =" System.Data" />
45- <Reference Include =" System.Drawing" />
46- <Reference Include =" System.Web.DynamicData" />
47- <Reference Include =" System.Web.Entity" />
48- <Reference Include =" System.Web.ApplicationServices" />
49- <Reference Include =" System.ComponentModel.DataAnnotations" />
50- <Reference Include =" System.Core" />
51- <Reference Include =" System.Data.DataSetExtensions" />
52- <Reference Include =" System.Xml.Linq" />
53- <Reference Include =" System.Web" />
54- <Reference Include =" System.Web.Extensions" />
55- <Reference Include =" System.Web.Abstractions" />
56- <Reference Include =" System.Web.Routing" />
57- <Reference Include =" System.Xml" />
58- <Reference Include =" System.Configuration" />
59- <Reference Include =" System.Web.Services" />
60- <Reference Include =" System.EnterpriseServices" />
61- <Reference Include =" Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
62- <Private >True</Private >
63- <HintPath >..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath >
64- </Reference >
65- <Reference Include =" Microsoft.Web.Mvc.FixedDisplayModes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
66- <Private >True</Private >
67- <HintPath >..\packages\Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0\lib\net40\Microsoft.Web.Mvc.FixedDisplayModes.dll</HintPath >
68- </Reference >
69- <Reference Include =" Newtonsoft.Json" >
70- <HintPath >..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath >
71- </Reference >
72- <Reference Include =" System.Net.Http" >
73- </Reference >
74- <Reference Include =" System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
75- <HintPath >..\packages\Microsoft.AspNet.WebApi.Client.4.0.20710.0\lib\net40\System.Net.Http.Formatting.dll</HintPath >
76- </Reference >
77- <Reference Include =" System.Net.Http.WebRequest" >
78- </Reference >
79- <Reference Include =" System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
80- <Private >True</Private >
81- <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath >
82- </Reference >
83- <Reference Include =" System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
84- <HintPath >..\packages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll</HintPath >
85- </Reference >
86- <Reference Include =" System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
87- <HintPath >..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.20710.0\lib\net40\System.Web.Http.WebHost.dll</HintPath >
88- </Reference >
89- <Reference Include =" System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
90- <Private >True</Private >
91- <HintPath >..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath >
92- </Reference >
93- <Reference Include =" System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
94- <Private >True</Private >
95- <HintPath >..\packages\Microsoft.AspNet.Razor.2.0.20715.0\lib\net40\System.Web.Razor.dll</HintPath >
96- </Reference >
97- <Reference Include =" System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
98- <Private >True</Private >
99- <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath >
100- </Reference >
101- <Reference Include =" System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
102- <Private >True</Private >
103- <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath >
104- </Reference >
105- <Reference Include =" System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
106- <Private >True</Private >
107- <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath >
108- </Reference >
109- </ItemGroup >
110- <ItemGroup >
111- <Compile Include =" Controllers\AccountController.cs" />
112- <Compile Include =" Controllers\HomeController.cs" />
113- <Compile Include =" Global.asax.cs" >
114- <DependentUpon >Global.asax</DependentUpon >
115- </Compile >
116- <Compile Include =" Properties\AssemblyInfo.cs" />
117- </ItemGroup >
118- <ItemGroup >
119- <Compile Include =" App_Start\FilterConfig.cs" />
120- <Compile Include =" App_Start\RouteConfig.cs" />
121- <Compile Include =" App_Start\WebApiConfig.cs" />
122- <Content Include =" cat.jpg" />
123- <Content Include =" Global.asax" />
124- <Content Include =" Web.config" />
125- <Content Include =" Web.Debug.config" >
126- <DependentUpon >Web.config</DependentUpon >
127- </Content >
128- <Content Include =" Web.Release.config" >
129- <DependentUpon >Web.config</DependentUpon >
130- </Content >
131- <Content Include =" Views\Web.config" />
132- </ItemGroup >
133- <ItemGroup >
134- <Folder Include =" App_Data\" />
135- <Folder Include =" Models\" />
136- </ItemGroup >
137- <ItemGroup >
138- <Content Include =" packages.config" />
139- </ItemGroup >
140- <ItemGroup >
141- <ProjectReference Include =" ..\HttpAuthModule\HttpAuthModule.csproj" >
142- <Project >{1a44ded2-08b4-48dc-972f-a0cf24ad59a4}</Project >
143- <Name >HttpAuthModule</Name >
144- </ProjectReference >
145- </ItemGroup >
146- <ItemGroup >
147- <Content Include =" Views\Home\Index.cshtml" />
148- </ItemGroup >
149- <PropertyGroup >
150- <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
151- <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
152- </PropertyGroup >
153- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
154- <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
155- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
156- <Target Name =" MvcBuildViews" AfterTargets =" AfterBuild" Condition =" '$(MvcBuildViews)'=='true'" >
157- <AspNetCompiler VirtualPath =" temp" PhysicalPath =" $(WebProjectOutputDir)" />
158- </Target >
159- <ProjectExtensions >
160- <VisualStudio >
161- <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
162- <WebProjectProperties >
163- <UseIIS >True</UseIIS >
164- <AutoAssignPort >True</AutoAssignPort >
165- <DevelopmentServerPort >0</DevelopmentServerPort >
166- <DevelopmentServerVPath >/</DevelopmentServerVPath >
167- <IISUrl >http://localhost:2767/</IISUrl >
168- <NTLMAuthentication >False</NTLMAuthentication >
169- <UseCustomServer >False</UseCustomServer >
170- <CustomServerUrl >
171- </CustomServerUrl >
172- <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
173- </WebProjectProperties >
174- </FlavorProperties >
175- </VisualStudio >
176- </ProjectExtensions >
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 >{43E5229D-6E32-49FB-834D-7FFD7818F821}</ProjectGuid >
11+ <ProjectTypeGuids >{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12+ <OutputType >Library</OutputType >
13+ <AppDesignerFolder >Properties</AppDesignerFolder >
14+ <RootNamespace >HttpAuthModule.SampleMvc2</RootNamespace >
15+ <AssemblyName >HttpAuthModule.SampleMvc2</AssemblyName >
16+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
17+ <MvcBuildViews >false</MvcBuildViews >
18+ <UseIISExpress >true</UseIISExpress >
19+ <IISExpressSSLPort />
20+ <IISExpressAnonymousAuthentication />
21+ <IISExpressWindowsAuthentication />
22+ <IISExpressUseClassicPipelineMode />
23+ <MvcProjectUpgradeChecked >true</MvcProjectUpgradeChecked >
24+ <FileUpgradeFlags >
25+ </FileUpgradeFlags >
26+ <UpgradeBackupLocation >
27+ </UpgradeBackupLocation >
28+ <OldToolsVersion >4.0</OldToolsVersion >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
31+ <DebugSymbols >true</DebugSymbols >
32+ <DebugType >full</DebugType >
33+ <Optimize >false</Optimize >
34+ <OutputPath >bin\</OutputPath >
35+ <DefineConstants >DEBUG;TRACE</DefineConstants >
36+ <ErrorReport >prompt</ErrorReport >
37+ <WarningLevel >4</WarningLevel >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
40+ <DebugType >pdbonly</DebugType >
41+ <Optimize >true</Optimize >
42+ <OutputPath >bin\</OutputPath >
43+ <DefineConstants >TRACE</DefineConstants >
44+ <ErrorReport >prompt</ErrorReport >
45+ <WarningLevel >4</WarningLevel >
46+ </PropertyGroup >
47+ <ItemGroup >
48+ <Reference Include =" Microsoft.CSharp" />
49+ <Reference Include =" System" />
50+ <Reference Include =" System.Data" />
51+ <Reference Include =" System.Drawing" />
52+ <Reference Include =" System.Web.DynamicData" />
53+ <Reference Include =" System.Web.Entity" />
54+ <Reference Include =" System.Web.ApplicationServices" />
55+ <Reference Include =" System.ComponentModel.DataAnnotations" />
56+ <Reference Include =" System.Core" />
57+ <Reference Include =" System.Data.DataSetExtensions" />
58+ <Reference Include =" System.Xml.Linq" />
59+ <Reference Include =" System.Web" />
60+ <Reference Include =" System.Web.Extensions" />
61+ <Reference Include =" System.Web.Abstractions" />
62+ <Reference Include =" System.Web.Routing" />
63+ <Reference Include =" System.Xml" />
64+ <Reference Include =" System.Configuration" />
65+ <Reference Include =" System.Web.Services" />
66+ <Reference Include =" System.EnterpriseServices" />
67+ <Reference Include =" Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
68+ <Private >True</Private >
69+ <HintPath >..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath >
70+ </Reference >
71+ <Reference Include =" Microsoft.Web.Mvc.FixedDisplayModes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
72+ <Private >True</Private >
73+ <HintPath >..\packages\Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0\lib\net40\Microsoft.Web.Mvc.FixedDisplayModes.dll</HintPath >
74+ </Reference >
75+ <Reference Include =" Newtonsoft.Json" >
76+ <HintPath >..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath >
77+ </Reference >
78+ <Reference Include =" System.Net.Http" >
79+ </Reference >
80+ <Reference Include =" System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
81+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Client.4.0.20710.0\lib\net40\System.Net.Http.Formatting.dll</HintPath >
82+ </Reference >
83+ <Reference Include =" System.Net.Http.WebRequest" >
84+ </Reference >
85+ <Reference Include =" System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
86+ <Private >True</Private >
87+ <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath >
88+ </Reference >
89+ <Reference Include =" System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
90+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll</HintPath >
91+ </Reference >
92+ <Reference Include =" System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
93+ <HintPath >..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.20710.0\lib\net40\System.Web.Http.WebHost.dll</HintPath >
94+ </Reference >
95+ <Reference Include =" System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
96+ <Private >True</Private >
97+ <HintPath >..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath >
98+ </Reference >
99+ <Reference Include =" System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
100+ <Private >True</Private >
101+ <HintPath >..\packages\Microsoft.AspNet.Razor.2.0.20715.0\lib\net40\System.Web.Razor.dll</HintPath >
102+ </Reference >
103+ <Reference Include =" System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
104+ <Private >True</Private >
105+ <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath >
106+ </Reference >
107+ <Reference Include =" System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
108+ <Private >True</Private >
109+ <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath >
110+ </Reference >
111+ <Reference Include =" System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
112+ <Private >True</Private >
113+ <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath >
114+ </Reference >
115+ </ItemGroup >
116+ <ItemGroup >
117+ <Compile Include =" Controllers\AccountController.cs" />
118+ <Compile Include =" Controllers\HomeController.cs" />
119+ <Compile Include =" Global.asax.cs" >
120+ <DependentUpon >Global.asax</DependentUpon >
121+ </Compile >
122+ <Compile Include =" Properties\AssemblyInfo.cs" />
123+ </ItemGroup >
124+ <ItemGroup >
125+ <Compile Include =" App_Start\FilterConfig.cs" />
126+ <Compile Include =" App_Start\RouteConfig.cs" />
127+ <Compile Include =" App_Start\WebApiConfig.cs" />
128+ <Content Include =" cat.jpg" />
129+ <Content Include =" Global.asax" />
130+ <Content Include =" Web.config" />
131+ <Content Include =" Web.Debug.config" >
132+ <DependentUpon >Web.config</DependentUpon >
133+ </Content >
134+ <Content Include =" Web.Release.config" >
135+ <DependentUpon >Web.config</DependentUpon >
136+ </Content >
137+ <Content Include =" Views\Web.config" />
138+ </ItemGroup >
139+ <ItemGroup >
140+ <Folder Include =" App_Data\" />
141+ <Folder Include =" Models\" />
142+ </ItemGroup >
143+ <ItemGroup >
144+ <Content Include =" packages.config" />
145+ </ItemGroup >
146+ <ItemGroup >
147+ <ProjectReference Include =" ..\HttpAuthModule\HttpAuthModule.csproj" >
148+ <Project >{1a44ded2-08b4-48dc-972f-a0cf24ad59a4}</Project >
149+ <Name >HttpAuthModule</Name >
150+ </ProjectReference >
151+ </ItemGroup >
152+ <ItemGroup >
153+ <Content Include =" Views\Home\Index.cshtml" />
154+ </ItemGroup >
155+ <PropertyGroup >
156+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
157+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
158+ </PropertyGroup >
159+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
160+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
161+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
162+ <Target Name =" MvcBuildViews" AfterTargets =" AfterBuild" Condition =" '$(MvcBuildViews)'=='true'" >
163+ <AspNetCompiler VirtualPath =" temp" PhysicalPath =" $(WebProjectOutputDir)" />
164+ </Target >
165+ <ProjectExtensions >
166+ <VisualStudio >
167+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
168+ <WebProjectProperties >
169+ <UseIIS >True</UseIIS >
170+ <AutoAssignPort >True</AutoAssignPort >
171+ <DevelopmentServerPort >0</DevelopmentServerPort >
172+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
173+ <IISUrl >http://localhost:2767/</IISUrl >
174+ <NTLMAuthentication >False</NTLMAuthentication >
175+ <UseCustomServer >False</UseCustomServer >
176+ <CustomServerUrl >
177+ </CustomServerUrl >
178+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
179+ </WebProjectProperties >
180+ </FlavorProperties >
181+ </VisualStudio >
182+ </ProjectExtensions >
177183 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
178184 Other similar extension points exist, see Microsoft.Common.targets.
179185 <Target Name="BeforeBuild">
180186 </Target>
181187 <Target Name="AfterBuild">
182- </Target> -->
188+ </Target> -->
183189</Project >
0 commit comments