DAL.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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>{8C150661-1B4E-4E68-8934-ECA367E0CFE5}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>DAL</RootNamespace>
  12. <AssemblyName>DAL</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</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. <UseVSHostingProcess>false</UseVSHostingProcess>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  46. <PlatformTarget>x86</PlatformTarget>
  47. <OutputPath>bin\x86\Debug\</OutputPath>
  48. <Prefer32Bit>false</Prefer32Bit>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  51. <PlatformTarget>x86</PlatformTarget>
  52. <OutputPath>bin\x86\Release\</OutputPath>
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\Lib\Newtonsoft.Json.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.configuration" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Web" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="AirAdvanceInquiryService.cs" />
  71. <Compile Include="AirCompanyServcies.cs" />
  72. <Compile Include="AirGoodsService.cs" />
  73. <Compile Include="AirTicketAgentService.cs" />
  74. <Compile Include="AirTicketBlackCodeService.cs" />
  75. <Compile Include="AirTicketReservationsService.cs" />
  76. <Compile Include="ApprovalTravelDetailsService.cs" />
  77. <Compile Include="ApprovalTravelService.cs" />
  78. <Compile Include="AskDataService.cs" />
  79. <Compile Include="AttendanceAuditService.cs" />
  80. <Compile Include="AttendanceDataService.cs" />
  81. <Compile Include="BackProgressService.cs" />
  82. <Compile Include="BackwardTable_VisaService.cs" />
  83. <Compile Include="BaiduApiService.cs" />
  84. <Compile Include="BillInfoService.cs" />
  85. <Compile Include="CalendarsService.cs" />
  86. <Compile Include="CarCompanyAndTouristGuideService.cs" />
  87. <Compile Include="CarGuidesServcies.cs" />
  88. <Compile Include="CarInfoService.cs" />
  89. <Compile Include="CGDEUService.cs" />
  90. <Compile Include="CGDSAService.cs" />
  91. <Compile Include="CGDUSService.cs" />
  92. <Compile Include="CarDataService.cs" />
  93. <Compile Include="CheckBoxServcies.cs" />
  94. <Compile Include="CommissionService.cs" />
  95. <Compile Include="CostTypeHotelNumberService.cs" />
  96. <Compile Include="Country_FeeCostServcies.cs" />
  97. <Compile Include="CurrencyCache.cs" />
  98. <Compile Include="DeleClientNeedsService.cs" />
  99. <Compile Include="DelegationInfoOrFeeCostServcies.cs" />
  100. <Compile Include="DTList.cs" />
  101. <Compile Include="ExchangeRateAPI.cs" />
  102. <Compile Include="GoogleMapApiResultService.cs" />
  103. <Compile Include="grouopExceedService.cs" />
  104. <Compile Include="grouopExceedViewService.cs" />
  105. <Compile Include="GroupBudgetInfoService.cs" />
  106. <Compile Include="Fin_CommissionService.cs" />
  107. <Compile Include="GuidesInfoServcies.cs" />
  108. <Compile Include="HotelAdvanceInquiryService.cs" />
  109. <Compile Include="hotelidbreakfastService.cs" />
  110. <Compile Include="InvitationLetterService.cs" />
  111. <Compile Include="InvitingPartyInfoService.cs" />
  112. <Compile Include="ITIN_EmployeeInputService.cs" />
  113. <Compile Include="NewClientBrowsingHistoryService.cs" />
  114. <Compile Include="opitineraryService.cs" />
  115. <Compile Include="OPTravel\ImportHelper.cs" />
  116. <Compile Include="OPTravel\OutputHelper.cs" />
  117. <Compile Include="PositionEnglishComparisonService.cs" />
  118. <Compile Include="PositionService.cs" />
  119. <Compile Include="Restaurant_OPService.cs" />
  120. <Compile Include="SalesQuotationService.cs" />
  121. <Compile Include="ScenicSpotInfoServcies.cs" />
  122. <Compile Include="SendMachineSuppliesDataServices.cs" />
  123. <Compile Include="SqlHelperOA2023.cs" />
  124. <Compile Include="TeamAttachmentService.cs" />
  125. <Compile Include="TouristGuideGroundDataService.cs" />
  126. <Compile Include="CarTouristGuideGroundReservationsContentService.cs" />
  127. <Compile Include="CarTouristGuideGroundReservationsService.cs" />
  128. <Compile Include="ClientDataService.cs" />
  129. <Compile Include="CompetenceService.cs" />
  130. <Compile Include="CreditCardPaymentService.cs" />
  131. <Compile Include="CustomerVisaInfoService.cs" />
  132. <Compile Include="DailyFeePaymentContentService.cs" />
  133. <Compile Include="DailyFeePaymentService.cs" />
  134. <Compile Include="DailyManagementService.cs" />
  135. <Compile Include="DayAndCostService.cs" />
  136. <Compile Include="DeleClientService.cs" />
  137. <Compile Include="DeleProgressService.cs" />
  138. <Compile Include="EnterExitCostService.cs" />
  139. <Compile Include="EnterExitPriceService.cs" />
  140. <Compile Include="TrainingExpensesService.cs" />
  141. <Compile Include="TranslatorService.cs" />
  142. <Compile Include="TravelDetailsService.cs" />
  143. <Compile Include="TravelList_ExternalService.cs" />
  144. <Compile Include="TravelListService.cs" />
  145. <Compile Include="TravelUsersAndDiidService.cs" />
  146. <Compile Include="TravelUsersLoginRecordService.cs" />
  147. <Compile Include="TravelUsersService.cs" />
  148. <Compile Include="ViewbreakfastPriceService.cs" />
  149. <Compile Include="VisaCheckTimeForBackService.cs" />
  150. <Compile Include="VisaChekOutTimeService.cs" />
  151. <Compile Include="VisaCommissionService.cs" />
  152. <Compile Include="VisaCustomerCompanyService.cs" />
  153. <Compile Include="VisaCustomerFamilyService.cs" />
  154. <Compile Include="VisaCustomerSchoolService.cs" />
  155. <Compile Include="VisaCustomerService.cs" />
  156. <Compile Include="DeleFileService.cs" />
  157. <Compile Include="DelegationEnDataService.cs" />
  158. <Compile Include="DelegationInfoService.cs" />
  159. <Compile Include="DeleOverViewServices.cs" />
  160. <Compile Include="ForeignReceivablesService.cs" />
  161. <Compile Include="FunctionOperatingService.cs" />
  162. <Compile Include="GroupCostParaService.cs" />
  163. <Compile Include="GroupsCustomersService.cs" />
  164. <Compile Include="GroupsDecreasePaymentsService.cs" />
  165. <Compile Include="GroupsTaskAssignmentService.cs" />
  166. <Compile Include="HotelDataService.cs" />
  167. <Compile Include="HotelReservationsService.cs" />
  168. <Compile Include="IncreasePaymentsService.cs" />
  169. <Compile Include="InsuranceCostService.cs" />
  170. <Compile Include="InvitationOfficialActivitiesService.cs" />
  171. <Compile Include="InvitationOfficialActivityDataService.cs" />
  172. <Compile Include="IpInfoService.cs" />
  173. <Compile Include="GroupCostService.cs" />
  174. <Compile Include="LevelService.cs" />
  175. <Compile Include="MailPageService.cs" />
  176. <Compile Include="MediaSuppliersService.cs" />
  177. <Compile Include="MonthKpiItemMarkService.cs" />
  178. <Compile Include="MonthKpiItemScoreService.cs" />
  179. <Compile Include="MonthKpiItemService.cs" />
  180. <Compile Include="NewClientDataService.cs" />
  181. <Compile Include="OfferDataService.cs" />
  182. <Compile Include="OfferServices.cs" />
  183. <Compile Include="OfficialActivitiesService.cs" />
  184. <Compile Include="OtherPriceOPService.cs" />
  185. <Compile Include="OvertimeApplicationService.cs" />
  186. <Compile Include="PageBase.cs" />
  187. <Compile Include="PageMsgService.cs" />
  188. <Compile Include="ProceedsReceivedService.cs" />
  189. <Compile Include="Properties\AssemblyInfo.cs" />
  190. <Compile Include="ReportModelService.cs" />
  191. <Compile Include="ThreeCodeServices.cs" />
  192. <Compile Include="ServiceBase.cs" />
  193. <Compile Include="SetDataService.cs" />
  194. <Compile Include="SetDataTypeService.cs" />
  195. <Compile Include="SqlHelper.cs" />
  196. <Compile Include="StrokeContentService.cs" />
  197. <Compile Include="StrokeService.cs" />
  198. <Compile Include="SystemFunctionService.cs" />
  199. <Compile Include="SystemMenuService.cs" />
  200. <Compile Include="TeamRateService.cs" />
  201. <Compile Include="TicketService.cs" />
  202. <Compile Include="UpCardAuditContentService.cs" />
  203. <Compile Include="UpCardAuditService.cs" />
  204. <Compile Include="UsersService.cs" />
  205. <Compile Include="ViewAirTicketReservationsPayService.cs" />
  206. <Compile Include="ViewCarDataAndGuideService.cs" />
  207. <Compile Include="ViewDailyFeePaymentService.cs" />
  208. <Compile Include="ViewDelegationInfoAndcreditCardPaymentService.cs" />
  209. <Compile Include="ViewDelegationInfoAndForeignReceivablesService.cs" />
  210. <Compile Include="ViewGroudCitySumPriceService.cs" />
  211. <Compile Include="ViewGroundPayService.cs" />
  212. <Compile Include="ViewGroupsCustomersPayService.cs" />
  213. <Compile Include="ViewGroupsDecreasePaymentsService.cs" />
  214. <Compile Include="ViewHotelPayService.cs" />
  215. <Compile Include="ViewInvitationOfficialActivitiesPayService.cs" />
  216. <Compile Include="ViewMyHotelReservationsService.cs" />
  217. <Compile Include="ViewOhterPriceOPService.cs" />
  218. <Compile Include="ViewUpCardAuditService.cs" />
  219. <Compile Include="ViewVisaPayService.cs" />
  220. <Compile Include="ViewWageSelectADService.cs" />
  221. <Compile Include="ViewWageService.cs" />
  222. <Compile Include="VisaFileService.cs" />
  223. <Compile Include="VisaProgressService.cs" />
  224. <Compile Include="VisaService.cs" />
  225. <Compile Include="WageService.cs" />
  226. <Compile Include="YearMonthService.cs" />
  227. </ItemGroup>
  228. <ItemGroup>
  229. <ProjectReference Include="..\Models\Models.csproj">
  230. <Project>{9D0B0E3B-A166-4BA6-9B4E-48D2A599C5D6}</Project>
  231. <Name>Models</Name>
  232. </ProjectReference>
  233. </ItemGroup>
  234. <ItemGroup>
  235. <WCFMetadata Include="Service References\" />
  236. </ItemGroup>
  237. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  238. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  239. Other similar extension points exist, see Microsoft.Common.targets.
  240. <Target Name="BeforeBuild">
  241. </Target>
  242. <Target Name="AfterBuild">
  243. </Target>
  244. -->
  245. </Project>