25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

375 satır
22 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  4. <Import Project="..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>
  10. </ProductVersion>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <ProjectGuid>{DBB22F9E-ED75-40EB-A091-717D42C65A9B}</ProjectGuid>
  13. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>Learun.Application.Website</RootNamespace>
  17. <AssemblyName>Learun.Application.Website</AssemblyName>
  18. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  19. <MvcBuildViews>false</MvcBuildViews>
  20. <UseIISExpress>true</UseIISExpress>
  21. <Use64BitIISExpress />
  22. <IISExpressSSLPort />
  23. <IISExpressAnonymousAuthentication />
  24. <IISExpressWindowsAuthentication />
  25. <IISExpressUseClassicPipelineMode />
  26. <UseGlobalApplicationHostFile />
  27. <NuGetPackageImportStamp>
  28. </NuGetPackageImportStamp>
  29. <SccProjectName>
  30. </SccProjectName>
  31. <SccLocalPath>
  32. </SccLocalPath>
  33. <SccAuxPath>
  34. </SccAuxPath>
  35. <SccProvider>
  36. </SccProvider>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <DebugSymbols>true</DebugSymbols>
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  58. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  59. </Reference>
  60. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  61. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  68. <HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Microsoft.Practices.Unity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  71. <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Microsoft.Practices.Unity.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.Practices.Unity.RegistrationByConvention, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
  78. </Reference>
  79. <Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  80. <HintPath>..\packages\MySql.Data.6.9.9\lib\net45\MySql.Data.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Oracle.ManagedDataAccess.19.6.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Oracle.ManagedDataAccess.EntityFramework, Version=6.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Oracle.ManagedDataAccess.EntityFramework.19.3.0\lib\net45\Oracle.ManagedDataAccess.EntityFramework.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Drawing" />
  94. <Reference Include="System.Web.DynamicData" />
  95. <Reference Include="System.Web.Entity" />
  96. <Reference Include="System.Web.ApplicationServices" />
  97. <Reference Include="System.ComponentModel.DataAnnotations" />
  98. <Reference Include="System.Core" />
  99. <Reference Include="System.Data.DataSetExtensions" />
  100. <Reference Include="System.Xml.Linq" />
  101. <Reference Include="System.Web" />
  102. <Reference Include="System.Web.Extensions" />
  103. <Reference Include="System.Web.Abstractions" />
  104. <Reference Include="System.Web.Routing" />
  105. <Reference Include="System.Xml" />
  106. <Reference Include="System.Configuration" />
  107. <Reference Include="System.Web.Services" />
  108. <Reference Include="System.EnterpriseServices" />
  109. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  110. <Private>True</Private>
  111. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Net.Http">
  114. </Reference>
  115. <Reference Include="System.Net.Http.WebRequest">
  116. </Reference>
  117. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  118. <Private>True</Private>
  119. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  122. <Private>True</Private>
  123. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.Web.Optimization">
  126. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  129. <Private>True</Private>
  130. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  131. </Reference>
  132. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  133. <Private>True</Private>
  134. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  135. </Reference>
  136. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  137. <Private>True</Private>
  138. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  141. <Private>True</Private>
  142. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  143. </Reference>
  144. <Reference Include="WebGrease">
  145. <Private>True</Private>
  146. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  147. </Reference>
  148. <Reference Include="Antlr3.Runtime">
  149. <Private>True</Private>
  150. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  151. </Reference>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Reference Include="Microsoft.ApplicationInsights">
  155. <HintPath>..\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
  156. </Reference>
  157. <Reference Include="Microsoft.AI.Agent.Intercept">
  158. <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
  159. </Reference>
  160. <Reference Include="Microsoft.AI.DependencyCollector">
  161. <HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
  162. </Reference>
  163. <Reference Include="Microsoft.AI.PerfCounterCollector">
  164. <HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
  165. </Reference>
  166. <Reference Include="Microsoft.AI.ServerTelemetryChannel">
  167. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
  168. </Reference>
  169. <Reference Include="Microsoft.AI.WindowsServer">
  170. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
  171. </Reference>
  172. <Reference Include="Microsoft.AI.Web">
  173. <HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
  174. </Reference>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Compile Include="App_Start\FilterConfig.cs" />
  178. <Compile Include="App_Start\MvcControllerBase.cs" />
  179. <Compile Include="App_Start\RouteConfig.cs" />
  180. <Compile Include="Controllers\HomeController.cs" />
  181. <Compile Include="Global.asax.cs">
  182. <DependentUpon>Global.asax</DependentUpon>
  183. </Compile>
  184. <Compile Include="Properties\AssemblyInfo.cs" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <Content Include="Content\bootstrap\bootstrap-theme.min.css" />
  188. <Content Include="Content\bootstrap\bootstrap.min.css" />
  189. <Content Include="Content\bootstrap\bootstrap.min.js" />
  190. <Content Include="Content\bootstrap\html5shiv.min.js" />
  191. <Content Include="Content\bootstrap\modernizr-2.6.2.min.js" />
  192. <Content Include="Content\bootstrap\respond.min.js" />
  193. <Content Include="Content\font\css\font-awesome.css" />
  194. <Content Include="Content\font\css\font-awesome.min.css" />
  195. <Content Include="Content\font\fonts\fontawesome-webfont.svg" />
  196. <Content Include="Content\font\learunfont\iconfont.css" />
  197. <Content Include="Content\font\learunfont\iconfont.svg" />
  198. <Content Include="Content\images1\index\fa-archive.png" />
  199. <Content Include="Content\images1\index\fa-video-camera.png" />
  200. <Content Include="Content\images1\index\fa-wechat.png" />
  201. <Content Include="Content\images1\index\fa-weibo.png" />
  202. <Content Include="Content\images1\index\info.png" />
  203. <Content Include="Content\images1\index\信息化专栏.png" />
  204. <Content Include="Content\images\banner_df.jpg" />
  205. <Content Include="Content\images\plhome\addImg.png" />
  206. <Content Include="Content\images\plhome\banner_df.jpg" />
  207. <Content Include="Content\jquery\jquery-1.10.2.min.js" />
  208. <Content Include="Content\laypage\laypage.js" />
  209. <Content Include="Content\laypage\laypage.min.js" />
  210. <Content Include="Content\laypage\skin\laypage.css" />
  211. <Content Include="Content\laypage\skin\laypage.min.css" />
  212. <Content Include="Content\scripts\ChildIndex.js" />
  213. <Content Include="Content\scripts\DetailIndex.js" />
  214. <Content Include="Content\scripts\Home.js" />
  215. <Content Include="Content\scripts\ImgListIndex.js" />
  216. <Content Include="Content\scripts\ListIndex.js" />
  217. <Content Include="Content\style\ChildIndex.css" />
  218. <Content Include="Content\style\DetailIndex.css" />
  219. <Content Include="Content\style\Home.css" />
  220. <Content Include="Content\style\ImgListIndex.css" />
  221. <Content Include="Content\style\ListIndex.css" />
  222. <Content Include="Content\style\lr-common.css" />
  223. <Content Include="Content\scripts\PageIndex.js" />
  224. <Content Include="Content\style\PageIndex.css" />
  225. <Content Include="Content\swiper\swiper-4.3.3.min.css" />
  226. <Content Include="Content\swiper\swiper-4.3.3.min.js" />
  227. <Content Include="favicon.ico" />
  228. <Content Include="Global.asax" />
  229. <Content Include="Content\laypage\laypage.min.js.map" />
  230. <Content Include="Content\font\fonts\fontawesome-webfont.eot" />
  231. <Content Include="Content\font\fonts\fontawesome-webfont.ttf" />
  232. <Content Include="Content\font\fonts\fontawesome-webfont.woff" />
  233. <Content Include="Content\font\fonts\fontawesome-webfont.woff2" />
  234. <Content Include="Content\font\fonts\FontAwesome.otf" />
  235. <Content Include="Content\font\learunfont\iconfont.eot" />
  236. <Content Include="Content\font\learunfont\iconfont.ttf" />
  237. <Content Include="Content\font\learunfont\iconfont.woff" />
  238. <Content Include="Content\images1\about\banner.png" />
  239. <Content Include="Content\images1\about\company.png" />
  240. <Content Include="Content\images1\icons.png" />
  241. <Content Include="Content\images1\index\banner1.png" />
  242. <Content Include="Content\images1\index\banner2.png" />
  243. <Content Include="Content\images1\index\industry1.png" />
  244. <Content Include="Content\images1\index\industry2.png" />
  245. <Content Include="Content\images1\index\industry3.png" />
  246. <Content Include="Content\images1\index\industry4.png" />
  247. <Content Include="Content\images1\index\innovation.png" />
  248. <Content Include="Content\images1\index\news1.png" />
  249. <Content Include="Content\images1\index\video.png" />
  250. <Content Include="Content\images\logo.png" />
  251. <Content Include="Content\images1\newsDetail\bd1.png" />
  252. <Content Include="Content\images1\newsDetail\bd2.png" />
  253. <Content Include="Content\images1\newsList\banner.png" />
  254. <Content Include="Content\images1\newsList\news1.png" />
  255. <Content Include="Content\images1\products\banner.png" />
  256. <Content Include="Content\images1\products\product1.png" />
  257. <Content Include="Content\images1\products\product2.png" />
  258. <Content Include="Content\images1\products\product3.png" />
  259. <Content Include="Content\images1\products\product4.png" />
  260. <Content Include="Content\images1\products\product5.png" />
  261. <Content Include="Content\images1\products\product6.png" />
  262. <Content Include="Content\images1\products\product7.png" />
  263. <Content Include="Content\images1\products\product8.png" />
  264. <Content Include="Content\images1\products\product9.png" />
  265. <Content Include="Content\images1\slogan.png" />
  266. <Content Include="Content\images\wechat.png" />
  267. <Content Include="Content\style\Index.css" />
  268. <Content Include="Content\scripts\Index.js" />
  269. <Content Include="Web.config" />
  270. <Content Include="Web.Debug.config">
  271. <DependentUpon>Web.config</DependentUpon>
  272. </Content>
  273. <Content Include="Web.Release.config">
  274. <DependentUpon>Web.config</DependentUpon>
  275. </Content>
  276. <Content Include="Views\Web.config" />
  277. <Content Include="Views\Shared\_Index.cshtml" />
  278. <Content Include="Views\Home\Index.cshtml" />
  279. <Content Include="Views\Home\ListIndex.cshtml" />
  280. <Content Include="Views\Shared\_PageIndex.cshtml" />
  281. <Content Include="Views\Home\ImgListIndex.cshtml" />
  282. <Content Include="Views\Home\DetailIndex.cshtml" />
  283. <Content Include="XmlConfig\database.config">
  284. <SubType>Designer</SubType>
  285. </Content>
  286. <Content Include="XmlConfig\ioc.config">
  287. <SubType>Designer</SubType>
  288. </Content>
  289. <Content Include="XmlConfig\log4net.config" />
  290. <Content Include="XmlConfig\system.config">
  291. <SubType>Designer</SubType>
  292. </Content>
  293. <Content Include="Views\Home\ChildIndex.cshtml" />
  294. </ItemGroup>
  295. <ItemGroup />
  296. <ItemGroup>
  297. <None Include="packages.config" />
  298. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  299. </ItemGroup>
  300. <ItemGroup>
  301. <ProjectReference Include="..\Learun.Framework.Module\Learun.Application.Module\Learun.Application.Extention\Learun.Application.Extention.csproj">
  302. <Project>{4d033392-bbb8-4b5f-9144-a42e7695847e}</Project>
  303. <Name>Learun.Application.Extention</Name>
  304. </ProjectReference>
  305. <ProjectReference Include="..\Learun.Framework.Module\Learun.Application.Module\Learun.Application.Mapping\Learun.Application.Mapping.csproj">
  306. <Project>{79f8e2f1-08e7-4336-93e0-512b39f9dd54}</Project>
  307. <Name>Learun.Application.Mapping</Name>
  308. </ProjectReference>
  309. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase.EF.Oracle\Learun.DataBase.Oracle.csproj">
  310. <Project>{82069f3a-ab45-4f8b-b2bf-a36b14208f41}</Project>
  311. <Name>Learun.DataBase.Oracle</Name>
  312. </ProjectReference>
  313. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase.EF.Sqlserver\Learun.DataBase.SqlServer.csproj">
  314. <Project>{890532f8-5205-4ee9-965c-84500cad24de}</Project>
  315. <Name>Learun.DataBase.SqlServer</Name>
  316. </ProjectReference>
  317. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase.MySql\Learun.DataBase.MySqlEx.csproj">
  318. <Project>{fe4cb79e-7f98-4683-bc4a-5173a5bc5636}</Project>
  319. <Name>Learun.DataBase.MySqlEx</Name>
  320. </ProjectReference>
  321. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase\Learun.DataBase.csproj">
  322. <Project>{c329f9e1-4327-4769-9d08-07e6fec41005}</Project>
  323. <Name>Learun.DataBase</Name>
  324. </ProjectReference>
  325. <ProjectReference Include="..\Learun.Framework.Module\Learun.Ioc\Learun.Ioc.csproj">
  326. <Project>{81c03609-ae0d-414c-829b-16b990487add}</Project>
  327. <Name>Learun.Ioc</Name>
  328. </ProjectReference>
  329. <ProjectReference Include="..\Learun.Framework.Module\Learun.Util\Learun.Util\Learun.Util.csproj">
  330. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  331. <Name>Learun.Util</Name>
  332. </ProjectReference>
  333. </ItemGroup>
  334. <PropertyGroup>
  335. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  336. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  337. </PropertyGroup>
  338. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  339. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  340. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  341. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  342. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  343. </Target>
  344. <ProjectExtensions>
  345. <VisualStudio>
  346. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  347. <WebProjectProperties>
  348. <UseIIS>False</UseIIS>
  349. <AutoAssignPort>True</AutoAssignPort>
  350. <DevelopmentServerPort>60862</DevelopmentServerPort>
  351. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  352. <IISUrl>http://localhost:60862/</IISUrl>
  353. <NTLMAuthentication>False</NTLMAuthentication>
  354. <UseCustomServer>False</UseCustomServer>
  355. <CustomServerUrl>
  356. </CustomServerUrl>
  357. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  358. </WebProjectProperties>
  359. </FlavorProperties>
  360. </VisualStudio>
  361. </ProjectExtensions>
  362. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  363. <PropertyGroup>
  364. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  365. </PropertyGroup>
  366. <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props'))" />
  367. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  368. </Target>
  369. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  370. Other similar extension points exist, see Microsoft.Common.targets.
  371. <Target Name="BeforeBuild">
  372. </Target>
  373. <Target Name="AfterBuild">
  374. </Target> -->
  375. </Project>