KJH55128_Rec.csproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  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.1.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.3.2\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>{C06DD1E8-146C-45BA-B372-566E2EFF2176}</ProjectGuid>
  13. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>KJH55128_Rec</RootNamespace>
  17. <AssemblyName>KJH55128_Rec</AssemblyName>
  18. <TargetFrameworkVersion>v4.5</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. </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. <RunCodeAnalysis>true</RunCodeAnalysis>
  39. <FilesToIncludeForPublish>AllFilesInTheProject</FilesToIncludeForPublish>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Lottery.Cache">
  52. <HintPath>Content\lib\Lottery.Cache.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Lottery.Common">
  55. <HintPath>Content\lib\Lottery.Common.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Lottery.Config">
  58. <HintPath>Content\lib\Lottery.Config.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Lottery.Data">
  61. <HintPath>Content\lib\Lottery.Data.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Lottery.Data.SqlServer">
  64. <HintPath>Content\lib\Lottery.Data.SqlServer.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Lottery.Entity">
  67. <HintPath>Content\lib\Lottery.Entity.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Lottery.Interface">
  70. <HintPath>Content\lib\Lottery.Interface.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Lottery.TrendChart">
  73. <HintPath>Content\lib\Lottery.TrendChart.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Lottery.TrendTool">
  76. <HintPath>Content\lib\Lottery.TrendTool.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System" />
  86. <Reference Include="System.Data" />
  87. <Reference Include="System.Drawing" />
  88. <Reference Include="System.Web.DynamicData" />
  89. <Reference Include="System.Web.Entity" />
  90. <Reference Include="System.Web.ApplicationServices" />
  91. <Reference Include="System.ComponentModel.DataAnnotations" />
  92. <Reference Include="System.Core" />
  93. <Reference Include="System.Data.DataSetExtensions" />
  94. <Reference Include="System.Xml.Linq" />
  95. <Reference Include="System.Web" />
  96. <Reference Include="System.Web.Extensions" />
  97. <Reference Include="System.Web.Abstractions" />
  98. <Reference Include="System.Web.Routing" />
  99. <Reference Include="System.Xml" />
  100. <Reference Include="System.Configuration" />
  101. <Reference Include="System.Web.Services" />
  102. <Reference Include="System.EnterpriseServices" />
  103. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <Private>True</Private>
  105. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System.Net.Http">
  108. </Reference>
  109. <Reference Include="System.Net.Http.WebRequest">
  110. </Reference>
  111. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  112. <Private>True</Private>
  113. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <Private>True</Private>
  117. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Web.Optimization">
  120. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  123. <Private>True</Private>
  124. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  127. <Private>True</Private>
  128. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  131. <Private>True</Private>
  132. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  135. <Private>True</Private>
  136. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  137. </Reference>
  138. <Reference Include="TrendChartMain">
  139. <HintPath>Content\lib\TrendChartMain.dll</HintPath>
  140. </Reference>
  141. <Reference Include="WebGrease">
  142. <Private>True</Private>
  143. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  144. </Reference>
  145. <Reference Include="Antlr3.Runtime">
  146. <Private>True</Private>
  147. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  148. </Reference>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Reference Include="Microsoft.ApplicationInsights">
  152. <HintPath>..\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
  153. </Reference>
  154. <Reference Include="Microsoft.AI.Agent.Intercept">
  155. <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
  156. </Reference>
  157. <Reference Include="Microsoft.AI.DependencyCollector">
  158. <HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
  159. </Reference>
  160. <Reference Include="Microsoft.AI.PerfCounterCollector">
  161. <HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
  162. </Reference>
  163. <Reference Include="Microsoft.AI.ServerTelemetryChannel">
  164. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
  165. </Reference>
  166. <Reference Include="Microsoft.AI.WindowsServer">
  167. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
  168. </Reference>
  169. <Reference Include="Microsoft.AI.Web">
  170. <HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
  171. </Reference>
  172. </ItemGroup>
  173. <ItemGroup>
  174. <Compile Include="App_Start\BundleConfig.cs" />
  175. <Compile Include="App_Start\FilterConfig.cs" />
  176. <Compile Include="App_Start\Filters\ActionFilter.cs" />
  177. <Compile Include="App_Start\RouteConfig.cs" />
  178. <Compile Include="Business\KJH\KJApiBLL.cs" />
  179. <Compile Include="Business\KJH\LotteryFriUrlHandelBLL.cs" />
  180. <Compile Include="Business\SS\SSApiBLL.cs" />
  181. <Compile Include="Business\Test\TestBLL.cs" />
  182. <Compile Include="Business\TJ\TJApiBLL.cs" />
  183. <Compile Include="Business\TrendChart\TrendChastApiBLL.cs" />
  184. <Compile Include="Business\WF\WFApiBLL.cs" />
  185. <Compile Include="Business\ZX\ZXApiBLL.cs" />
  186. <Compile Include="Controllers\DHController.cs" />
  187. <Compile Include="Controllers\FeedBackController.cs" />
  188. <Compile Include="Controllers\HomeController.cs" />
  189. <Compile Include="Controllers\SharedController.cs" />
  190. <Compile Include="Controllers\TemplateController.cs" />
  191. <Compile Include="Controllers\TestController.cs" />
  192. <Compile Include="Controllers\WFController.cs" />
  193. <Compile Include="Controllers\ZSController.cs" />
  194. <Compile Include="Controllers\ZXController.cs" />
  195. <Compile Include="EnumZXLottery.cs" />
  196. <Compile Include="Global.asax.cs">
  197. <DependentUpon>Global.asax</DependentUpon>
  198. </Compile>
  199. <Compile Include="Properties\AssemblyInfo.cs" />
  200. <Compile Include="Util\KJiHdescribe.cs" />
  201. <Compile Include="Util\SJiHdescribe.cs" />
  202. <Compile Include="Util\ValidationTools.cs" />
  203. <Compile Include="ViewModels\ConsultationMangerModel\ClassiFication.cs" />
  204. <Compile Include="ViewModels\ConsultationMangerModel\GetZX_NewsDetails.cs" />
  205. <Compile Include="ViewModels\ConsultationMangerModel\News_Preview.cs" />
  206. <Compile Include="ViewModels\LotteryModel\LotteryKJihAdSjiHModel.cs" />
  207. <Compile Include="ViewModels\LotteryModel\LotterySupply.cs" />
  208. <Compile Include="ViewModels\LotteryModel\LotteryViewModel.cs" />
  209. <Compile Include="ViewModels\PlayRuleModel\PalyRuleModel.cs" />
  210. <Compile Include="ViewModels\RecommandModel\AdViewModel.cs" />
  211. <Compile Include="ViewModels\RecommandModel\LotteryItems.cs" />
  212. <Compile Include="ViewModels\SharedModel\LotteryDesc.cs" />
  213. <Compile Include="ViewModels\ToolsMangerModer\Tools_Preview.cs" />
  214. <Compile Include="ViewModels\TrendChartModel\TrendChart_Preview.cs" />
  215. <Compile Include="ViewModels\TrendChartModel\ZXViewModel.cs" />
  216. <Compile Include="ViewModels\UrlModel\UrlEntity.cs" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <Content Include="Config\LotteryCode.xml">
  220. <SubType>Designer</SubType>
  221. </Content>
  222. <Content Include="Config\SyncJobConfig.xml" />
  223. <Content Include="Content\css\common\common.css" />
  224. <Content Include="Content\css\common\iconfont.css" />
  225. <Content Include="Content\css\common\mixin.css" />
  226. <Content Include="Content\css\common\reset.css" />
  227. <Content Include="Content\css\cpkj.css" />
  228. <Content Include="Content\css\feedback.css" />
  229. <Content Include="Content\css\gg\erm.jpg" />
  230. <Content Include="Content\css\gg\gg.css" />
  231. <Content Include="Content\css\home.css" />
  232. <Content Include="Content\css\kaijdetail.css" />
  233. <Content Include="Content\css\sitemap.css" />
  234. <Content Include="Content\css\wfgz.css" />
  235. <Content Include="Content\css\zx.css" />
  236. <Content Include="Content\images\ad.jpg" />
  237. <Content Include="Content\images\adout_us.gif" />
  238. <Content Include="Content\images\code.png" />
  239. <Content Include="Content\images\favicon.ico" />
  240. <Content Include="Content\images\img03.jpg" />
  241. <Content Include="Content\images\kj-logo.jpg" />
  242. <Content Include="Content\images\maps.gif" />
  243. <Content Include="Content\images\sjh_zst.gif" />
  244. <Content Include="Content\images\wenm.gif" />
  245. <Content Include="Content\images\winingNote.gif" />
  246. <Content Include="Content\images\zhen.gif" />
  247. <Content Include="Content\js\advice.js" />
  248. <Content Include="Content\js\common.js" />
  249. <Content Include="Content\js\common\balljump.js" />
  250. <Content Include="Content\js\common\cpkj.js" />
  251. <Content Include="Content\js\common\drawCode.js" />
  252. <Content Include="Content\js\common\public.js" />
  253. <Content Include="Content\js\function1.js" />
  254. <Content Include="Content\js\function.js" />
  255. <Content Include="Content\js\kaijdetail.js" />
  256. <Content Include="Content\js\kjh.js" />
  257. <Content Include="Content\tools\datePicker\calendar.js" />
  258. <Content Include="Content\tools\datePicker\lang\en.js" />
  259. <Content Include="Content\tools\datePicker\lang\zh-cn.js" />
  260. <Content Include="Content\tools\datePicker\lang\zh-tw.js" />
  261. <Content Include="Content\tools\datePicker\skin\datePicker.gif" />
  262. <Content Include="Content\tools\datePicker\skin\default\datepicker.css" />
  263. <Content Include="Content\tools\datePicker\skin\default\img.png" />
  264. <Content Include="Content\tools\datePicker\skin\rl.png" />
  265. <Content Include="Content\tools\datePicker\skin\twoer\datepicker.css" />
  266. <Content Include="Content\tools\datePicker\skin\twoer\img.png" />
  267. <Content Include="Content\tools\datePicker\skin\WdatePicker.css" />
  268. <Content Include="Content\tools\datePicker\skin\whyGreen\bg.jpg" />
  269. <Content Include="Content\tools\datePicker\skin\whyGreen\datepicker.css" />
  270. <Content Include="Content\tools\datePicker\skin\whyGreen\img.gif" />
  271. <Content Include="Content\tools\datePicker\WdatePicker.js" />
  272. <Content Include="Content\tools\libs\bootstrap.min.js" />
  273. <Content Include="Content\tools\libs\jquery-3.2.1.min.js" />
  274. <Content Include="Content\tools\libs\layer\layer.js" />
  275. <Content Include="Content\tools\libs\layer\mobile\layer.js" />
  276. <Content Include="Content\tools\libs\layer\mobile\need\layer.css" />
  277. <Content Include="Content\tools\libs\layer\theme\default\icon-ext.png" />
  278. <Content Include="Content\tools\libs\layer\theme\default\icon.png" />
  279. <Content Include="Content\tools\libs\layer\theme\default\layer.css" />
  280. <Content Include="Content\tools\libs\layer\theme\default\loading-0.gif" />
  281. <Content Include="Content\tools\libs\layer\theme\default\loading-1.gif" />
  282. <Content Include="Content\tools\libs\layer\theme\default\loading-2.gif" />
  283. <Content Include="Content\tools\libs\less.min.js" />
  284. <Content Include="error500.html" />
  285. <Content Include="favicon.ico" />
  286. <Content Include="Global.asax" />
  287. <Content Include="ApplicationInsights.config">
  288. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  289. </Content>
  290. <Content Include="images\qhb.png" />
  291. <Content Include="images\winingNote.gif" />
  292. <Content Include="public\css\libs\bootstrap.min.css" />
  293. <Content Include="public\css\libs\less.min.js" />
  294. <Content Include="public\images\winingNote.gif" />
  295. <Content Include="Views\Shared\hotlottery.cshtml" />
  296. <Content Include="Web.config">
  297. <SubType>Designer</SubType>
  298. </Content>
  299. <Content Include="Web.Debug.config">
  300. <DependentUpon>Web.config</DependentUpon>
  301. </Content>
  302. <Content Include="Web.Release.config">
  303. <DependentUpon>Web.config</DependentUpon>
  304. </Content>
  305. <Content Include="Views\Web.config" />
  306. <Content Include="Views\Shared\Error.cshtml" />
  307. <Content Include="Views\Home\Index.cshtml" />
  308. </ItemGroup>
  309. <ItemGroup>
  310. <Folder Include="App_Data\" />
  311. <Folder Include="fonts\" />
  312. <Folder Include="Properties\PublishProfiles\" />
  313. <Folder Include="ViewModels\KJModel\" />
  314. </ItemGroup>
  315. <ItemGroup>
  316. <Content Include="log4net.config" />
  317. <None Include="packages.config" />
  318. <Content Include="Views\DH\About.cshtml" />
  319. <Content Include="Views\Test\WF\Index.cshtml" />
  320. <Content Include="Views\ZX\Index.cshtml" />
  321. <Content Include="Views\ZX\ZXXQ.cshtml" />
  322. <Content Include="Views\FeedBack\FeedBack.cshtml" />
  323. <Content Include="Views\DH\About.cshtml" />
  324. <Content Include="Views\Home\DFC.cshtml" />
  325. <Content Include="Views\Home\GPC.cshtml" />
  326. <Content Include="Views\Home\KJH.cshtml" />
  327. <Content Include="Views\Home\KJXQ.cshtml" />
  328. <Content Include="Views\Home\QGC.cshtml" />
  329. <Content Include="Views\Home\SJH.cshtml" />
  330. <Content Include="Views\Shared\ads.cshtml" />
  331. <Content Include="Views\Shared\footer.cshtml" />
  332. <Content Include="Views\Shared\header.cshtml" />
  333. <Content Include="Views\Shared\hotlottery.cshtml" />
  334. <Content Include="Views\Shared\news.cshtml" />
  335. <Content Include="Views\Shared\recomlot.cshtml" />
  336. <Content Include="Views\Shared\tools.cshtml" />
  337. <Content Include="Views\FeedBack\FeedBack.cshtml" />
  338. <Content Include="Views\Template\_dfc.cshtml" />
  339. <Content Include="Views\Template\_gpc11x5.cshtml" />
  340. <Content Include="Views\Template\_gpck3.cshtml" />
  341. <Content Include="Views\Template\_gpcklsf.cshtml" />
  342. <Content Include="Views\Template\_gpcssc.cshtml" />
  343. <Content Include="Views\Template\_qgc.cshtml" />
  344. <Content Include="Views\Template\_gpckl12.cshtml" />
  345. <Content Include="Views\Shared\lotterynav.cshtml" />
  346. <Content Include="Views\Template\_gpcqt.cshtml" />
  347. <Content Include="Views\Shared\gpcnav.cshtml" />
  348. <Content Include="Views\Shared\wfnav.cshtml" />
  349. <Content Include="Views\Template\_kjhTable.cshtml" />
  350. <Content Include="Views\Template\_sjhTable.cshtml" />
  351. <Content Include="Views\Template\_navLotteryTable.cshtml" />
  352. <Content Include="Views\Home\KJDetail.cshtml" />
  353. <Content Include="Views\Shared\recomnews.cshtml" />
  354. <Content Include="public\css\common\common.less" />
  355. <Content Include="public\css\common\font\iconfont.eot" />
  356. <Content Include="public\css\common\font\iconfont.svg" />
  357. <Content Include="public\css\common\font\iconfont.ttf" />
  358. <Content Include="public\css\common\font\iconfont.woff" />
  359. <Content Include="public\css\common\iconfont.less" />
  360. <Content Include="public\css\common\mixin.less" />
  361. <Content Include="public\css\common\reset.less" />
  362. <Content Include="public\css\cpkj.less" />
  363. <Content Include="public\css\feedback.less" />
  364. <Content Include="public\css\home.less" />
  365. <Content Include="public\css\kaijdetail.less" />
  366. <Content Include="public\css\sitemap.less" />
  367. <Content Include="public\css\wfgz.less" />
  368. <Content Include="public\css\zx.less" />
  369. <Content Include="Views\Shared\recomzxBytype.cshtml" />
  370. <Content Include="Views\Shared\sjhDesc.cshtml" />
  371. <Content Include="Views\Shared\zsTools.cshtml" />
  372. <Content Include="Views\ZS\Index.cshtml" />
  373. <Content Include="Views\Shared\all_lot_wrapper.cshtml" />
  374. <Content Include="Views\Shared\FTCLink.cshtml" />
  375. <Content Include="Views\Shared\recomkjh.cshtml" />
  376. <Content Include="Views\Shared\recomurl.cshtml" />
  377. <Content Include="Views\Shared\recomzs.cshtml" />
  378. <Content Include="Views\Shared\_Layout.cshtml" />
  379. <Content Include="Views\WF\Index.cshtml" />
  380. </ItemGroup>
  381. <ItemGroup>
  382. <ProjectReference Include="..\Business\Business.csproj">
  383. <Project>{1995EF35-2F2A-45D1-B129-370E82DB1277}</Project>
  384. <Name>Business</Name>
  385. </ProjectReference>
  386. <ProjectReference Include="..\Cache\Cache.csproj">
  387. <Project>{C8EA2A5A-C03C-44A0-83B4-42B917FF3627}</Project>
  388. <Name>Cache</Name>
  389. </ProjectReference>
  390. <ProjectReference Include="..\Common\Common.csproj">
  391. <Project>{D32362DC-FF23-45A5-9EA9-18E3AC26E48B}</Project>
  392. <Name>Common</Name>
  393. </ProjectReference>
  394. <ProjectReference Include="..\JobService\JobService.csproj">
  395. <Project>{ef0c3228-4409-4db0-9c07-33b9a63de590}</Project>
  396. <Name>JobService</Name>
  397. </ProjectReference>
  398. <ProjectReference Include="..\Models\Models.csproj">
  399. <Project>{CB2988D4-4E7F-4F53-9CBA-4508B483F3CA}</Project>
  400. <Name>Models</Name>
  401. </ProjectReference>
  402. </ItemGroup>
  403. <PropertyGroup>
  404. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  405. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  406. </PropertyGroup>
  407. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  408. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  409. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  410. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  411. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  412. </Target>
  413. <ProjectExtensions>
  414. <VisualStudio>
  415. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  416. <WebProjectProperties>
  417. <UseIIS>True</UseIIS>
  418. <AutoAssignPort>True</AutoAssignPort>
  419. <DevelopmentServerPort>57054</DevelopmentServerPort>
  420. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  421. <IISUrl>http://localhost:8119/</IISUrl>
  422. <NTLMAuthentication>False</NTLMAuthentication>
  423. <UseCustomServer>False</UseCustomServer>
  424. <CustomServerUrl>
  425. </CustomServerUrl>
  426. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  427. </WebProjectProperties>
  428. </FlavorProperties>
  429. </VisualStudio>
  430. </ProjectExtensions>
  431. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  432. <PropertyGroup>
  433. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  434. </PropertyGroup>
  435. <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'))" />
  436. <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'))" />
  437. </Target>
  438. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  439. Other similar extension points exist, see Microsoft.Common.targets.
  440. <Target Name="BeforeBuild">
  441. </Target>
  442. <Target Name="AfterBuild">
  443. </Target> -->
  444. </Project>