M55128_rec.csproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
  4. <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')" />
  5. <Import Project="..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" />
  6. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProductVersion>
  11. </ProductVersion>
  12. <SchemaVersion>2.0</SchemaVersion>
  13. <ProjectGuid>{C47A0D94-C475-47DB-B33F-5B0DB931CA88}</ProjectGuid>
  14. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  15. <OutputType>Library</OutputType>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <RootNamespace>M55128_rec</RootNamespace>
  18. <AssemblyName>M55128_rec</AssemblyName>
  19. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  20. <MvcBuildViews>false</MvcBuildViews>
  21. <UseIISExpress>true</UseIISExpress>
  22. <Use64BitIISExpress />
  23. <IISExpressSSLPort />
  24. <IISExpressAnonymousAuthentication />
  25. <IISExpressWindowsAuthentication />
  26. <IISExpressUseClassicPipelineMode />
  27. <UseGlobalApplicationHostFile />
  28. <NuGetPackageImportStamp>
  29. </NuGetPackageImportStamp>
  30. <TypeScriptToolsVersion>2.3</TypeScriptToolsVersion>
  31. <TargetFrameworkProfile />
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <Prefer32Bit>false</Prefer32Bit>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <DebugSymbols>true</DebugSymbols>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="Ioc.Modules, Version=1.1.4.0, Culture=neutral, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Ioc.Modules.1.1.4\lib\net45\Ioc.Modules.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Ioc.Modules.Ninject, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Ioc.Modules.Ninject.1.1.3\lib\net45\Ioc.Modules.Ninject.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Ninject, Version=3.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Ninject.3.2.2.0\lib\net45-full\Ninject.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="System.Drawing" />
  75. <Reference Include="System.Web.DynamicData" />
  76. <Reference Include="System.Web.Entity" />
  77. <Reference Include="System.Web.ApplicationServices" />
  78. <Reference Include="System.ComponentModel.DataAnnotations" />
  79. <Reference Include="System.Web" />
  80. <Reference Include="System.Web.Abstractions" />
  81. <Reference Include="System.Web.Extensions" />
  82. <Reference Include="System.Web.Routing" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="System.Configuration" />
  85. <Reference Include="System.Web.Services" />
  86. <Reference Include="System.EnterpriseServices" />
  87. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  88. <Private>True</Private>
  89. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Net.Http">
  92. </Reference>
  93. <Reference Include="System.Net.Http.WebRequest">
  94. </Reference>
  95. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  96. <Private>True</Private>
  97. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  100. <Private>True</Private>
  101. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Web.Optimization">
  104. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  107. <Private>True</Private>
  108. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  111. <Private>True</Private>
  112. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  115. <Private>True</Private>
  116. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  119. <Private>True</Private>
  120. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Xml.Linq" />
  123. <Reference Include="UrlRewrite, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
  124. <HintPath>..\packages\UrlRewrite.Net.1.2.7\lib\net45\UrlRewrite.dll</HintPath>
  125. </Reference>
  126. <Reference Include="WebGrease">
  127. <Private>True</Private>
  128. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  129. </Reference>
  130. <Reference Include="Antlr3.Runtime">
  131. <Private>True</Private>
  132. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  133. </Reference>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Reference Include="Microsoft.ApplicationInsights">
  137. <HintPath>..\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
  138. </Reference>
  139. <Reference Include="Microsoft.AI.Agent.Intercept">
  140. <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
  141. </Reference>
  142. <Reference Include="Microsoft.AI.DependencyCollector">
  143. <HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
  144. </Reference>
  145. <Reference Include="Microsoft.AI.PerfCounterCollector">
  146. <HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
  147. </Reference>
  148. <Reference Include="Microsoft.AI.ServerTelemetryChannel">
  149. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
  150. </Reference>
  151. <Reference Include="Microsoft.AI.WindowsServer">
  152. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
  153. </Reference>
  154. <Reference Include="Microsoft.AI.Web">
  155. <HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
  156. </Reference>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <Compile Include="App_Start\FilterConfig.cs" />
  160. <Compile Include="App_Start\RouteConfig.cs" />
  161. <Compile Include="Business\KJH\KJApiBLL.cs" />
  162. <Compile Include="Business\SS\SSApiBLL.cs" />
  163. <Compile Include="Business\TK\TKApiBLL.cs" />
  164. <Compile Include="Business\ZS\ZSapiBLL.cs" />
  165. <Compile Include="Business\ZX\ZXApiBLL.cs" />
  166. <Compile Include="Controllers\HomeController.cs" />
  167. <Compile Include="Controllers\KJController.cs" />
  168. <Compile Include="Controllers\KJHController.cs" />
  169. <Compile Include="Controllers\PartialController.cs" />
  170. <Compile Include="Controllers\SJHController.cs" />
  171. <Compile Include="Controllers\SSController.cs" />
  172. <Compile Include="Controllers\TestController.cs" />
  173. <Compile Include="Controllers\TKController.cs" />
  174. <Compile Include="Controllers\ZSController.cs" />
  175. <Compile Include="Controllers\ZXController.cs" />
  176. <Compile Include="Global.asax.cs">
  177. <DependentUpon>Global.asax</DependentUpon>
  178. </Compile>
  179. <Compile Include="Models\ViewModels\ConsultationMangerModel\ClassiFication.cs" />
  180. <Compile Include="Models\ViewModels\ConsultationMangerModel\GetZX_NewsDetails.cs" />
  181. <Compile Include="Models\ViewModels\ConsultationMangerModel\News_Preview.cs" />
  182. <Compile Include="Models\ViewModels\GallerMangerModel\GalleryNumberList.cs" />
  183. <Compile Include="Models\ViewModels\GallerMangerModel\HotMenuModel.cs" />
  184. <Compile Include="Models\ViewModels\GallerMangerModel\ImageInfoModel.cs" />
  185. <Compile Include="Models\ViewModels\GallerMangerModel\ImageMenuInfoModel.cs" />
  186. <Compile Include="Models\ViewModels\GallerMangerModel\MenuInfoModel.cs" />
  187. <Compile Include="Models\ViewModels\GallerMangerModel\QueryAllDataModel.cs" />
  188. <Compile Include="Models\ViewModels\GallerMangerModel\TrendChartModel.cs" />
  189. <Compile Include="Models\ViewModels\TestDataModel.cs" />
  190. <Compile Include="Models\ViewModels\ToolsMangerModer\Tools_Preview.cs" />
  191. <Compile Include="Models\ViewModels\TrendChartModel\TrendChart_Preview.cs" />
  192. <Compile Include="Properties\AssemblyInfo.cs" />
  193. <Compile Include="Util\DateHelper.cs" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Content Include="Config\LotteryCode.xml">
  197. <SubType>Designer</SubType>
  198. </Content>
  199. <Content Include="Content\css\common\lot_bg.css" />
  200. <Content Include="Content\img\A1-1.jpg" />
  201. <Content Include="Content\img\back.png" />
  202. <Content Include="Content\img\kj-logo.jpg" />
  203. <Content Include="Content\img\loading.gif" />
  204. <Content Include="Content\img\logo.png" />
  205. <Content Include="Content\img\solgans.png" />
  206. <Content Include="Content\img\ssq.jpg" />
  207. <Content Include="Content\img\tk-logo.png" />
  208. <Content Include="Content\img\zx-logo.png" />
  209. <Content Include="Content\js\kj\kj.js" />
  210. <Content Include="Content\js\ksj.js" />
  211. <Content Include="Content\js\tk\tk.js" />
  212. <Content Include="Content\js\zs\zs.js" />
  213. <Content Include="Content\js\zx\gdzx.js" />
  214. <Content Include="Content\js\zx\zx.js" />
  215. <Content Include="Content\js\zx\zxxq.js" />
  216. <Content Include="Content\js\zx\zxzlxq.js" />
  217. <Content Include="Content\lib\bscroll.js" />
  218. <Content Include="Content\lib\jquery-3.2.1.min.js" />
  219. <Content Include="Content\lib\layer\layer.js" />
  220. <Content Include="Content\lib\layer\mobile\layer.js" />
  221. <Content Include="Content\lib\layer\mobile\need\layer.css" />
  222. <Content Include="Content\lib\layer\theme\default\icon-ext.png" />
  223. <Content Include="Content\lib\layer\theme\default\icon.png" />
  224. <Content Include="Content\lib\layer\theme\default\layer.css" />
  225. <Content Include="Content\lib\layer\theme\default\loading-0.gif" />
  226. <Content Include="Content\lib\layer\theme\default\loading-1.gif" />
  227. <Content Include="Content\lib\layer\theme\default\loading-2.gif" />
  228. <Content Include="Content\miniCss\common\basic.css" />
  229. <Content Include="Content\miniCss\common\common.css" />
  230. <Content Include="Content\miniCss\common\footer.css" />
  231. <Content Include="Content\miniCss\common\grid.css" />
  232. <Content Include="Content\miniCss\common\header1.css" />
  233. <Content Include="Content\miniCss\common\header2.css" />
  234. <Content Include="Content\miniCss\common\reset.css" />
  235. <Content Include="Content\miniCss\kj\kj.css" />
  236. <Content Include="Content\miniCss\kj\kjxq.css" />
  237. <Content Include="Content\miniCss\ss.css" />
  238. <Content Include="Content\miniCss\tk\tk.css" />
  239. <Content Include="Content\miniCss\tk\tkxq.css" />
  240. <Content Include="Content\miniCss\zs.css" />
  241. <Content Include="Content\miniCss\zx\gdzx.css" />
  242. <Content Include="Content\miniCss\zx\zx.css" />
  243. <Content Include="Content\miniCss\zx\zxxq.css" />
  244. <Content Include="Content\miniCss\zx\zxzlxq.css" />
  245. <Content Include="favicon.ico" />
  246. <Content Include="Global.asax" />
  247. <Content Include="Content\lib\less.min.js" />
  248. <Content Include="ApplicationInsights.config">
  249. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  250. </Content>
  251. <Content Include="Content\css\common\basic.less" />
  252. <Content Include="Content\css\common\common.less" />
  253. <Content Include="Content\css\common\reset.less" />
  254. <Content Include="Content\font\iconfont.eot" />
  255. <Content Include="Content\font\iconfont.svg" />
  256. <Content Include="Content\font\iconfont.ttf" />
  257. <Content Include="Content\font\iconfont.woff" />
  258. <Content Include="gulpfile.js" />
  259. <Content Include="log4net.config" />
  260. <None Include="packages.config">
  261. <SubType>Designer</SubType>
  262. </None>
  263. <Content Include="Views\ZX\Index.cshtml" />
  264. <Content Include="Views\SS\Index.cshtml" />
  265. <Content Include="Views\TK\Index.cshtml" />
  266. <Content Include="Views\ZS\Index.cshtml" />
  267. <Content Include="Views\KJ\Index.cshtml" />
  268. <Content Include="Views\KJ\KJXQ.cshtml" />
  269. <Content Include="Views\Shared\header2.cshtml" />
  270. <Content Include="Views\TK\TKLS.cshtml" />
  271. <Content Include="Views\TK\TKQB.cshtml" />
  272. <Content Include="Views\TK\TKXQ.cshtml" />
  273. <Content Include="Views\TK\TKRM.cshtml" />
  274. <Content Include="Views\TK\TKZX.cshtml" />
  275. <Content Include="Views\ZX\ZXZLXQ.cshtml" />
  276. <Content Include="Views\ZX\ZXXQ.cshtml" />
  277. <Content Include="Views\ZX\GDZX.cshtml" />
  278. <Content Include="Views\ZX\ZXZLXQList.cshtml" />
  279. <Content Include="Views\ZX\ZXGDList.cshtml" />
  280. <Content Include="Views\ZS\ZSList.cshtml" />
  281. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  282. <Content Include="Views\KJ\KJZS.cshtml" />
  283. <Content Include="Views\Shared\_detail.cshtml" />
  284. <Content Include="Views\SJH\Index.cshtml" />
  285. <Content Include="Views\ZX\ZXLXGD.cshtml" />
  286. <Content Include="Views\KJH\Index.cshtml" />
  287. <Content Include="Views\ZS\ZSDetail.cshtml" />
  288. <Content Include="Views\SS\SSDetail.cshtml" />
  289. <Content Include="Web.config">
  290. <SubType>Designer</SubType>
  291. </Content>
  292. <None Include="Web.Debug.config">
  293. <DependentUpon>Web.config</DependentUpon>
  294. </None>
  295. <None Include="Web.Release.config">
  296. <DependentUpon>Web.config</DependentUpon>
  297. </None>
  298. </ItemGroup>
  299. <ItemGroup>
  300. <ProjectReference Include="..\Business\Business.csproj">
  301. <Project>{1995ef35-2f2a-45d1-b129-370e82db1277}</Project>
  302. <Name>Business</Name>
  303. </ProjectReference>
  304. <ProjectReference Include="..\Cache\Cache.csproj">
  305. <Project>{c8ea2a5a-c03c-44a0-83b4-42b917ff3627}</Project>
  306. <Name>Cache</Name>
  307. </ProjectReference>
  308. <ProjectReference Include="..\Common\Common.csproj">
  309. <Project>{d32362dc-ff23-45a5-9ea9-18e3ac26e48b}</Project>
  310. <Name>Common</Name>
  311. </ProjectReference>
  312. <ProjectReference Include="..\Models\Models.csproj">
  313. <Project>{cb2988d4-4e7f-4f53-9cba-4508b483f3ca}</Project>
  314. <Name>Models</Name>
  315. </ProjectReference>
  316. <ProjectReference Include="..\Services\Services.csproj">
  317. <Project>{08688be4-fb60-4f1c-a129-87daaa4edd3e}</Project>
  318. <Name>Services</Name>
  319. </ProjectReference>
  320. </ItemGroup>
  321. <ItemGroup>
  322. <Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
  323. </ItemGroup>
  324. <PropertyGroup>
  325. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  326. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  327. </PropertyGroup>
  328. <PropertyGroup>
  329. <StartupObject />
  330. </PropertyGroup>
  331. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  332. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
  333. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  334. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  335. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  336. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  337. </Target>
  338. <ProjectExtensions>
  339. <VisualStudio>
  340. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  341. <WebProjectProperties>
  342. <UseIIS>True</UseIIS>
  343. <AutoAssignPort>True</AutoAssignPort>
  344. <DevelopmentServerPort>52867</DevelopmentServerPort>
  345. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  346. <IISUrl>http://localhost:8118/</IISUrl>
  347. <NTLMAuthentication>False</NTLMAuthentication>
  348. <UseCustomServer>False</UseCustomServer>
  349. <CustomServerUrl>
  350. </CustomServerUrl>
  351. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  352. <servers defaultServer="SelfHostServer">
  353. <server name="SelfHostServer" exePath="" cmdArgs="" url="http://localhost:8118/" workingDir="" />
  354. </servers>
  355. </WebProjectProperties>
  356. </FlavorProperties>
  357. </VisualStudio>
  358. </ProjectExtensions>
  359. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  360. <PropertyGroup>
  361. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  362. </PropertyGroup>
  363. <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props'))" />
  364. <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'))" />
  365. </Target>
  366. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  367. Other similar extension points exist, see Microsoft.Common.targets.
  368. <Target Name="BeforeBuild">
  369. </Target>
  370. <Target Name="AfterBuild">
  371. </Target> -->
  372. </Project>