CB.Data.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{BFAD8E45-7300-46CB-82D5-5C347DF765AF}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CB.Data</RootNamespace>
  12. <AssemblyName>CB.Data</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.configuration" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="System.Web" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="Basic\AreaService.cs" />
  46. <Compile Include="Caches\ColumnArticleCache.cs" />
  47. <Compile Include="Caches\ColumnCache.cs" />
  48. <Compile Include="Caches\FCDF6J1Cache.cs" />
  49. <Compile Include="Caches\FCHB22X5Cache.cs" />
  50. <Compile Include="Caches\FCHD11X5Cache.cs" />
  51. <Compile Include="Caches\FCHN22X5Cache.cs" />
  52. <Compile Include="Caches\FCNY36X7Cache.cs" />
  53. <Compile Include="Caches\FCXJ35X7Cache.cs" />
  54. <Compile Include="Caches\PicClassCache.cs" />
  55. <Compile Include="Caches\PictureCache.cs" />
  56. <Compile Include="Caches\RecommendCache.cs" />
  57. <Compile Include="Caches\TCFJ31X7Cache.cs" />
  58. <Compile Include="Caches\TCFJ36X7Cache.cs" />
  59. <Compile Include="Caches\TCJS7WSCache.cs" />
  60. <Compile Include="Caches\TCZJ6J1Cache.cs" />
  61. <Compile Include="Caches\FCHB30X5Cache.cs" />
  62. <Compile Include="Lottery\FCDF6J1Service.cs" />
  63. <Compile Include="Lottery\FCHB22X5Service.cs" />
  64. <Compile Include="Lottery\FCHD11X5Service.cs" />
  65. <Compile Include="Lottery\FCHN22X5Service.cs" />
  66. <Compile Include="Lottery\FCNY36X7Service.cs" />
  67. <Compile Include="Lottery\FCXJ35X7Service.cs" />
  68. <Compile Include="Lottery\Frequency\djp\GPTrendService.cs" />
  69. <Compile Include="Lottery\Frequency\GP11x5HeBeiService.cs" />
  70. <Compile Include="Lottery\Frequency\K3HeBeiService.cs" />
  71. <Compile Include="Lottery\Frequency\K3NeiMengGuService.cs" />
  72. <Compile Include="Lottery\Frequency\KL10FShanXiService.cs" />
  73. <Compile Include="Lottery\Frequency\KLCZheJiangService.cs" />
  74. <Compile Include="Lottery\Frequency\Pk10BeiJingService.cs" />
  75. <Compile Include="Lottery\Frequency\GP11x5BaseService.cs" />
  76. <Compile Include="Lottery\Frequency\YTDJHeNanService.cs" />
  77. <Compile Include="Lottery\TCFJ31X7Service.cs" />
  78. <Compile Include="Lottery\TCFJ36X7Service.cs" />
  79. <Compile Include="Lottery\TCJS7WSService.cs" />
  80. <Compile Include="Lottery\TCZJ6J1Service.cs" />
  81. <Compile Include="Lottery\FCHB30X5Service.cs" />
  82. <Compile Include="SpecialColumn\ArticleService.cs" />
  83. <Compile Include="SpecialColumn\ColumnService.cs" />
  84. <Compile Include="Basic\RecommendsService.cs" />
  85. <Compile Include="Basic\TopicClassService.cs" />
  86. <Compile Include="Basic\TopicService.cs" />
  87. <Compile Include="Basic\LotteryService.cs" />
  88. <Compile Include="Basic\TVServerService.cs" />
  89. <Compile Include="Caches\AreaCache.cs" />
  90. <Compile Include="Caches\GDHC1Cache.cs" />
  91. <Compile Include="Caches\TopicCache.cs" />
  92. <Compile Include="Caches\TrendChartCssConfigCache.cs" />
  93. <Compile Include="Caches\FC3DCache.cs" />
  94. <Compile Include="Caches\FCQLCCache.cs" />
  95. <Compile Include="Caches\FCSSQCache.cs" />
  96. <Compile Include="Caches\LotteryCache.cs" />
  97. <Compile Include="Caches\TCDLTCache.cs" />
  98. <Compile Include="Caches\TCP3Cache.cs" />
  99. <Compile Include="Caches\TCQXCCache.cs" />
  100. <Compile Include="Caches\TemplateCache.cs" />
  101. <Compile Include="Caches\TopicClassCache.cs" />
  102. <Compile Include="Caches\TrendChartCache.cs" />
  103. <Compile Include="Caches\TrendChartItemCache.cs" />
  104. <Compile Include="Caches\TrendToolsCache.cs" />
  105. <Compile Include="Caches\TrendTypeCache.cs" />
  106. <Compile Include="DatabaseProvider.cs" />
  107. <Compile Include="Lottery\HC1Service.cs" />
  108. <Compile Include="Lottery\Frequency\GP11x5AnHuiService.cs" />
  109. <Compile Include="Lottery\Frequency\GP11x5ChongQingService.cs" />
  110. <Compile Include="Lottery\Frequency\GP11x5GuangDongService.cs" />
  111. <Compile Include="Lottery\Frequency\GP11x5GuiZhouService.cs" />
  112. <Compile Include="Lottery\Frequency\GP11x5HeiLongJiangService.cs" />
  113. <Compile Include="Lottery\Frequency\GP11x5HuBeiService.cs" />
  114. <Compile Include="Lottery\Frequency\GP11x5JiangSuService.cs" />
  115. <Compile Include="Lottery\Frequency\GP11x5JiangXiService.cs" />
  116. <Compile Include="Lottery\Frequency\GP11x5JiLinService.cs" />
  117. <Compile Include="Lottery\Frequency\GP11x5LiaoNingService.cs" />
  118. <Compile Include="Lottery\Frequency\GP11x5ShanDongService.cs" />
  119. <Compile Include="Lottery\Frequency\GP11x5ShangHaiService.cs" />
  120. <Compile Include="Lottery\Frequency\GP11x5SiChuanService.cs" />
  121. <Compile Include="Lottery\Frequency\GP11x5TianJinService.cs" />
  122. <Compile Include="Lottery\Frequency\GP11x5YunNanService.cs" />
  123. <Compile Include="Lottery\Frequency\GP11x5ZheJiangService.cs" />
  124. <Compile Include="Lottery\Frequency\SSLShangHaiService.cs" />
  125. <Compile Include="Lottery\Frequency\KL10FChongQingService.cs" />
  126. <Compile Include="Lottery\Frequency\KL10FGuangDongService.cs" />
  127. <Compile Include="Lottery\Frequency\KL10FGuangXiService.cs" />
  128. <Compile Include="Lottery\Frequency\KL10FHuNanService.cs" />
  129. <Compile Include="Lottery\Frequency\KL10FTianJinService.cs" />
  130. <Compile Include="Lottery\Frequency\K3AnHuiService.cs" />
  131. <Compile Include="Lottery\Frequency\K3HuBeiService.cs" />
  132. <Compile Include="Lottery\Frequency\K3JiangSuService.cs" />
  133. <Compile Include="Lottery\Frequency\K3JiLinService.cs" />
  134. <Compile Include="Lottery\Frequency\SSCChongQingService.cs" />
  135. <Compile Include="Lottery\Frequency\SSCJiangXiService.cs" />
  136. <Compile Include="Lottery\Frequency\SSCXinJiangService.cs" />
  137. <Compile Include="Lottery\Frequency\KLPK3ShanDongService.cs" />
  138. <Compile Include="Lottery\Frequency\QYHShanDongService.cs" />
  139. <Compile Include="Lottery\Frequency\KL8BeiJingService.cs" />
  140. <Compile Include="Lottery\Frequency\XYSCHuNanService.cs" />
  141. <Compile Include="Lottery\Frequency\KL12LiaoNingService.cs" />
  142. <Compile Include="Lottery\Frequency\KL12SiChuanService.cs" />
  143. <Compile Include="Lottery\TCDLTService.cs" />
  144. <Compile Include="Lottery\TCP3Service.cs" />
  145. <Compile Include="Lottery\TCQXCService.cs" />
  146. <Compile Include="Lottery\LotteryAwardService.cs" />
  147. <Compile Include="OldDataCenter\OldDataCenterService.cs" />
  148. <Compile Include="SpecialColumn\PicClassService.cs" />
  149. <Compile Include="SpecialColumn\PictureService.cs" />
  150. <Compile Include="Synchronize\Article.cs" />
  151. <Compile Include="System\SysAuthorityService.cs" />
  152. <Compile Include="System\SysGroupService.cs" />
  153. <Compile Include="System\SysUserLogService.cs" />
  154. <Compile Include="System\SysUserService.cs" />
  155. <Compile Include="Template\TemplateFiles.cs" />
  156. <Compile Include="Template\TemplateService.cs" />
  157. <Compile Include="Template\TemplateTypeService.cs" />
  158. <Compile Include="TrendChartData\AH11X5TrendChartDataService.cs" />
  159. <Compile Include="TrendChartData\AHK3TrendChartDataService.cs" />
  160. <Compile Include="TrendChartData\CQ11X5TrendChartDataService.cs" />
  161. <Compile Include="TrendChartData\CQKL10TrendChartDataService.cs" />
  162. <Compile Include="TrendChartData\FC3DTrendChartDataService.cs" />
  163. <Compile Include="TrendChartData\FCDF6J1TrendChartDataService.cs" />
  164. <Compile Include="TrendChartData\FCHB22X5TrendChartDataService.cs" />
  165. <Compile Include="TrendChartData\FCHD11X5TrendChartDataService.cs" />
  166. <Compile Include="TrendChartData\FCHN22X5TrendChartDataService.cs" />
  167. <Compile Include="TrendChartData\FCNY36X7TrendChartDataService.cs" />
  168. <Compile Include="TrendChartData\FCQLCTrendChartDataService.cs" />
  169. <Compile Include="TrendChartData\FCSSQTrendChartDataService.cs" />
  170. <Compile Include="TrendChartData\FCXJ35X7TrendChartDataService.cs" />
  171. <Compile Include="TrendChartData\GD11X5TrendChartDataService.cs" />
  172. <Compile Include="TrendChartData\GDKL10TrendChartDataService.cs" />
  173. <Compile Include="TrendChartData\GXKL10TrendChartDataService.cs" />
  174. <Compile Include="TrendChartData\GZ11X5TrendChartDataService.cs.cs" />
  175. <Compile Include="TrendChartData\HB11X5TrendChartDataService.cs" />
  176. <Compile Include="TrendChartData\HBK3TrendChartDataService.cs" />
  177. <Compile Include="TrendChartData\HC1TrendChartDataService.cs" />
  178. <Compile Include="TrendChartData\HeB11X5TrendChartDataService.cs" />
  179. <Compile Include="TrendChartData\HeBK3TrendChartDataService.cs" />
  180. <Compile Include="TrendChartData\HLJ11X5TrendChartDataService.cs" />
  181. <Compile Include="TrendChartData\HNKL10TrendChartDataService.cs" />
  182. <Compile Include="TrendChartData\JL11X5TrendChartDataService.cs" />
  183. <Compile Include="TrendChartData\JLK3TrendChartDataService.cs" />
  184. <Compile Include="TrendChartData\JS11X5TrendChartDataService.cs" />
  185. <Compile Include="TrendChartData\JSK3TrendChartDataService.cs" />
  186. <Compile Include="TrendChartData\JX11X5TrendChartDataService.cs" />
  187. <Compile Include="TrendChartData\LN11X5TrendChartDataService.cs" />
  188. <Compile Include="TrendChartData\LNKL12TrendChartDataService.cs" />
  189. <Compile Include="TrendChartData\NMGK3TrendChartDataService.cs" />
  190. <Compile Include="TrendChartData\SC11X5TrendChartDataService.cs" />
  191. <Compile Include="TrendChartData\SCKL12TrendChartDataService.cs" />
  192. <Compile Include="TrendChartData\SD11X5TrendChartDataService.cs" />
  193. <Compile Include="TrendChartData\SDQYHTrendChartDataService.cs" />
  194. <Compile Include="TrendChartData\SH11X5TrendChartDataService.cs" />
  195. <Compile Include="TrendChartData\SXKL10TrendChartDataService.cs" />
  196. <Compile Include="TrendChartData\TCDLTTrendChartDataService.cs" />
  197. <Compile Include="TrendChartData\TCFJ31X7TrendChartDataService.cs" />
  198. <Compile Include="TrendChartData\TCFJ36X7TrendChartDataService.cs" />
  199. <Compile Include="TrendChartData\TCJS7WSTrendChartDataService.cs" />
  200. <Compile Include="TrendChartData\TCP3TrendChartDataService.cs" />
  201. <Compile Include="TrendChartData\TCQXCTrendChartDataService.cs" />
  202. <Compile Include="TrendChartData\TCZJ6J1TrendChartDataService.cs" />
  203. <Compile Include="TrendChartData\TJ11X5TrendChartDataService.cs" />
  204. <Compile Include="TrendChartData\TJKL10TrendChartDataService.cs" />
  205. <Compile Include="TrendChartData\YN11X5TrendChartDataService.cs" />
  206. <Compile Include="TrendChartData\ZJ11X5TrendChartDataService.cs" />
  207. <Compile Include="TrendChartData\ZJKLCTrendChartDataService.cs" />
  208. <Compile Include="TrendChartData\FCHB30X5TrendChartDataService.cs" />
  209. <Compile Include="TrendChart\ChartCssConfigService.cs" />
  210. <Compile Include="Lottery\FC3DService.cs" />
  211. <Compile Include="Lottery\FCQLCService.cs" />
  212. <Compile Include="Lottery\FCSSQService.cs" />
  213. <Compile Include="TrendChart\TrendChartItemService.cs" />
  214. <Compile Include="TrendChart\TrendChartService.cs" />
  215. <Compile Include="DbHelper.cs" />
  216. <Compile Include="Properties\AssemblyInfo.cs" />
  217. <Compile Include="Repository.cs" />
  218. <Compile Include="TrendChart\TrendTypeService.cs" />
  219. <Compile Include="TrendMiss\TrendMissDataService.cs" />
  220. <Compile Include="TrendMiss\TrendMissItemService.cs" />
  221. <Compile Include="TrendTool\TrendToolService.cs">
  222. <SubType>Code</SubType>
  223. </Compile>
  224. <Compile Include="Basic\LotteryServerService.cs" />
  225. <Compile Include="UCenter\TVUserService.cs" />
  226. <Compile Include="UCenter\UserService.cs" />
  227. </ItemGroup>
  228. <ItemGroup>
  229. <ProjectReference Include="..\CB.Cache\CB.Cache.csproj">
  230. <Project>{DDD12FA8-F412-4DE0-9331-A0BCE38BA8F1}</Project>
  231. <Name>CB.Cache</Name>
  232. </ProjectReference>
  233. <ProjectReference Include="..\CB.Common\CB.Common.csproj">
  234. <Project>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</Project>
  235. <Name>CB.Common</Name>
  236. </ProjectReference>
  237. <ProjectReference Include="..\CB.Config\CB.Config.csproj">
  238. <Project>{04E6ED1F-372C-4E12-AAD0-409218D2DB59}</Project>
  239. <Name>CB.Config</Name>
  240. </ProjectReference>
  241. <ProjectReference Include="..\CB.Entity\CB.Entity.csproj">
  242. <Project>{CBFE123D-0143-43D5-97BF-611DAB2B33F0}</Project>
  243. <Name>CB.Entity</Name>
  244. </ProjectReference>
  245. <ProjectReference Include="..\CB.Interface\CB.Interface.csproj">
  246. <Project>{8E739D61-9C9A-4BDD-A182-7D19781E863E}</Project>
  247. <Name>CB.Interface</Name>
  248. </ProjectReference>
  249. </ItemGroup>
  250. <ItemGroup>
  251. <WCFMetadata Include="Service References\" />
  252. </ItemGroup>
  253. <ItemGroup />
  254. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  255. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  256. Other similar extension points exist, see Microsoft.Common.targets.
  257. <Target Name="BeforeBuild">
  258. </Target>
  259. <Target Name="AfterBuild">
  260. </Target>
  261. -->
  262. </Project>