Lottomat.Application.Busines.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{21566527-8F54-4A8D-AA68-7662C2C31FB9}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Lottomat.Application.Busines</RootNamespace>
  11. <AssemblyName>Lottomat.Application.Busines</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  16. <RestorePackages>true</RestorePackages>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  39. <HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="AccountBLL.cs" />
  53. <Compile Include="AttachmentManage\AttachmentBLL.cs" />
  54. <Compile Include="AuthorizeManage\AuthorizeBLL.cs" />
  55. <Compile Include="AuthorizeManage\ModuleFormBLL.cs" />
  56. <Compile Include="AuthorizeManage\ModuleFormInstanceBLL.cs" />
  57. <Compile Include="BaseManage\BannerBLL.cs" />
  58. <Compile Include="BaseManage\base_EnterpriseObjBLL.cs" />
  59. <Compile Include="BaseManage\SiteTDKBLL.cs" />
  60. <Compile Include="CommonManage\CommonBLL.cs" />
  61. <Compile Include="GalleryManage\TKApiBLL.cs" />
  62. <Compile Include="GalleryManage\Tk_GalleryBLL.cs" />
  63. <Compile Include="GalleryManage\Tk_GalleryDetailBLL.cs" />
  64. <Compile Include="InformationManage\AdvertisementBLL.cs" />
  65. <Compile Include="InformationManage\ToolsBLL.cs" />
  66. <Compile Include="InformationManage\TrendChartBLL.cs" />
  67. <Compile Include="InformationManage\ZTArticleBLL.cs" />
  68. <Compile Include="InformationManage\ZxNewsBLL.cs" />
  69. <Compile Include="InformationManage\LabelBLL.cs" />
  70. <Compile Include="LotteryNumberManage\AwardsBLL.cs" />
  71. <Compile Include="LotteryNumberManage\DF18x7XinJiangBLL.cs" />
  72. <Compile Include="LotteryNumberManage\DF20x5HeBeiBLL.cs" />
  73. <Compile Include="LotteryNumberManage\DF20x5ZheJiangBLL.cs" />
  74. <Compile Include="LotteryNumberManage\DF22x5HeNanBLL.cs" />
  75. <Compile Include="LotteryNumberManage\DF25x7XinJiangBLL.cs" />
  76. <Compile Include="LotteryNumberManage\DF26x5GuangDongBLL.cs" />
  77. <Compile Include="LotteryNumberManage\DF30x5HuBeiBLL.cs" />
  78. <Compile Include="LotteryNumberManage\DF31x7FuJianBLL.cs" />
  79. <Compile Include="LotteryNumberManage\DF35x7LiaoNingBLL.cs" />
  80. <Compile Include="LotteryNumberManage\DF35x7XinJiangBLL.cs" />
  81. <Compile Include="LotteryNumberManage\DF36x7GuangDongBLL.cs" />
  82. <Compile Include="LotteryNumberManage\DF36x7HeiLongJiangBLL.cs" />
  83. <Compile Include="LotteryNumberManage\DF4J1HaiNanBLL.cs" />
  84. <Compile Include="LotteryNumberManage\DF6J1ZheJiangBLL.cs" />
  85. <Compile Include="LotteryNumberManage\DFDF6J1BLL.cs" />
  86. <Compile Include="LotteryNumberManage\DFFC25x5AnHuiBLL.cs" />
  87. <Compile Include="LotteryNumberManage\DFHC1GuangDongBLL.cs" />
  88. <Compile Include="LotteryNumberManage\DFHD15x5BLL.cs" />
  89. <Compile Include="LotteryNumberManage\DFHYC2HeBeiBLL.cs" />
  90. <Compile Include="LotteryNumberManage\DFHYC3HeBeiBLL.cs" />
  91. <Compile Include="LotteryNumberManage\DFKLSCGuangXiBLL.cs" />
  92. <Compile Include="LotteryNumberManage\DFLJFC22x5HeiLongJiangBLL.cs" />
  93. <Compile Include="LotteryNumberManage\DFP62HeiLongJiangBLL.cs" />
  94. <Compile Include="LotteryNumberManage\DFPL5HeBeiBLL.cs" />
  95. <Compile Include="LotteryNumberManage\DFPL7HeBeiBLL.cs" />
  96. <Compile Include="LotteryNumberManage\DFSMHLHCHongKongBLL.cs" />
  97. <Compile Include="LotteryNumberManage\DFSZFCGuangDongBLL.cs" />
  98. <Compile Include="LotteryNumberManage\DFTC22x5FuJianBLL.cs" />
  99. <Compile Include="LotteryNumberManage\DFTC36x7FuJianBLL.cs" />
  100. <Compile Include="LotteryNumberManage\DFTC6J1HeiLongJiangBLL.cs" />
  101. <Compile Include="LotteryNumberManage\DFTC7WSJiangSuBLL.cs" />
  102. <Compile Include="LotteryNumberManage\DFTTCx4ShangHaiBLL.cs" />
  103. <Compile Include="LotteryNumberManage\GP11x5AnHuiBLL.cs" />
  104. <Compile Include="LotteryNumberManage\GP11x5BeiJingBLL.cs" />
  105. <Compile Include="LotteryNumberManage\LotteryGlossaryBLL.cs" />
  106. <Compile Include="LotteryNumberManage\LotteryNewsBLL.cs" />
  107. <Compile Include="LotteryNumberManage\LotterySkillBLL.cs" />
  108. <Compile Include="LotteryNumberManage\QGFC3DBLL.cs" />
  109. <Compile Include="LotteryNumberManage\QGFCQLCBLL.cs" />
  110. <Compile Include="LotteryNumberManage\QGFCSSQBLL.cs" />
  111. <Compile Include="LotteryNumberManage\QGTCDLTBLL.cs" />
  112. <Compile Include="LotteryNumberManage\QGTCP3BLL.cs" />
  113. <Compile Include="LotteryNumberManage\QGTCQXCBLL.cs" />
  114. <Compile Include="OpenCodeManage\Open10CodeBLL.cs" />
  115. <Compile Include="OpenCodeManage\Open21CodeBLL.cs" />
  116. <Compile Include="OpenCodeManage\Open3CodeBLL.cs" />
  117. <Compile Include="OpenCodeManage\Open4CodeBLL.cs" />
  118. <Compile Include="OpenCodeManage\Open5CodeBLL.cs" />
  119. <Compile Include="OpenCodeManage\Open7CodeBLL.cs" />
  120. <Compile Include="OpenCodeManage\Open8CodeBLL.cs" />
  121. <Compile Include="PublicInfoManage\ResourcesBLL.cs" />
  122. <Compile Include="PublicInfoManage\ScheduleBLL.cs" />
  123. <Compile Include="SystemManage\AppKeyBLL.cs" />
  124. <Compile Include="SystemManage\BaseFriendLinksBLL.cs" />
  125. <Compile Include="SystemManage\FeedbackBLL.cs" />
  126. <Compile Include="SystemManage\InterfaceBLL.cs" />
  127. <Compile Include="SystemManage\LogBLL.cs" />
  128. <Compile Include="PublicInfoManage\EmailCategoryBLL.cs" />
  129. <Compile Include="PublicInfoManage\EmailContentBLL.cs" />
  130. <Compile Include="PublicInfoManage\FileFolderBLL.cs" />
  131. <Compile Include="PublicInfoManage\FileInfoBLL.cs" />
  132. <Compile Include="PublicInfoManage\NewsBLL.cs" />
  133. <Compile Include="PublicInfoManage\NoticeBLL.cs" />
  134. <Compile Include="SystemManage\DataBaseBackupBLL.cs" />
  135. <Compile Include="AuthorizeManage\FilterIPBLL.cs" />
  136. <Compile Include="AuthorizeManage\FilterTimeBLL.cs" />
  137. <Compile Include="SystemManage\DataBaseTableBLL.cs" />
  138. <Compile Include="SystemManage\DataBaseLinkBLL.cs" />
  139. <Compile Include="SystemManage\AreaBLL.cs" />
  140. <Compile Include="AuthorizeManage\ModuleBLL.cs" />
  141. <Compile Include="AuthorizeManage\ModuleButtonBLL.cs" />
  142. <Compile Include="AuthorizeManage\ModuleColumnBLL.cs" />
  143. <Compile Include="AuthorizeManage\PermissionBLL.cs" />
  144. <Compile Include="BaseManage\DepartmentBLL.cs" />
  145. <Compile Include="BaseManage\OrganizeBLL.cs" />
  146. <Compile Include="BaseManage\UserBLL.cs" />
  147. <Compile Include="BaseManage\PostBLL.cs" />
  148. <Compile Include="BaseManage\JobBLL.cs" />
  149. <Compile Include="BaseManage\UserGroupBLL.cs" />
  150. <Compile Include="SystemManage\DataItemBLL.cs" />
  151. <Compile Include="SystemManage\DataItemDetailBLL.cs" />
  152. <Compile Include="Properties\AssemblyInfo.cs" />
  153. <Compile Include="BaseManage\RoleBLL.cs" />
  154. </ItemGroup>
  155. <ItemGroup />
  156. <ItemGroup>
  157. <ProjectReference Include="..\..\Lottomat.Cache\Lottomat.Cache.Factory\Lottomat.Cache.Factory.csproj">
  158. <Project>{a68cdd21-2e12-4b11-95db-d0a0fced48b1}</Project>
  159. <Name>Lottomat.Cache.Factory</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\..\Lottomat.Cache\Lottomat.Cache\Lottomat.Cache.csproj">
  162. <Project>{5af4997c-4395-48af-990c-932259111dff}</Project>
  163. <Name>Lottomat.Cache</Name>
  164. </ProjectReference>
  165. <ProjectReference Include="..\..\Lottomat.Data\Lottomat.Data.Repository\Lottomat.Data.Repository.csproj">
  166. <Project>{1751a2dd-0f00-4c76-b180-97e8f72fe078}</Project>
  167. <Name>Lottomat.Data.Repository</Name>
  168. </ProjectReference>
  169. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util.Extension\Lottomat.Util.Extension.csproj">
  170. <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
  171. <Name>Lottomat.Util.Extension</Name>
  172. </ProjectReference>
  173. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util.Offices\Lottomat.Util.Offices.csproj">
  174. <Project>{4f8b359e-b664-48c0-88d0-31c140602654}</Project>
  175. <Name>Lottomat.Util.Offices</Name>
  176. </ProjectReference>
  177. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util.WebControl\Lottomat.Util.WebControl.csproj">
  178. <Project>{93f81df7-5a0b-4a13-a90e-8cf7c41955c3}</Project>
  179. <Name>Lottomat.Util.WebControl</Name>
  180. </ProjectReference>
  181. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util\Lottomat.Utils.csproj">
  182. <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
  183. <Name>Lottomat.Utils</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\Lottomat.Application.Code\Lottomat.Application.Code.csproj">
  186. <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
  187. <Name>Lottomat.Application.Code</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\Lottomat.Application.Entity\Lottomat.Application.Entity.csproj">
  190. <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
  191. <Name>Lottomat.Application.Entity</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="..\Lottomat.Application.IService\Lottomat.Application.IService.csproj">
  194. <Project>{6ce11ff9-1cb7-494e-89c7-5f06bea94211}</Project>
  195. <Name>Lottomat.Application.IService</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\Lottomat.Application.Service\Lottomat.Application.Service.csproj">
  198. <Project>{d6b8abea-c923-4605-99a9-b7aca5de4d8a}</Project>
  199. <Name>Lottomat.Application.Service</Name>
  200. </ProjectReference>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <None Include="packages.config" />
  204. </ItemGroup>
  205. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  206. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  207. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  208. <PropertyGroup>
  209. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  210. </PropertyGroup>
  211. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  212. </Target>
  213. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  214. Other similar extension points exist, see Microsoft.Common.targets.
  215. <Target Name="BeforeBuild">
  216. </Target>
  217. <Target Name="AfterBuild">
  218. </Target>
  219. -->
  220. </Project>