CP.Business.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{A298D632-143B-4505-BAB5-024BAF1CC92D}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CP.Business</RootNamespace>
  12. <AssemblyName>CP.Business</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <TargetFrameworkProfile />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Dapper.1.50.2\lib\net451\Dapper.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Google.Protobuf, Version=3.5.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Google.Protobuf.3.5.1\lib\net45\Google.Protobuf.dll</HintPath>
  50. </Reference>
  51. <Reference Include="MC.ORM, Version=1.0.0.27457, Culture=neutral, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\dll\MC.ORM.dll</HintPath>
  54. </Reference>
  55. <Reference Include="MySql.Data, Version=8.0.13.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  56. <HintPath>..\packages\MySql.Data.8.0.13\lib\net452\MySql.Data.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
  60. </Reference>
  61. <Reference Include="NIU.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\dll\NIU.Core.dll</HintPath>
  64. </Reference>
  65. <Reference Include="NIU.Forum.Common">
  66. <HintPath>..\packages\NIU.Forum.Common.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System" />
  69. <Reference Include="System.ComponentModel" />
  70. <Reference Include="System.ComponentModel.DataAnnotations" />
  71. <Reference Include="System.configuration" />
  72. <Reference Include="System.Configuration.Install" />
  73. <Reference Include="System.Core" />
  74. <Reference Include="System.Drawing" />
  75. <Reference Include="System.Drawing.Design" />
  76. <Reference Include="System.Management" />
  77. <Reference Include="System.Runtime.Serialization" />
  78. <Reference Include="System.Transactions" />
  79. <Reference Include="System.Web" />
  80. <Reference Include="System.Web.Mvc">
  81. <HintPath>..\dll\System.Web.Mvc.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Xml.Linq" />
  84. <Reference Include="System.Data.DataSetExtensions" />
  85. <Reference Include="Microsoft.CSharp" />
  86. <Reference Include="System.Data" />
  87. <Reference Include="System.Xml" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="AreaBLL.cs" />
  91. <Compile Include="BaseBll.cs" />
  92. <Compile Include="CacheKey.cs" />
  93. <Compile Include="CacheUtils.cs" />
  94. <Compile Include="ChartBll.cs" />
  95. <Compile Include="CpQiShu.cs" />
  96. <Compile Include="CzLinkBLL.cs" />
  97. <Compile Include="Fcah25x5.cs" />
  98. <Compile Include="Fcgd26x5.cs" />
  99. <Compile Include="Fchebeihyc2.cs" />
  100. <Compile Include="Fchebeihyc3.cs" />
  101. <Compile Include="Fchebeipl5.cs" />
  102. <Compile Include="Fchebeipl7.cs" />
  103. <Compile Include="Fchlj36x7.cs" />
  104. <Compile Include="Fchongkong6hc.cs" />
  105. <Compile Include="Fcln35x7.cs" />
  106. <Compile Include="Fcshttcx4.cs" />
  107. <Compile Include="Fcszfc35x7.cs" />
  108. <Compile Include="Fcxj18x7.cs" />
  109. <Compile Include="Fchlj22x5.cs" />
  110. <Compile Include="gp\Gpkl10fBll.cs" />
  111. <Compile Include="gp\Gpkl12Bll.cs" />
  112. <Compile Include="gp\Gpk3Bll.cs" />
  113. <Compile Include="gp\Gp11x5Bll.cs" />
  114. <Compile Include="gp\GpsscBll.cs" />
  115. <Compile Include="gp\other\Fcbjkl8.cs" />
  116. <Compile Include="gp\other\Fcbjpk10.cs" />
  117. <Compile Include="gp\other\Fcsdqyh.cs" />
  118. <Compile Include="gp\other\FcshsslBll.cs" />
  119. <Compile Include="gp\other\Tcbjkzc.cs" />
  120. <Compile Include="gp\other\Tchnxysc.cs" />
  121. <Compile Include="CzBll.cs" />
  122. <Compile Include="Dfgdhc1.cs" />
  123. <Compile Include="Fcdf61.cs" />
  124. <Compile Include="Fcgxklsc.cs" />
  125. <Compile Include="Fchb22x5.cs" />
  126. <Compile Include="Fchb30x5.cs" />
  127. <Compile Include="Fchd15x5.cs" />
  128. <Compile Include="Fchljp62.cs" />
  129. <Compile Include="Fchn22x5.cs" />
  130. <Compile Include="Fcny36x7.cs" />
  131. <Compile Include="Fcqlc.cs" />
  132. <Compile Include="Fcsd.cs" />
  133. <Compile Include="Fcssq.cs" />
  134. <Compile Include="Fcxj25x7.cs" />
  135. <Compile Include="Fcxj35x7.cs" />
  136. <Compile Include="gp\other\Tcsdklpk3.cs" />
  137. <Compile Include="gp\other\Tchnky481.cs" />
  138. <Compile Include="gp\other\Tcsxytdj.cs" />
  139. <Compile Include="Kjh.cs" />
  140. <Compile Include="Kjhurl.cs" />
  141. <Compile Include="ListPager.cs" />
  142. <Compile Include="LotteryFriUrlHandelBLL.cs" />
  143. <Compile Include="NoticeBll.cs" />
  144. <Compile Include="Oauth.cs" />
  145. <Compile Include="Prob.cs" />
  146. <Compile Include="Properties\AssemblyInfo.cs" />
  147. <Compile Include="SkillsBLL.cs" />
  148. <Compile Include="Tcdlt.cs" />
  149. <Compile Include="Tcfj22x5.cs" />
  150. <Compile Include="Tcfj31x7.cs" />
  151. <Compile Include="Tcfj36x7.cs" />
  152. <Compile Include="Tchlj61.cs" />
  153. <Compile Include="Tchn41.cs" />
  154. <Compile Include="Tcjs7ws.cs" />
  155. <Compile Include="Tcp3.cs" />
  156. <Compile Include="Tcqxc.cs" />
  157. <Compile Include="Fchebei20x5.cs" />
  158. <Compile Include="Tczj20x5.cs" />
  159. <Compile Include="Tczj61.cs" />
  160. <Compile Include="AdminUserBll.cs" />
  161. <Compile Include="TermBLL.cs" />
  162. <Compile Include="Kjh_TdkBLL.cs" />
  163. <Compile Include="WFBLL.cs" />
  164. <Compile Include="ZiXun\NewManager.cs" />
  165. <Compile Include="TbHelpBll.cs" />
  166. <Compile Include="zt\ZtArticleBll.cs" />
  167. <Compile Include="zt\ZtArticleDetailBll.cs" />
  168. <Compile Include="zt\ZtColumnBll.cs" />
  169. <Compile Include="zt\ZtPageBll.cs" />
  170. <Compile Include="zt\ZtPictureBll.cs" />
  171. </ItemGroup>
  172. <ItemGroup>
  173. <None Include="app.config">
  174. <SubType>Designer</SubType>
  175. </None>
  176. <None Include="packages.config" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <ProjectReference Include="..\CP.Cache\CP.Cache.csproj">
  180. <Project>{0705ee97-087e-4801-b274-7082638a8954}</Project>
  181. <Name>CP.Cache</Name>
  182. </ProjectReference>
  183. <ProjectReference Include="..\CP.Common\CP.Common.csproj">
  184. <Project>{cd102a12-e404-4a7c-8788-75e8307b2a9f}</Project>
  185. <Name>CP.Common</Name>
  186. </ProjectReference>
  187. <ProjectReference Include="..\CP.Dapper\CP.Dapper.csproj">
  188. <Project>{3ee8d64a-fb91-474e-acd6-6993917c1c12}</Project>
  189. <Name>CP.Dapper</Name>
  190. </ProjectReference>
  191. <ProjectReference Include="..\CP.Model\CP.Model.csproj">
  192. <Project>{a7012355-e3b8-4758-9677-5ca5e4c7180d}</Project>
  193. <Name>CP.Model</Name>
  194. </ProjectReference>
  195. </ItemGroup>
  196. <ItemGroup>
  197. <Folder Include="ApiZst\" />
  198. </ItemGroup>
  199. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  200. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  201. Other similar extension points exist, see Microsoft.Common.targets.
  202. <Target Name="BeforeBuild">
  203. </Target>
  204. <Target Name="AfterBuild">
  205. </Target>
  206. -->
  207. </Project>