You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

293 lines
16 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  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>{DF245102-98E6-4755-AC11-8D5119A22B93}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>EasyBL.WEBAPP</RootNamespace>
  11. <AssemblyName>EasyBL.WEBAPP</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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. <PropertyGroup>
  34. <SignAssembly>false</SignAssembly>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <AssemblyOriginatorKeyFile>
  38. </AssemblyOriginatorKeyFile>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Aspose.Cells, Version=5.3.1.0, Culture=neutral, PublicKeyToken=9ec0ff091d04b091, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\DLL\Aspose.Cells.dll</HintPath>
  44. </Reference>
  45. <Reference Include="DocumentFormat.OpenXml, Version=0.0.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\DLL\DocumentFormat.OpenXml.dll</HintPath>
  48. </Reference>
  49. <Reference Include="JumpKick.HttpLib">
  50. <HintPath>..\packages\HttpLib.2.0.16.77\lib\net45\JumpKick.HttpLib.dll</HintPath>
  51. </Reference>
  52. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  53. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  57. <HintPath>..\packages\Microsoft.Office.Interop.Excel.15.0.4795.1000\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
  58. <EmbedInteropTypes>True</EmbedInteropTypes>
  59. </Reference>
  60. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.Configuration" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.ServiceProcess" />
  69. <Reference Include="System.Web" />
  70. <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  71. <HintPath>..\DLL\System.Web.Http.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Net.Http" />
  78. <Reference Include="System.Xml" />
  79. <Reference Include="WindowsBase" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="AuthorizeService.cs" />
  83. <Compile Include="BaseExceptionWord.cs" />
  84. <Compile Include="CalendarService.cs" />
  85. <Compile Include="SETokenUtil.cs" />
  86. <Compile Include="CRM\Customers_QryService.cs" />
  87. <Compile Include="EIP\AttendanceDiff_QryService.cs" />
  88. <Compile Include="EIP\BillChangeApply_QryService.cs" />
  89. <Compile Include="EIP\BusinessTravel_QryService.cs" />
  90. <Compile Include="EIP\CheckFlow_QryService.cs" />
  91. <Compile Include="EIP\LeaveRequest_QryService.cs" />
  92. <Compile Include="EIP\LeaveRequest_UpdService.cs" />
  93. <Compile Include="EIP\InvoiceApplyForCustomer_QryService.cs" />
  94. <Compile Include="EIP\InvoiceApplyForPersonal_QryService.cs" />
  95. <Compile Include="EIP\OverTime_QryService.cs" />
  96. <Compile Include="EIP\TravelExpenseReport_QryService.cs" />
  97. <Compile Include="OPM\BillChangeLog_QryService.cs" />
  98. <Compile Include="OPM\TransferBills_QryService.cs" />
  99. <Compile Include="OPM\Exhibition_QryService.cs" />
  100. <Compile Include="OPM\ExhibitionImport_QryService.cs" />
  101. <Compile Include="OPM\ExhibitionExport_QryService.cs" />
  102. <Compile Include="OPM\BillsReportService.cs" />
  103. <Compile Include="OPM\BillStatus_QryService.cs" />
  104. <Compile Include="OPM\OtherBusiness_QryService.cs" />
  105. <Compile Include="OPM\OtherExhibitionTG_QryService.cs" />
  106. <Compile Include="RPT\CostAndProfitReportService.cs" />
  107. <Compile Include="ShowEasy\BasicInfoService.cs" />
  108. <Compile Include="ShowEasy\BookingMaintain_QryService.cs" />
  109. <Compile Include="ShowEasy\BookingMaintain_UpdService.cs" />
  110. <Compile Include="ShowEasy\BookingOnlineService.cs" />
  111. <Compile Include="ShowEasy\SendEmailTask.cs" />
  112. <Compile Include="ShowEasy\CurrencyMaintain_QryService.cs" />
  113. <Compile Include="ShowEasy\CompanyMaintain_UpdService.cs" />
  114. <Compile Include="ShowEasy\CompanyService.cs" />
  115. <Compile Include="ShowEasy\CurrencyService.cs" />
  116. <Compile Include="ShowEasy\FileMaintain_QryService.cs" />
  117. <Compile Include="ShowEasy\EmailTemplate_CH.cs" />
  118. <Compile Include="ShowEasy\EmailTemplate.cs" />
  119. <Compile Include="ShowEasy\ContactMaintain_QryService.cs" />
  120. <Compile Include="ShowEasy\ExhibInfoMaintain_QryService.cs" />
  121. <Compile Include="ShowEasy\ExhibMediaService.cs" />
  122. <Compile Include="ShowEasy\BookingMail.cs" />
  123. <Compile Include="ShowEasy\FavoriteMaintain_QryService.cs" />
  124. <Compile Include="ShowEasy\CategoryService.cs" />
  125. <Compile Include="ShowEasy\ContactMaintain_UpdService.cs" />
  126. <Compile Include="ShowEasy\ContactService.cs" />
  127. <Compile Include="ShowEasy\FavoriteService.cs" />
  128. <Compile Include="ShowEasy\ExhibStatService.cs" />
  129. <Compile Include="ShowEasy\ExhibInfoService.cs" />
  130. <Compile Include="ShowEasy\FavoriteMaintain_UpdService.cs" />
  131. <Compile Include="ShowEasy\SEFileService.cs" />
  132. <Compile Include="ShowEasy\PaymentMaintain_QryService.cs" />
  133. <Compile Include="ShowEasy\LocationService.cs" />
  134. <Compile Include="ShowEasy\ExhibMediaMaintain_UpdService.cs" />
  135. <Compile Include="ShowEasy\ExhibMediaMaintain_QryService.cs" />
  136. <Compile Include="ShowEasy\ExhibStatMaintain_UpdService.cs" />
  137. <Compile Include="ShowEasy\ExhibInfoMaintain_UpdService.cs" />
  138. <Compile Include="ShowEasy\ExhibStatMaintain_QryService.cs" />
  139. <Compile Include="ShowEasy\ExhibMaintain_UpdService.cs" />
  140. <Compile Include="ShowEasy\ExhibMaintain_QryService.cs" />
  141. <Compile Include="ShowEasy\ExhibitionService.cs" />
  142. <Compile Include="ShowEasy\LanguageMaintain_UpdService.cs" />
  143. <Compile Include="ShowEasy\LanguageMaintain_QryService.cs" />
  144. <Compile Include="ShowEasy\BookingService.cs" />
  145. <Compile Include="ShowEasy\CompanyMaintain_QryService.cs" />
  146. <Compile Include="ShowEasy\ONSiteMaintain_QryService.cs" />
  147. <Compile Include="ShowEasy\ONSiteMaintain_UpdService.cs" />
  148. <Compile Include="ShowEasy\OnsiteService.cs" />
  149. <Compile Include="ShowEasy\SECommonService.cs" />
  150. <Compile Include="ShowEasy\ServiceMaintain_QryService.cs" />
  151. <Compile Include="ShowEasy\ServiceMaintain_UpdService.cs" />
  152. <Compile Include="ShowEasy\ServiceQSMaintain_QryService.cs" />
  153. <Compile Include="ShowEasy\ServiceQSMaintain_UpdService.cs" />
  154. <Compile Include="ShowEasy\Services2Service.cs" />
  155. <Compile Include="ShowEasy\ProviderService.cs" />
  156. <Compile Include="ShowEasy\ServicesService.cs" />
  157. <Compile Include="ShowEasy\IndexService.cs" />
  158. <Compile Include="ShowEasy\SignupService.cs" />
  159. <Compile Include="ShowEasy\SurveyMaintain_UpdService.cs" />
  160. <Compile Include="ShowEasy\SurveyMaintain_QryService.cs" />
  161. <Compile Include="ShowEasy\CityMaintain_UpdService.cs" />
  162. <Compile Include="ShowEasy\ExhibMainCategoryMaintain_QryService.cs" />
  163. <Compile Include="ShowEasy\ExhibMainCategoryMaintain_UpdService.cs" />
  164. <Compile Include="ShowEasy\ExhibSubCategoryMaintain_QryService.cs" />
  165. <Compile Include="ShowEasy\ExhibSubCategoryMaintain_UpdService.cs" />
  166. <Compile Include="ShowEasy\MemberMaintain_QryService.cs" />
  167. <Compile Include="ShowEasy\MemberMaintain_UpdService.cs" />
  168. <Compile Include="ShowEasy\ServiceSubCategoryMaintain_UpdService.cs" />
  169. <Compile Include="ShowEasy\ServiceSubCategoryMaintain_QryService.cs" />
  170. <Compile Include="ShowEasy\ServiceMainCategoryMaintain_QryService.cs" />
  171. <Compile Include="ShowEasy\ServiceMainCategoryMaintain_UpdService.cs" />
  172. <Compile Include="ShowEasy\CategoryMaintain_QryService.cs" />
  173. <Compile Include="ShowEasy\CategoryMaintain_UpdService.cs" />
  174. <Compile Include="ShowEasy\CityMaintain_QryService.cs" />
  175. <Compile Include="ShowEasy\CountryMaintain_QryService.cs" />
  176. <Compile Include="ShowEasy\CountryMaintain_UpdService.cs" />
  177. <Compile Include="ShowEasy\OrganizerMaintain_QryService.cs" />
  178. <Compile Include="ShowEasy\OrganizerMaintain_UpdService.cs" />
  179. <Compile Include="ShowEasy\QuestionMaintain_UpdService.cs" />
  180. <Compile Include="ShowEasy\RegionMaintain_QryService.cs" />
  181. <Compile Include="ShowEasy\RegionMaintain_UpdService.cs" />
  182. <Compile Include="ShowEasy\SupplierMaintain_QryService.cs" />
  183. <Compile Include="ShowEasy\SupplierMaintain_UpdService.cs" />
  184. <Compile Include="ShowEasy\MembersService.cs" />
  185. <Compile Include="ShowEasy\HelloService.cs" />
  186. <Compile Include="ShowEasy\SystemService.cs" />
  187. <Compile Include="ShowEasy\TestService.cs" />
  188. <Compile Include="ShowEasy\ThemeMaintain_QryService.cs" />
  189. <Compile Include="ShowEasy\ThemeMaintain_UpdService.cs" />
  190. <Compile Include="ShowEasy\VenueService.cs" />
  191. <Compile Include="ShowEasy\VenueMaintain_QryService.cs" />
  192. <Compile Include="ShowEasy\VenueMaintain_UpdService.cs" />
  193. <Compile Include="SysComService.cs" />
  194. <Compile Include="CRM\Customers_UpdService.cs" />
  195. <Compile Include="EIP\BillChangeApply_UpdService.cs" />
  196. <Compile Include="EIP\Attendance_QryService.cs" />
  197. <Compile Include="EIP\EipComService.cs" />
  198. <Compile Include="EIP\TravelExpenseReport_UpdService.cs" />
  199. <Compile Include="EIP\InvoiceApplyForPersonal_UpdService.cs" />
  200. <Compile Include="EIP\Leave_QryService.cs" />
  201. <Compile Include="EIP\InvoiceApplyForCustomer_UpdService.cs" />
  202. <Compile Include="EIP\OverTime_UpdService.cs" />
  203. <Compile Include="EIP\BusinessTravel_UpdService.cs" />
  204. <Compile Include="EIP\AttendanceDiff_UpdService.cs" />
  205. <Compile Include="EIP\Leave_UpdService.cs" />
  206. <Compile Include="EIP\LeaveSetService.cs" />
  207. <Compile Include="OPM\Accounting_QryService.cs" />
  208. <Compile Include="OPM\Exhibition_UpdService.cs" />
  209. <Compile Include="OPM\OtherExhibitionTG_UpdService.cs" />
  210. <Compile Include="OPM\ExhibitionExport_UpdService.cs" />
  211. <Compile Include="OPM\ExhibitionHelper.cs" />
  212. <Compile Include="EIP\WenZhongService.cs" />
  213. <Compile Include="OPM\OpmComService.cs" />
  214. <Compile Include="OPM\ExhibitionService.cs" />
  215. <Compile Include="OPM\OtherBusiness_UpdService.cs" />
  216. <Compile Include="OPM\ExhibitionImport_UpdService.cs" />
  217. <Compile Include="Properties\AssemblyInfo.cs" />
  218. <Compile Include="SYS\CurrencySetup_QryService.cs" />
  219. <Compile Include="SYS\CurrencySetup_UpdService.cs" />
  220. <Compile Include="SYS\Task_UpdService.cs" />
  221. <Compile Include="SYS\OfficeTemplate_QryService.cs" />
  222. <Compile Include="SYS\Organization_UpdService.cs" />
  223. <Compile Include="SYS\OfficeTemplate_UpdService.cs" />
  224. <Compile Include="SYS\SystemSetup_QryService.cs" />
  225. <Compile Include="SYS\SystemSetup_UpdService.cs" />
  226. <Compile Include="SYS\RoleMaintain_UpdService.cs" />
  227. <Compile Include="SYS\MembersMaintain_QryService.cs" />
  228. <Compile Include="SYS\MailSet_QryService.cs" />
  229. <Compile Include="SYS\MembersMaintain_UpdService.cs" />
  230. <Compile Include="SYS\MailSet_UpdService.cs" />
  231. <Compile Include="SYS\JobtitleMaintain_UpdService.cs" />
  232. <Compile Include="SYS\JobtitleMaintain_QryService.cs" />
  233. <Compile Include="SYS\AuthantedProgramsService.cs" />
  234. <Compile Include="SYS\Holidays_SetService.cs" />
  235. <Compile Include="SYS\LoginLog_QryService.cs" />
  236. <Compile Include="SYS\LogInfo_QryService.cs" />
  237. <Compile Include="SYS\ArgumentClassMaintain_QryService.cs" />
  238. <Compile Include="SYS\Announcement_QryService.cs" />
  239. <Compile Include="SYS\Announcement_UpdService.cs" />
  240. <Compile Include="SYS\ArgumentMaintain_UpdService.cs" />
  241. <Compile Include="SYS\ModuleMaintain_QryService.cs" />
  242. <Compile Include="SYS\DepartmentsMaintain_UpdService.cs" />
  243. <Compile Include="SYS\ArgumentClassMaintain_UpdService.cs" />
  244. <Compile Include="SYS\ModuleMaintain_UpdService.cs" />
  245. <Compile Include="SYS\ProgramMaintain_QryService.cs" />
  246. <Compile Include="SYS\DepartmentsMaintain_QryService.cs" />
  247. <Compile Include="SYS\AnnouncementList_QryService.cs" />
  248. <Compile Include="SYS\RoleMaintain_QryService.cs" />
  249. <Compile Include="SYS\ArgumentMaintain_QryService.cs" />
  250. <Compile Include="SYS\Organization_QryService.cs" />
  251. <Compile Include="SYS\Language_SetService.cs" />
  252. <Compile Include="SYS\ProgramMaintain_UpdService.cs" />
  253. <Compile Include="SYS\Task_QryService.cs" />
  254. <Compile Include="TicketAuthManageService.cs" />
  255. <Compile Include="WebAppGlobalConstWord.cs" />
  256. <Compile Include="WSM\News_UpdService.cs" />
  257. <Compile Include="WSM\WebSiteSetupService.cs" />
  258. <Compile Include="WSM\News_QryService.cs" />
  259. <Compile Include="WSM\PackingOrder_QryService.cs" />
  260. <Compile Include="WSM\PackingOrder_UpdService.cs" />
  261. <Compile Include="WSM\TrackingLog_QryService.cs" />
  262. </ItemGroup>
  263. <ItemGroup>
  264. <None Include="app.config" />
  265. <None Include="packages.config" />
  266. </ItemGroup>
  267. <ItemGroup>
  268. <ProjectReference Include="..\EasyBL\EasyBL.csproj">
  269. <Project>{8a113df6-022e-4cf5-8aa2-111294283376}</Project>
  270. <Name>EasyBL</Name>
  271. </ProjectReference>
  272. <ProjectReference Include="..\EasyNet\EasyNet.csproj">
  273. <Project>{d584b1f5-8607-4ffd-ba98-33d0ce115611}</Project>
  274. <Name>EasyNet</Name>
  275. </ProjectReference>
  276. <ProjectReference Include="..\Entity\Entity.csproj">
  277. <Project>{fd4879c2-fb2b-4b97-81fb-4ec7fb58a943}</Project>
  278. <Name>Entity</Name>
  279. </ProjectReference>
  280. <ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
  281. <Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
  282. <Name>SqlSugar</Name>
  283. </ProjectReference>
  284. </ItemGroup>
  285. <ItemGroup />
  286. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  287. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  288. Other similar extension points exist, see Microsoft.Common.targets.
  289. <Target Name="BeforeBuild">
  290. </Target>
  291. <Target Name="AfterBuild">
  292. </Target>
  293. -->
  294. </Project>