/Signs.Web/Signs.Web.csproj

https://gitlab.com/weezer562/signs · MSBuild · 398 lines · 398 code · 0 blank · 0 comment · 5 complexity · 77555d61d3e92b05605eaa0b33d10c06 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{99D1AC68-E30D-4420-BC15-0547A5399D3E}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Signs.Web</RootNamespace>
  15. <AssemblyName>Signs.Web</AssemblyName>
  16. <TargetFrameworkVersion>v4.5</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.ComponentModel.DataAnnotations" />
  43. <Reference Include="System" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="System.Web.Extensions" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Web" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="System.Configuration" />
  53. <Reference Include="System.Web.Services" />
  54. <Reference Include="System.EnterpriseServices" />
  55. <Reference Include="System.Web.DynamicData" />
  56. <Reference Include="System.Web.Entity" />
  57. <Reference Include="System.Web.ApplicationServices" />
  58. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  59. <Private>True</Private>
  60. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  61. </Reference>
  62. <Reference Include="AspNet.ScriptManager.bootstrap">
  63. <HintPath>..\packages\AspNet.ScriptManager.bootstrap.3.0.0\lib\net45\AspNet.ScriptManager.bootstrap.dll</HintPath>
  64. </Reference>
  65. <Reference Include="AspNet.ScriptManager.jQuery">
  66. <HintPath>..\packages\AspNet.ScriptManager.jQuery.1.10.2\lib\net45\AspNet.ScriptManager.jQuery.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Microsoft.ScriptManager.MSAjax">
  69. <HintPath>..\packages\Microsoft.AspNet.ScriptManager.MSAjax.5.0.0\lib\net45\Microsoft.ScriptManager.MSAjax.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Microsoft.ScriptManager.WebForms">
  72. <HintPath>..\packages\Microsoft.AspNet.ScriptManager.WebForms.5.0.0\lib\net45\Microsoft.ScriptManager.WebForms.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  75. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  76. </Reference>
  77. <Reference Include="WebGrease">
  78. <Private>True</Private>
  79. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Antlr3.Runtime">
  82. <Private>True</Private>
  83. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Newtonsoft.Json">
  86. <Private>True</Private>
  87. <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Microsoft.AspNet.Web.Optimization.WebForms">
  90. <Private>True</Private>
  91. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Microsoft.AspNet.FriendlyUrls">
  94. <HintPath>..\packages\Microsoft.AspNet.FriendlyUrls.Core.1.0.2\lib\net45\Microsoft.AspNet.FriendlyUrls.dll</HintPath>
  95. </Reference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Reference Include="EntityFramework">
  99. <HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath>
  100. </Reference>
  101. <Reference Include="EntityFramework.SqlServer">
  102. <HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  103. </Reference>
  104. <Reference Include="Microsoft.AspNet.Identity.Core">
  105. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.1.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Microsoft.AspNet.Identity.Owin">
  108. <HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.1.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Microsoft.AspNet.Identity.EntityFramework">
  111. <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.1.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Web.Providers">
  114. <HintPath>..\packages\Microsoft.AspNet.Providers.Core.2.0.0\lib\net40\System.Web.Providers.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Microsoft.Owin">
  117. <HintPath>..\packages\Microsoft.Owin.3.0.0\lib\net45\Microsoft.Owin.dll</HintPath>
  118. </Reference>
  119. <Reference Include="Microsoft.Owin.Host.SystemWeb">
  120. <HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.3.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
  121. </Reference>
  122. <Reference Include="Microsoft.Owin.Security">
  123. <HintPath>..\packages\Microsoft.Owin.Security.3.0.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  124. </Reference>
  125. <Reference Include="Microsoft.Owin.Security.Facebook">
  126. <HintPath>..\packages\Microsoft.Owin.Security.Facebook.3.0.0\lib\net45\Microsoft.Owin.Security.Facebook.dll</HintPath>
  127. </Reference>
  128. <Reference Include="Microsoft.Owin.Security.Cookies">
  129. <HintPath>..\packages\Microsoft.Owin.Security.Cookies.3.0.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Microsoft.Owin.Security.Google">
  132. <HintPath>..\packages\Microsoft.Owin.Security.Google.3.0.0\lib\net45\Microsoft.Owin.Security.Google.dll</HintPath>
  133. </Reference>
  134. <Reference Include="Microsoft.Owin.Security.Twitter">
  135. <HintPath>..\packages\Microsoft.Owin.Security.Twitter.3.0.0\lib\net45\Microsoft.Owin.Security.Twitter.dll</HintPath>
  136. </Reference>
  137. <Reference Include="Microsoft.Owin.Security.MicrosoftAccount">
  138. <HintPath>..\packages\Microsoft.Owin.Security.MicrosoftAccount.3.0.0\lib\net45\Microsoft.Owin.Security.MicrosoftAccount.dll</HintPath>
  139. </Reference>
  140. <Reference Include="Owin">
  141. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  142. </Reference>
  143. <Reference Include="Microsoft.Owin.Security.OAuth">
  144. <HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.0.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
  145. </Reference>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Content Include="About.aspx" />
  149. <Content Include="Account\AddPhoneNumber.aspx" />
  150. <Content Include="Account\Confirm.aspx" />
  151. <Content Include="Account\Forgot.aspx" />
  152. <Content Include="Account\Lockout.aspx" />
  153. <Content Include="Account\Login.aspx" />
  154. <Content Include="Account\Manage.aspx" />
  155. <Content Include="Account\ManageLogins.aspx" />
  156. <Content Include="Account\ManagePassword.aspx" />
  157. <Content Include="Account\OpenAuthProviders.ascx" />
  158. <Content Include="Account\Register.aspx" />
  159. <Content Include="Account\RegisterExternalLogin.aspx" />
  160. <Content Include="Account\ResetPassword.aspx" />
  161. <Content Include="Account\ResetPasswordConfirmation.aspx" />
  162. <Content Include="Account\TwoFactorAuthenticationSignIn.aspx" />
  163. <Content Include="Account\VerifyPhoneNumber.aspx" />
  164. <Content Include="Contact.aspx" />
  165. <Content Include="Content\bootstrap.css" />
  166. <Content Include="Content\bootstrap.min.css" />
  167. <Content Include="Content\Site.css" />
  168. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  169. <Content Include="packages.config" />
  170. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  171. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  172. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  173. <Content Include="Account\Web.config" />
  174. <None Include="Scripts\jquery-1.10.2.intellisense.js" />
  175. <Content Include="Scripts\bootstrap.js" />
  176. <Content Include="Scripts\bootstrap.min.js" />
  177. <Content Include="Scripts\jquery-1.10.2.js" />
  178. <Content Include="Scripts\jquery-1.10.2.min.js" />
  179. <Content Include="Scripts\modernizr-2.6.2.js" />
  180. <Content Include="Scripts\respond.js" />
  181. <Content Include="Scripts\respond.min.js" />
  182. <Content Include="Scripts\WebForms\DetailsView.js" />
  183. <Content Include="Scripts\WebForms\Focus.js" />
  184. <Content Include="Scripts\WebForms\GridView.js" />
  185. <Content Include="Scripts\WebForms\Menu.js" />
  186. <Content Include="Scripts\WebForms\MenuStandards.js" />
  187. <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjax.js" />
  188. <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxApplicationServices.js" />
  189. <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxComponentModel.js" />
  190. <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxCore.js" />
  191. <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxGlobalization.js" />
  192. <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxHistory.js" />
  193. <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxNetwork.js" />
  194. <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxSerialization.js" />
  195. <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxTimer.js" />
  196. <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxWebForms.js" />
  197. <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxWebServices.js" />
  198. <Content Include="Scripts\WebForms\SmartNav.js" />
  199. <Content Include="Scripts\WebForms\TreeView.js" />
  200. <Content Include="Scripts\WebForms\WebForms.js" />
  201. <Content Include="Scripts\WebForms\WebParts.js" />
  202. <Content Include="Scripts\WebForms\WebUIValidation.js" />
  203. <Content Include="Scripts\_references.js" />
  204. <Content Include="Default.aspx" />
  205. <Content Include="favicon.ico" />
  206. <Content Include="Global.asax" />
  207. <Content Include="Site.Master" />
  208. <Content Include="ViewSwitcher.ascx" />
  209. <Content Include="Web.config" />
  210. <Content Include="Bundle.config" />
  211. <None Include="Project_Readme.html" />
  212. <Content Include="Scripts\jquery-1.10.2.min.map" />
  213. <Content Include="Site.Mobile.Master" />
  214. <None Include="Web.Debug.config">
  215. <DependentUpon>Web.config</DependentUpon>
  216. </None>
  217. <None Include="Web.Release.config">
  218. <DependentUpon>Web.config</DependentUpon>
  219. </None>
  220. </ItemGroup>
  221. <ItemGroup>
  222. <Compile Include="Account\AddPhoneNumber.aspx.cs">
  223. <DependentUpon>AddPhoneNumber.aspx</DependentUpon>
  224. </Compile>
  225. <Compile Include="Account\AddPhoneNumber.aspx.designer.cs">
  226. <DependentUpon>AddPhoneNumber.aspx</DependentUpon>
  227. </Compile>
  228. <Compile Include="Account\Confirm.aspx.cs">
  229. <DependentUpon>Confirm.aspx</DependentUpon>
  230. </Compile>
  231. <Compile Include="Account\Confirm.aspx.designer.cs">
  232. <DependentUpon>Confirm.aspx</DependentUpon>
  233. </Compile>
  234. <Compile Include="Account\Forgot.aspx.cs">
  235. <DependentUpon>Forgot.aspx</DependentUpon>
  236. </Compile>
  237. <Compile Include="Account\Forgot.aspx.designer.cs">
  238. <DependentUpon>Forgot.aspx</DependentUpon>
  239. </Compile>
  240. <Compile Include="Account\Lockout.aspx.cs">
  241. <DependentUpon>Lockout.aspx</DependentUpon>
  242. </Compile>
  243. <Compile Include="Account\Lockout.aspx.designer.cs">
  244. <DependentUpon>Lockout.aspx</DependentUpon>
  245. </Compile>
  246. <Compile Include="Account\Login.aspx.cs">
  247. <DependentUpon>Login.aspx</DependentUpon>
  248. </Compile>
  249. <Compile Include="Account\Login.aspx.designer.cs">
  250. <DependentUpon>Login.aspx</DependentUpon>
  251. </Compile>
  252. <Compile Include="Account\Manage.aspx.cs">
  253. <DependentUpon>Manage.aspx</DependentUpon>
  254. </Compile>
  255. <Compile Include="Account\Manage.aspx.designer.cs">
  256. <DependentUpon>Manage.aspx</DependentUpon>
  257. </Compile>
  258. <Compile Include="Account\ManageLogins.aspx.cs">
  259. <DependentUpon>ManageLogins.aspx</DependentUpon>
  260. </Compile>
  261. <Compile Include="Account\ManageLogins.aspx.designer.cs">
  262. <DependentUpon>ManageLogins.aspx</DependentUpon>
  263. </Compile>
  264. <Compile Include="Account\ManagePassword.aspx.cs">
  265. <DependentUpon>ManagePassword.aspx</DependentUpon>
  266. </Compile>
  267. <Compile Include="Account\ManagePassword.aspx.designer.cs">
  268. <DependentUpon>ManagePassword.aspx</DependentUpon>
  269. </Compile>
  270. <Compile Include="Account\OpenAuthProviders.ascx.cs">
  271. <DependentUpon>OpenAuthProviders.ascx</DependentUpon>
  272. </Compile>
  273. <Compile Include="Account\OpenAuthProviders.ascx.designer.cs">
  274. <DependentUpon>OpenAuthProviders.ascx</DependentUpon>
  275. </Compile>
  276. <Compile Include="Account\Register.aspx.cs">
  277. <DependentUpon>Register.aspx</DependentUpon>
  278. </Compile>
  279. <Compile Include="Account\Register.aspx.designer.cs">
  280. <DependentUpon>Register.aspx</DependentUpon>
  281. </Compile>
  282. <Compile Include="Account\RegisterExternalLogin.aspx.cs">
  283. <DependentUpon>RegisterExternalLogin.aspx</DependentUpon>
  284. </Compile>
  285. <Compile Include="Account\RegisterExternalLogin.aspx.designer.cs">
  286. <DependentUpon>RegisterExternalLogin.aspx</DependentUpon>
  287. </Compile>
  288. <Compile Include="Account\ResetPassword.aspx.cs">
  289. <DependentUpon>ResetPassword.aspx</DependentUpon>
  290. </Compile>
  291. <Compile Include="Account\ResetPassword.aspx.designer.cs">
  292. <DependentUpon>ResetPassword.aspx</DependentUpon>
  293. </Compile>
  294. <Compile Include="Account\ResetPasswordConfirmation.aspx.cs">
  295. <DependentUpon>ResetPasswordConfirmation.aspx</DependentUpon>
  296. </Compile>
  297. <Compile Include="Account\ResetPasswordConfirmation.aspx.designer.cs">
  298. <DependentUpon>ResetPasswordConfirmation.aspx</DependentUpon>
  299. </Compile>
  300. <Compile Include="Account\TwoFactorAuthenticationSignIn.aspx.cs">
  301. <DependentUpon>TwoFactorAuthenticationSignIn.aspx</DependentUpon>
  302. </Compile>
  303. <Compile Include="Account\TwoFactorAuthenticationSignIn.aspx.designer.cs">
  304. <DependentUpon>TwoFactorAuthenticationSignIn.aspx</DependentUpon>
  305. </Compile>
  306. <Compile Include="Account\VerifyPhoneNumber.aspx.cs">
  307. <DependentUpon>VerifyPhoneNumber.aspx</DependentUpon>
  308. </Compile>
  309. <Compile Include="Account\VerifyPhoneNumber.aspx.designer.cs">
  310. <DependentUpon>VerifyPhoneNumber.aspx</DependentUpon>
  311. </Compile>
  312. <Compile Include="App_Start\BundleConfig.cs" />
  313. <Compile Include="About.aspx.cs">
  314. <DependentUpon>About.aspx</DependentUpon>
  315. <SubType>ASPXCodeBehind</SubType>
  316. </Compile>
  317. <Compile Include="About.aspx.designer.cs">
  318. <DependentUpon>About.aspx</DependentUpon>
  319. </Compile>
  320. <Compile Include="App_Start\IdentityConfig.cs" />
  321. <Compile Include="App_Start\RouteConfig.cs" />
  322. <Compile Include="App_Start\Startup.Auth.cs" />
  323. <Compile Include="Contact.aspx.cs">
  324. <DependentUpon>Contact.aspx</DependentUpon>
  325. <SubType>ASPXCodeBehind</SubType>
  326. </Compile>
  327. <Compile Include="Contact.aspx.designer.cs">
  328. <DependentUpon>Contact.aspx</DependentUpon>
  329. </Compile>
  330. <Compile Include="Default.aspx.cs">
  331. <DependentUpon>Default.aspx</DependentUpon>
  332. <SubType>ASPXCodeBehind</SubType>
  333. </Compile>
  334. <Compile Include="Default.aspx.designer.cs">
  335. <DependentUpon>Default.aspx</DependentUpon>
  336. </Compile>
  337. <Compile Include="Global.asax.cs">
  338. <DependentUpon>Global.asax</DependentUpon>
  339. </Compile>
  340. <Compile Include="Models\IdentityModels.cs" />
  341. <Compile Include="Properties\AssemblyInfo.cs" />
  342. <Compile Include="Site.Master.cs">
  343. <DependentUpon>Site.Master</DependentUpon>
  344. <SubType>ASPXCodeBehind</SubType>
  345. </Compile>
  346. <Compile Include="Site.Master.designer.cs">
  347. <DependentUpon>Site.Master</DependentUpon>
  348. </Compile>
  349. <Compile Include="Site.Mobile.Master.cs">
  350. <DependentUpon>Site.Mobile.Master</DependentUpon>
  351. </Compile>
  352. <Compile Include="Site.Mobile.Master.designer.cs">
  353. <DependentUpon>Site.Mobile.Master</DependentUpon>
  354. </Compile>
  355. <Compile Include="Startup.cs" />
  356. <Compile Include="ViewSwitcher.ascx.cs">
  357. <DependentUpon>ViewSwitcher.ascx</DependentUpon>
  358. </Compile>
  359. <Compile Include="ViewSwitcher.ascx.designer.cs">
  360. <DependentUpon>ViewSwitcher.ascx</DependentUpon>
  361. </Compile>
  362. </ItemGroup>
  363. <ItemGroup>
  364. <Folder Include="App_Data\" />
  365. </ItemGroup>
  366. <PropertyGroup>
  367. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  368. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  369. </PropertyGroup>
  370. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  371. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  372. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  373. <ProjectExtensions>
  374. <VisualStudio>
  375. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  376. <WebProjectProperties>
  377. <UseIIS>True</UseIIS>
  378. <AutoAssignPort>True</AutoAssignPort>
  379. <DevelopmentServerPort>51377</DevelopmentServerPort>
  380. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  381. <IISUrl>http://localhost:51377/</IISUrl>
  382. <NTLMAuthentication>False</NTLMAuthentication>
  383. <UseCustomServer>False</UseCustomServer>
  384. <CustomServerUrl>
  385. </CustomServerUrl>
  386. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  387. </WebProjectProperties>
  388. </FlavorProperties>
  389. </VisualStudio>
  390. </ProjectExtensions>
  391. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  392. Other similar extension points exist, see Microsoft.Common.targets.
  393. <Target Name="BeforeBuild">
  394. </Target>
  395. <Target Name="AfterBuild">
  396. </Target>
  397. -->
  398. </Project>