CB.Interface.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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>{8E739D61-9C9A-4BDD-A182-7D19781E863E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CB.Interface</RootNamespace>
  12. <AssemblyName>CB.Interface</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.Core" />
  36. <Reference Include="System.ServiceModel" />
  37. <Reference Include="System.Xml.Linq" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="IDbProvider.cs" />
  45. <Compile Include="IMissItem.cs" />
  46. <Compile Include="Infrastructure\Lottery\Frequency\I11x5HeBeiService.cs" />
  47. <Compile Include="Infrastructure\Lottery\Frequency\IK3HeBeiService.cs" />
  48. <Compile Include="Infrastructure\Lottery\Frequency\IK3NeiMengGuService.cs" />
  49. <Compile Include="Infrastructure\Lottery\Frequency\IKL10FShanXiService.cs" />
  50. <Compile Include="Infrastructure\Lottery\Frequency\IKLCZheJiangService.cs" />
  51. <Compile Include="Infrastructure\Lottery\Frequency\IPK10BeiJingService.cs" />
  52. <Compile Include="Infrastructure\Lottery\Frequency\IYTDJHeNanService.cs" />
  53. <Compile Include="Infrastructure\Lottery\IFCDF6J1Service.cs" />
  54. <Compile Include="Infrastructure\Lottery\IFCHB22X5Service.cs" />
  55. <Compile Include="Infrastructure\Lottery\IFCHD11X5Service.cs" />
  56. <Compile Include="Infrastructure\Lottery\IFCHN22X5Service.cs" />
  57. <Compile Include="Infrastructure\Lottery\IFCNY36X7Service.cs" />
  58. <Compile Include="Infrastructure\Lottery\IFCXJ35X7Service.cs" />
  59. <Compile Include="Infrastructure\Lottery\ITCFJ31X7Service.cs" />
  60. <Compile Include="Infrastructure\Lottery\ITCFJ36X7Service.cs" />
  61. <Compile Include="Infrastructure\Lottery\ITCJS7WSService.cs" />
  62. <Compile Include="Infrastructure\Lottery\ITCZJ6J1Service.cs" />
  63. <Compile Include="Infrastructure\Lottery\IFCHB30X5Service.cs" />
  64. <Compile Include="Infrastructure\SpecialColumn\IArticleService.cs" />
  65. <Compile Include="Infrastructure\SpecialColumn\IColumnService.cs" />
  66. <Compile Include="Infrastructure\Basic\IRecommendsService.cs" />
  67. <Compile Include="Infrastructure\Basic\ITopicClassService.cs" />
  68. <Compile Include="Infrastructure\Basic\ITopicService.cs" />
  69. <Compile Include="Infrastructure\Basic\IAreaService.cs" />
  70. <Compile Include="Infrastructure\Basic\ILotteryService.cs" />
  71. <Compile Include="Infrastructure\Basic\ITVServerService.cs" />
  72. <Compile Include="Infrastructure\Lottery\IHC1Service.cs" />
  73. <Compile Include="Infrastructure\Lottery\Frequency\ISSLShangHaiService.cs" />
  74. <Compile Include="Infrastructure\Lottery\Frequency\IKL10FChongQingService.cs" />
  75. <Compile Include="Infrastructure\Lottery\Frequency\IKL10FGuangDongService.cs" />
  76. <Compile Include="Infrastructure\Lottery\Frequency\IKL10FGuangXiService.cs" />
  77. <Compile Include="Infrastructure\Lottery\Frequency\IKL10FHuNanService.cs" />
  78. <Compile Include="Infrastructure\Lottery\Frequency\IKL10FTianJinService.cs" />
  79. <Compile Include="Infrastructure\Lottery\Frequency\IK3AnHuiService.cs" />
  80. <Compile Include="Infrastructure\Lottery\Frequency\IK3HuBeiService.cs" />
  81. <Compile Include="Infrastructure\Lottery\Frequency\IK3JiangSuService.cs" />
  82. <Compile Include="Infrastructure\Lottery\Frequency\IK3JiLinService.cs" />
  83. <Compile Include="Infrastructure\Lottery\Frequency\ISSCChongQingService.cs" />
  84. <Compile Include="Infrastructure\Lottery\Frequency\ISSCJiangXiService.cs" />
  85. <Compile Include="Infrastructure\Lottery\Frequency\ISSCXinJiangService.cs" />
  86. <Compile Include="Infrastructure\Lottery\Frequency\I11x5AnHuiService.cs" />
  87. <Compile Include="Infrastructure\Lottery\Frequency\I11x5ChongQingService.cs" />
  88. <Compile Include="Infrastructure\Lottery\Frequency\I11x5GuangDongService.cs" />
  89. <Compile Include="Infrastructure\Lottery\Frequency\I11x5GuiZhouService.cs" />
  90. <Compile Include="Infrastructure\Lottery\Frequency\I11x5HeiLongJiangService.cs" />
  91. <Compile Include="Infrastructure\Lottery\Frequency\I11x5HuBeiService.cs" />
  92. <Compile Include="Infrastructure\Lottery\Frequency\I11x5JiangSuService.cs" />
  93. <Compile Include="Infrastructure\Lottery\Frequency\I11x5JiangXiService.cs" />
  94. <Compile Include="Infrastructure\Lottery\Frequency\I11x5JiLinService.cs" />
  95. <Compile Include="Infrastructure\Lottery\Frequency\I11x5LiaoNingService.cs" />
  96. <Compile Include="Infrastructure\Lottery\Frequency\I11x5ShanDongService.cs" />
  97. <Compile Include="Infrastructure\Lottery\Frequency\I11x5ShangHaiService.cs" />
  98. <Compile Include="Infrastructure\Lottery\Frequency\I11x5SiChuanService.cs" />
  99. <Compile Include="Infrastructure\Lottery\Frequency\I11x5TianJinService.cs" />
  100. <Compile Include="Infrastructure\Lottery\Frequency\I11x5YunNanService.cs" />
  101. <Compile Include="Infrastructure\Lottery\Frequency\I11x5ZheJiangService.cs" />
  102. <Compile Include="Infrastructure\Lottery\Frequency\IKLPK3ShanDongService.cs" />
  103. <Compile Include="Infrastructure\Lottery\Frequency\IQYHShanDongService.cs" />
  104. <Compile Include="Infrastructure\Lottery\Frequency\IKL8BeiJingService.cs" />
  105. <Compile Include="Infrastructure\Lottery\Frequency\IXYSCHuNanService.cs" />
  106. <Compile Include="Infrastructure\Lottery\Frequency\IKL12LiaoNingService.cs" />
  107. <Compile Include="Infrastructure\Lottery\Frequency\IKL12SiChuanService.cs" />
  108. <Compile Include="Infrastructure\Lottery\ITCDLTService.cs" />
  109. <Compile Include="Infrastructure\Lottery\ITCP3Service.cs" />
  110. <Compile Include="Infrastructure\Lottery\ITCQXCService.cs" />
  111. <Compile Include="Infrastructure\Lottery\ILotteryAwardrService.cs" />
  112. <Compile Include="Infrastructure\SpecialColumn\IPicClassService.cs" />
  113. <Compile Include="Infrastructure\SpecialColumn\IPictureService.cs" />
  114. <Compile Include="Infrastructure\System\ISysAuthorityService.cs" />
  115. <Compile Include="Infrastructure\System\ISysGroupAuthorityService.cs" />
  116. <Compile Include="Infrastructure\System\ISysGroupService.cs" />
  117. <Compile Include="Infrastructure\System\ISysUserLogService.cs" />
  118. <Compile Include="Infrastructure\System\ISysUserService.cs" />
  119. <Compile Include="Infrastructure\Template\ITemplateService.cs" />
  120. <Compile Include="Infrastructure\Template\ITemplateTypeService.cs" />
  121. <Compile Include="Infrastructure\TrendChartData\IAH11X5TrendChartDataService.cs" />
  122. <Compile Include="Infrastructure\TrendChartData\IAHK3TrendChartDataService.cs" />
  123. <Compile Include="Infrastructure\TrendChartData\ICQ11X5TrendChartDataService.cs" />
  124. <Compile Include="Infrastructure\TrendChartData\ICQKL10TrendChartDataService.cs" />
  125. <Compile Include="Infrastructure\TrendChartData\IFCDF6J1TrendChartDataService.cs" />
  126. <Compile Include="Infrastructure\TrendChartData\IFCHB22X5TrendChartDataService.cs" />
  127. <Compile Include="Infrastructure\TrendChartData\IFCHD11X5TrendChartDataService.cs" />
  128. <Compile Include="Infrastructure\TrendChartData\IFCHN22X5TrendChartDataService.cs" />
  129. <Compile Include="Infrastructure\TrendChartData\IFCNY36X7TrendChartDataService.cs" />
  130. <Compile Include="Infrastructure\TrendChartData\IFCQLCTrendChartDataService.cs" />
  131. <Compile Include="Infrastructure\TrendChartData\IFCSSQTrendChartDataService.cs" />
  132. <Compile Include="Infrastructure\TrendChartData\IFCXJ35X7TrendChartDataService.cs" />
  133. <Compile Include="Infrastructure\TrendChartData\IGD11X5TrendChartDataService.cs" />
  134. <Compile Include="Infrastructure\TrendChartData\IGDKL10TrendChartDataService.cs" />
  135. <Compile Include="Infrastructure\TrendChartData\IGXKL10TrendChartDataService.cs" />
  136. <Compile Include="Infrastructure\TrendChartData\IGZ11X5TrendChartDataService.cs" />
  137. <Compile Include="Infrastructure\TrendChartData\IHB11X5TrendChartDataService.cs" />
  138. <Compile Include="Infrastructure\TrendChartData\IHBK3TrendChartDataService.cs" />
  139. <Compile Include="Infrastructure\TrendChartData\IHeB11X5TrendChartDataService.cs" />
  140. <Compile Include="Infrastructure\TrendChartData\IHeBK3TrendChartDataService.cs" />
  141. <Compile Include="Infrastructure\TrendChartData\IHLJ11X5TrendChartDataService.cs" />
  142. <Compile Include="Infrastructure\TrendChartData\IHNKL10TrendChartDataService.cs" />
  143. <Compile Include="Infrastructure\TrendChartData\IJL11X5TrendChartDataService.cs" />
  144. <Compile Include="Infrastructure\TrendChartData\IJLK3TrendChartDataService.cs" />
  145. <Compile Include="Infrastructure\TrendChartData\IJS11X5TrendChartDataService.cs" />
  146. <Compile Include="Infrastructure\TrendChartData\IJSK3TrendChartDataService.cs" />
  147. <Compile Include="Infrastructure\TrendChartData\IJX11X5TrendChartDataService.cs" />
  148. <Compile Include="Infrastructure\TrendChartData\ILN11X5TrendChartDataService.cs" />
  149. <Compile Include="Infrastructure\TrendChartData\ILNKL12TrendChartDataService.cs" />
  150. <Compile Include="Infrastructure\TrendChartData\INMGK3TrendChartDataService.cs" />
  151. <Compile Include="Infrastructure\TrendChartData\ISC11X5TrendChartDataService.cs" />
  152. <Compile Include="Infrastructure\TrendChartData\ISCKL12TrendChartDataService.cs" />
  153. <Compile Include="Infrastructure\TrendChartData\ISD11X5TrendChartDataService.cs" />
  154. <Compile Include="Infrastructure\TrendChartData\ISDQYHTrendChartDataService.cs" />
  155. <Compile Include="Infrastructure\TrendChartData\ISH11X5TrendChartDataService.cs" />
  156. <Compile Include="Infrastructure\TrendChartData\ISXKL10TrendChartDataService.cs" />
  157. <Compile Include="Infrastructure\TrendChartData\ITCDLTTrendChartDataService.cs" />
  158. <Compile Include="Infrastructure\TrendChartData\ITCFJ31X7TrendChartDataService.cs" />
  159. <Compile Include="Infrastructure\TrendChartData\ITCFJ36X7TrendChartDataService.cs" />
  160. <Compile Include="Infrastructure\TrendChartData\ITCJS7WSTrendChartDataService.cs" />
  161. <Compile Include="Infrastructure\TrendChartData\ITCP3TrendChartDataService.cs" />
  162. <Compile Include="Infrastructure\TrendChartData\ITCQXCTrendChartDataService.cs" />
  163. <Compile Include="Infrastructure\TrendChartData\IHC1TrendChartDataService.cs" />
  164. <Compile Include="Infrastructure\TrendChartData\ITCZJ6J1TrendChartDataService.cs" />
  165. <Compile Include="Infrastructure\TrendChartData\ITJ11X5TrendChartDataService.cs" />
  166. <Compile Include="Infrastructure\TrendChartData\ITJKL10TrendChartDataService.cs" />
  167. <Compile Include="Infrastructure\TrendChartData\IYN11X5TrendChartDataService.cs" />
  168. <Compile Include="Infrastructure\TrendChartData\IZJ11X5TrendChartDataService.cs" />
  169. <Compile Include="Infrastructure\TrendChartData\IZJKLCTrendChartDataService.cs" />
  170. <Compile Include="Infrastructure\TrendChartData\IFCHB30X5TrendChartDataService.cs" />
  171. <Compile Include="Infrastructure\TrendChart\IChartCssConfigService.cs" />
  172. <Compile Include="Infrastructure\Lottery\IFc3dService.cs" />
  173. <Compile Include="Infrastructure\TrendChartData\IFC3DTrendChartDataService.cs" />
  174. <Compile Include="Infrastructure\Lottery\IFCQLCService.cs" />
  175. <Compile Include="Infrastructure\Lottery\IFCSSQService.cs" />
  176. <Compile Include="Infrastructure\TrendChart\ITrendChartItemService.cs" />
  177. <Compile Include="Infrastructure\TrendChart\ITrendChartService.cs" />
  178. <Compile Include="Infrastructure\TrendChart\ITrendTypeService.cs" />
  179. <Compile Include="Infrastructure\TrendMiss\ITrendMissDataService.cs" />
  180. <Compile Include="Infrastructure\TrendMiss\ITrendMissItemService.cs" />
  181. <Compile Include="Infrastructure\TrendTool\ITrendToolService.cs" />
  182. <Compile Include="Infrastructure\Basic\ILotteryServerService.cs" />
  183. <Compile Include="Infrastructure\UCenter\ITVUserService.cs" />
  184. <Compile Include="Infrastructure\UCenter\IUsersService.cs" />
  185. <Compile Include="IRepository.cs" />
  186. <Compile Include="OldDataCenter\IOldDataCenterService.cs" />
  187. <Compile Include="Properties\AssemblyInfo.cs" />
  188. <Compile Include="IChartItem.cs" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <ProjectReference Include="..\CB.Entity\CB.Entity.csproj">
  192. <Project>{CBFE123D-0143-43D5-97BF-611DAB2B33F0}</Project>
  193. <Name>CB.Entity</Name>
  194. </ProjectReference>
  195. </ItemGroup>
  196. <ItemGroup />
  197. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  198. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  199. Other similar extension points exist, see Microsoft.Common.targets.
  200. <Target Name="BeforeBuild">
  201. </Target>
  202. <Target Name="AfterBuild">
  203. </Target>
  204. -->
  205. </Project>