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.

217 lines
11 KiB

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.Core" />
  66. <Reference Include="System.Drawing" />
  67. <Reference Include="System.ServiceProcess" />
  68. <Reference Include="System.Web" />
  69. <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  70. <HintPath>..\DLL\System.Web.Http.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Net.Http" />
  77. <Reference Include="System.Xml" />
  78. <Reference Include="WindowsBase" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="AuthorizeService.cs" />
  82. <Compile Include="BaseExceptionWord.cs" />
  83. <Compile Include="CalendarService.cs" />
  84. <Compile Include="CRM\Customers_QryService.cs" />
  85. <Compile Include="EIP\AttendanceDiff_QryService.cs" />
  86. <Compile Include="EIP\BillChangeApply_QryService.cs" />
  87. <Compile Include="EIP\BusinessTravel_QryService.cs" />
  88. <Compile Include="EIP\CheckFlow_QryService.cs" />
  89. <Compile Include="EIP\LeaveRequest_QryService.cs" />
  90. <Compile Include="EIP\LeaveRequest_UpdService.cs" />
  91. <Compile Include="EIP\InvoiceApplyForCustomer_QryService.cs" />
  92. <Compile Include="EIP\InvoiceApplyForPersonal_QryService.cs" />
  93. <Compile Include="EIP\OverTime_QryService.cs" />
  94. <Compile Include="EIP\TravelExpenseReport_QryService.cs" />
  95. <Compile Include="OPM\BillChangeLog_QryService.cs" />
  96. <Compile Include="OPM\TransferBills_QryService.cs" />
  97. <Compile Include="OPM\Exhibition_QryService.cs" />
  98. <Compile Include="OPM\ExhibitionImport_QryService.cs" />
  99. <Compile Include="OPM\ExhibitionExport_QryService.cs" />
  100. <Compile Include="OPM\BillsReportService.cs" />
  101. <Compile Include="OPM\BillStatus_QryService.cs" />
  102. <Compile Include="OPM\OtherBusiness_QryService.cs" />
  103. <Compile Include="OPM\OtherExhibitionTG_QryService.cs" />
  104. <Compile Include="RPT\CostAndProfitReportService.cs" />
  105. <Compile Include="ShowEasy\CityMaintain_QryService.cs" />
  106. <Compile Include="ShowEasy\CountryMaintain_QryService.cs" />
  107. <Compile Include="ShowEasy\CountryMaintain_UpdService.cs" />
  108. <Compile Include="ShowEasy\OrganizerMaintain_QryService.cs" />
  109. <Compile Include="ShowEasy\OrganizerMaintain_UpdService.cs" />
  110. <Compile Include="ShowEasy\RegionMaintain_QryService.cs" />
  111. <Compile Include="ShowEasy\RegionMaintain_UpdService.cs" />
  112. <Compile Include="ShowEasy\CityMaintain_UpdService.cs" />
  113. <Compile Include="ShowEasy\SupplierMaintain_QryService.cs" />
  114. <Compile Include="ShowEasy\SupplierMaintain_UpdService.cs" />
  115. <Compile Include="ShowEasy\VenueMaintain_QryService.cs" />
  116. <Compile Include="ShowEasy\VenueMaintain_UpdService.cs" />
  117. <Compile Include="SysComService.cs" />
  118. <Compile Include="CRM\Customers_UpdService.cs" />
  119. <Compile Include="EIP\BillChangeApply_UpdService.cs" />
  120. <Compile Include="EIP\Attendance_QryService.cs" />
  121. <Compile Include="EIP\EipComService.cs" />
  122. <Compile Include="EIP\TravelExpenseReport_UpdService.cs" />
  123. <Compile Include="EIP\InvoiceApplyForPersonal_UpdService.cs" />
  124. <Compile Include="EIP\Leave_QryService.cs" />
  125. <Compile Include="EIP\InvoiceApplyForCustomer_UpdService.cs" />
  126. <Compile Include="EIP\OverTime_UpdService.cs" />
  127. <Compile Include="EIP\BusinessTravel_UpdService.cs" />
  128. <Compile Include="EIP\AttendanceDiff_UpdService.cs" />
  129. <Compile Include="EIP\Leave_UpdService.cs" />
  130. <Compile Include="EIP\LeaveSetService.cs" />
  131. <Compile Include="OPM\Accounting_QryService.cs" />
  132. <Compile Include="OPM\Exhibition_UpdService.cs" />
  133. <Compile Include="OPM\OtherExhibitionTG_UpdService.cs" />
  134. <Compile Include="OPM\ExhibitionExport_UpdService.cs" />
  135. <Compile Include="OPM\ExhibitionHelper.cs" />
  136. <Compile Include="EIP\WenZhongService.cs" />
  137. <Compile Include="OPM\OpmComService.cs" />
  138. <Compile Include="OPM\ExhibitionService.cs" />
  139. <Compile Include="OPM\OtherBusiness_UpdService.cs" />
  140. <Compile Include="OPM\ExhibitionImport_UpdService.cs" />
  141. <Compile Include="Properties\AssemblyInfo.cs" />
  142. <Compile Include="SYS\CurrencySetup_QryService.cs" />
  143. <Compile Include="SYS\CurrencySetup_UpdService.cs" />
  144. <Compile Include="SYS\Task_UpdService.cs" />
  145. <Compile Include="SYS\OfficeTemplate_QryService.cs" />
  146. <Compile Include="SYS\Organization_UpdService.cs" />
  147. <Compile Include="SYS\OfficeTemplate_UpdService.cs" />
  148. <Compile Include="SYS\SystemSetup_QryService.cs" />
  149. <Compile Include="SYS\SystemSetup_UpdService.cs" />
  150. <Compile Include="SYS\RoleMaintain_UpdService.cs" />
  151. <Compile Include="SYS\MembersMaintain_QryService.cs" />
  152. <Compile Include="SYS\MailSet_QryService.cs" />
  153. <Compile Include="SYS\MembersMaintain_UpdService.cs" />
  154. <Compile Include="SYS\MailSet_UpdService.cs" />
  155. <Compile Include="SYS\JobtitleMaintain_UpdService.cs" />
  156. <Compile Include="SYS\JobtitleMaintain_QryService.cs" />
  157. <Compile Include="SYS\AuthantedProgramsService.cs" />
  158. <Compile Include="SYS\Holidays_SetService.cs" />
  159. <Compile Include="SYS\LoginLog_QryService.cs" />
  160. <Compile Include="SYS\LogInfo_QryService.cs" />
  161. <Compile Include="SYS\ArgumentClassMaintain_QryService.cs" />
  162. <Compile Include="SYS\Announcement_QryService.cs" />
  163. <Compile Include="SYS\Announcement_UpdService.cs" />
  164. <Compile Include="SYS\ArgumentMaintain_UpdService.cs" />
  165. <Compile Include="SYS\ModuleMaintain_QryService.cs" />
  166. <Compile Include="SYS\DepartmentsMaintain_UpdService.cs" />
  167. <Compile Include="SYS\ArgumentClassMaintain_UpdService.cs" />
  168. <Compile Include="SYS\ModuleMaintain_UpdService.cs" />
  169. <Compile Include="SYS\ProgramMaintain_QryService.cs" />
  170. <Compile Include="SYS\DepartmentsMaintain_QryService.cs" />
  171. <Compile Include="SYS\AnnouncementList_QryService.cs" />
  172. <Compile Include="SYS\RoleMaintain_QryService.cs" />
  173. <Compile Include="SYS\ArgumentMaintain_QryService.cs" />
  174. <Compile Include="SYS\Organization_QryService.cs" />
  175. <Compile Include="SYS\Language_SetService.cs" />
  176. <Compile Include="SYS\ProgramMaintain_UpdService.cs" />
  177. <Compile Include="SYS\Task_QryService.cs" />
  178. <Compile Include="TicketAuthManageService.cs" />
  179. <Compile Include="WebAppGlobalConstWord.cs" />
  180. <Compile Include="WSM\News_UpdService.cs" />
  181. <Compile Include="WSM\WebSiteSetupService.cs" />
  182. <Compile Include="WSM\News_QryService.cs" />
  183. <Compile Include="WSM\PackingOrder_QryService.cs" />
  184. <Compile Include="WSM\PackingOrder_UpdService.cs" />
  185. <Compile Include="WSM\TrackingLog_QryService.cs" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <None Include="app.config" />
  189. <None Include="packages.config" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <ProjectReference Include="..\EasyBL\EasyBL.csproj">
  193. <Project>{8a113df6-022e-4cf5-8aa2-111294283376}</Project>
  194. <Name>EasyBL</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\EasyNet\EasyNet.csproj">
  197. <Project>{d584b1f5-8607-4ffd-ba98-33d0ce115611}</Project>
  198. <Name>EasyNet</Name>
  199. </ProjectReference>
  200. <ProjectReference Include="..\Entity\Entity.csproj">
  201. <Project>{fd4879c2-fb2b-4b97-81fb-4ec7fb58a943}</Project>
  202. <Name>Entity</Name>
  203. </ProjectReference>
  204. <ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
  205. <Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
  206. <Name>SqlSugar</Name>
  207. </ProjectReference>
  208. </ItemGroup>
  209. <ItemGroup />
  210. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  211. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  212. Other similar extension points exist, see Microsoft.Common.targets.
  213. <Target Name="BeforeBuild">
  214. </Target>
  215. <Target Name="AfterBuild">
  216. </Target>
  217. -->
  218. </Project>