travelExport.csproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{419A1527-B87B-4102-B760-61754C856C98}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>travelExport</RootNamespace>
  10. <AssemblyName>travelExport</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <TargetZone>LocalIntranet</TargetZone>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <GenerateManifests>false</GenerateManifests>
  55. </PropertyGroup>
  56. <PropertyGroup />
  57. <ItemGroup>
  58. <Reference Include="Aspose.Words, Version=15.12.0.0, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>bin\Debug\Aspose.Words.dll</HintPath>
  61. </Reference>
  62. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  63. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  64. </Reference>
  65. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  66. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  67. </Reference>
  68. <Reference Include="JsonDiffPatchDotNet, Version=2.3.0.0, Culture=neutral, PublicKeyToken=a407b9994a6d66d5, processorArchitecture=MSIL">
  69. <HintPath>..\packages\JsonDiffPatch.Net.2.3.0\lib\net45\JsonDiffPatchDotNet.dll</HintPath>
  70. </Reference>
  71. <Reference Include="JsonDiffPatchDotNet.Fakes">
  72. <HintPath>FakesAssemblies\JsonDiffPatchDotNet.Fakes.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. </Reference>
  77. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  78. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System" />
  81. <Reference Include="System.ComponentModel.DataAnnotations" />
  82. <Reference Include="System.Configuration" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Runtime.Serialization" />
  85. <Reference Include="System.Security" />
  86. <Reference Include="System.Web.Extensions" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Deployment" />
  92. <Reference Include="System.Drawing" />
  93. <Reference Include="System.Net.Http" />
  94. <Reference Include="System.Windows.Forms" />
  95. <Reference Include="System.Xml" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="Air_TicketBlackCode.cs">
  99. <DependentUpon>DB.tt</DependentUpon>
  100. </Compile>
  101. <Compile Include="Bus_ConfItem.cs">
  102. <DependentUpon>DB.tt</DependentUpon>
  103. </Compile>
  104. <Compile Include="Bus_ConfItemList.cs">
  105. <DependentUpon>DB.tt</DependentUpon>
  106. </Compile>
  107. <Compile Include="Bus_MsgPost.cs">
  108. <DependentUpon>DB.tt</DependentUpon>
  109. </Compile>
  110. <Compile Include="Crm_ClientDataAndBusiness.cs">
  111. <DependentUpon>DB.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="Crm_ClientDataAndUser.cs">
  114. <DependentUpon>DB.tt</DependentUpon>
  115. </Compile>
  116. <Compile Include="Crm_CustomerCert.cs">
  117. <DependentUpon>DB.tt</DependentUpon>
  118. </Compile>
  119. <Compile Include="Crm_CustomerCert_Data.cs">
  120. <DependentUpon>DB.tt</DependentUpon>
  121. </Compile>
  122. <Compile Include="Crm_CustomerCompany.cs">
  123. <DependentUpon>DB.tt</DependentUpon>
  124. </Compile>
  125. <Compile Include="Crm_CustomerCompany_Data.cs">
  126. <DependentUpon>DB.tt</DependentUpon>
  127. </Compile>
  128. <Compile Include="Crm_CustomerFile.cs">
  129. <DependentUpon>DB.tt</DependentUpon>
  130. </Compile>
  131. <Compile Include="Crm_DeleClient.cs">
  132. <DependentUpon>DB.tt</DependentUpon>
  133. </Compile>
  134. <Compile Include="Crm_DeleClient_Data.cs">
  135. <DependentUpon>DB.tt</DependentUpon>
  136. </Compile>
  137. <Compile Include="Crm_GroupCustomer.cs">
  138. <DependentUpon>DB.tt</DependentUpon>
  139. </Compile>
  140. <Compile Include="Crm_NewClientData.cs">
  141. <DependentUpon>DB.tt</DependentUpon>
  142. </Compile>
  143. <Compile Include="Crm_NewClientData_Encryption.cs">
  144. <DependentUpon>DB.tt</DependentUpon>
  145. </Compile>
  146. <Compile Include="Crm_TableOperationRecord.cs">
  147. <DependentUpon>DB.tt</DependentUpon>
  148. </Compile>
  149. <Compile Include="Crm_VisaCustomerCompany.cs">
  150. <DependentUpon>DB.tt</DependentUpon>
  151. </Compile>
  152. <Compile Include="Crm_VisaCustomerFamily.cs">
  153. <DependentUpon>DB.tt</DependentUpon>
  154. </Compile>
  155. <Compile Include="Crm_VisaCustomerSchool.cs">
  156. <DependentUpon>DB.tt</DependentUpon>
  157. </Compile>
  158. <Compile Include="DB.Context.cs">
  159. <AutoGen>True</AutoGen>
  160. <DesignTime>True</DesignTime>
  161. <DependentUpon>DB.Context.tt</DependentUpon>
  162. </Compile>
  163. <Compile Include="DB.cs">
  164. <AutoGen>True</AutoGen>
  165. <DesignTime>True</DesignTime>
  166. <DependentUpon>DB.tt</DependentUpon>
  167. </Compile>
  168. <Compile Include="DB.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DesignTime>True</DesignTime>
  171. <DependentUpon>DB.edmx</DependentUpon>
  172. </Compile>
  173. <Compile Include="Dis_City.cs">
  174. <DependentUpon>DB.tt</DependentUpon>
  175. </Compile>
  176. <Compile Include="Dis_Country.cs">
  177. <DependentUpon>DB.tt</DependentUpon>
  178. </Compile>
  179. <Compile Include="Dis_Intercontinental.cs">
  180. <DependentUpon>DB.tt</DependentUpon>
  181. </Compile>
  182. <Compile Include="Fin_Commission.cs">
  183. <DependentUpon>DB.tt</DependentUpon>
  184. </Compile>
  185. <Compile Include="Fin_DailyFeePayment.cs">
  186. <DependentUpon>DB.tt</DependentUpon>
  187. </Compile>
  188. <Compile Include="Fin_DailyFeePaymentContent.cs">
  189. <DependentUpon>DB.tt</DependentUpon>
  190. </Compile>
  191. <Compile Include="Fin_ForeignReceivables.cs">
  192. <DependentUpon>DB.tt</DependentUpon>
  193. </Compile>
  194. <Compile Include="Fin_GroupExtraCost.cs">
  195. <DependentUpon>DB.tt</DependentUpon>
  196. </Compile>
  197. <Compile Include="Fin_LocalGuideRelevancyOverspend.cs">
  198. <DependentUpon>DB.tt</DependentUpon>
  199. </Compile>
  200. <Compile Include="Fin_OtherPrice.cs">
  201. <DependentUpon>DB.tt</DependentUpon>
  202. </Compile>
  203. <Compile Include="Fin_OverSpendRelevancyCollectionStatement.cs">
  204. <DependentUpon>DB.tt</DependentUpon>
  205. </Compile>
  206. <Compile Include="Fin_PaymentRefundAndOtherMoney.cs">
  207. <DependentUpon>DB.tt</DependentUpon>
  208. </Compile>
  209. <Compile Include="Fin_ProceedsReceived.cs">
  210. <DependentUpon>DB.tt</DependentUpon>
  211. </Compile>
  212. <Compile Include="Fin_RoyaltyConfirm.cs">
  213. <DependentUpon>DB.tt</DependentUpon>
  214. </Compile>
  215. <Compile Include="Fin_RoyaltyForm.cs">
  216. <DependentUpon>DB.tt</DependentUpon>
  217. </Compile>
  218. <Compile Include="Grp_ApprovalTravel.cs">
  219. <DependentUpon>DB.tt</DependentUpon>
  220. </Compile>
  221. <Compile Include="Grp_ApprovalTravelDetails.cs">
  222. <DependentUpon>DB.tt</DependentUpon>
  223. </Compile>
  224. <Compile Include="Grp_DayAndCostDraft.cs">
  225. <DependentUpon>DB.tt</DependentUpon>
  226. </Compile>
  227. <Compile Include="Grp_DayOtherPrice.cs">
  228. <DependentUpon>DB.tt</DependentUpon>
  229. </Compile>
  230. <Compile Include="Grp_DayOtherPriceDraft.cs">
  231. <DependentUpon>DB.tt</DependentUpon>
  232. </Compile>
  233. <Compile Include="Grp_EnterExitCostDraft.cs">
  234. <DependentUpon>DB.tt</DependentUpon>
  235. </Compile>
  236. <Compile Include="Grp_EnterExitCostDraftPermission.cs">
  237. <DependentUpon>DB.tt</DependentUpon>
  238. </Compile>
  239. <Compile Include="Grp_EnterExitCostPermission.cs">
  240. <DependentUpon>DB.tt</DependentUpon>
  241. </Compile>
  242. <Compile Include="Grp_GroupModelFile.cs">
  243. <DependentUpon>DB.tt</DependentUpon>
  244. </Compile>
  245. <Compile Include="Grp_HotelInquiry.cs">
  246. <DependentUpon>DB.tt</DependentUpon>
  247. </Compile>
  248. <Compile Include="Grp_HotelReservationsContent.cs">
  249. <DependentUpon>DB.tt</DependentUpon>
  250. </Compile>
  251. <Compile Include="Grp_OfficialDutyLinkTranslator.cs">
  252. <DependentUpon>DB.tt</DependentUpon>
  253. </Compile>
  254. <Compile Include="Grp_Opinionaire.cs">
  255. <DependentUpon>DB.tt</DependentUpon>
  256. </Compile>
  257. <Compile Include="Grp_RestaurantInfo.cs">
  258. <DependentUpon>DB.tt</DependentUpon>
  259. </Compile>
  260. <Compile Include="Grp_VisaCommission.cs">
  261. <DependentUpon>DB.tt</DependentUpon>
  262. </Compile>
  263. <Compile Include="Grp_VisaInfo.cs">
  264. <DependentUpon>DB.tt</DependentUpon>
  265. </Compile>
  266. <Compile Include="Grp_VisitingClients.cs">
  267. <DependentUpon>DB.tt</DependentUpon>
  268. </Compile>
  269. <Compile Include="Home.cs">
  270. <SubType>Form</SubType>
  271. </Compile>
  272. <Compile Include="Home.Designer.cs">
  273. <DependentUpon>Home.cs</DependentUpon>
  274. </Compile>
  275. <Compile Include="Grp_AirInquiry.cs">
  276. <DependentUpon>DB.tt</DependentUpon>
  277. </Compile>
  278. <Compile Include="Grp_AirPrice.cs">
  279. <DependentUpon>DB.tt</DependentUpon>
  280. </Compile>
  281. <Compile Include="Grp_AirTicketReservations.cs">
  282. <DependentUpon>DB.tt</DependentUpon>
  283. </Compile>
  284. <Compile Include="Grp_CarGuides.cs">
  285. <DependentUpon>DB.tt</DependentUpon>
  286. </Compile>
  287. <Compile Include="Grp_CarInfo.cs">
  288. <DependentUpon>DB.tt</DependentUpon>
  289. </Compile>
  290. <Compile Include="Grp_CarTouristGuideGroundReservations.cs">
  291. <DependentUpon>DB.tt</DependentUpon>
  292. </Compile>
  293. <Compile Include="Grp_CarTouristGuideGroundReservationsContent.cs">
  294. <DependentUpon>DB.tt</DependentUpon>
  295. </Compile>
  296. <Compile Include="Grp_CarTouristGuideGroundReservationsContentOld.cs">
  297. <DependentUpon>DB.tt</DependentUpon>
  298. </Compile>
  299. <Compile Include="Grp_CarTouristGuideGroundReservationsOld.cs">
  300. <DependentUpon>DB.tt</DependentUpon>
  301. </Compile>
  302. <Compile Include="Grp_CheckBoxs.cs">
  303. <DependentUpon>DB.tt</DependentUpon>
  304. </Compile>
  305. <Compile Include="Grp_CostTypeHotelNumber.cs">
  306. <DependentUpon>DB.tt</DependentUpon>
  307. </Compile>
  308. <Compile Include="Grp_CreditCardPayment.cs">
  309. <DependentUpon>DB.tt</DependentUpon>
  310. </Compile>
  311. <Compile Include="Grp_Customers.cs">
  312. <DependentUpon>DB.tt</DependentUpon>
  313. </Compile>
  314. <Compile Include="Grp_DayAndCost.cs">
  315. <DependentUpon>DB.tt</DependentUpon>
  316. </Compile>
  317. <Compile Include="Grp_DecreasePayments.cs">
  318. <DependentUpon>DB.tt</DependentUpon>
  319. </Compile>
  320. <Compile Include="Grp_DeleClientNeeds.cs">
  321. <DependentUpon>DB.tt</DependentUpon>
  322. </Compile>
  323. <Compile Include="Grp_DeleFile.cs">
  324. <DependentUpon>DB.tt</DependentUpon>
  325. </Compile>
  326. <Compile Include="Grp_DelegationEnData.cs">
  327. <DependentUpon>DB.tt</DependentUpon>
  328. </Compile>
  329. <Compile Include="Grp_DelegationInfo.cs">
  330. <DependentUpon>DB.tt</DependentUpon>
  331. </Compile>
  332. <Compile Include="Grp_DelegationJoinCustomer.cs">
  333. <DependentUpon>DB.tt</DependentUpon>
  334. </Compile>
  335. <Compile Include="Grp_DeleMeetingNeeds.cs">
  336. <DependentUpon>DB.tt</DependentUpon>
  337. </Compile>
  338. <Compile Include="Grp_EnterExitCost.cs">
  339. <DependentUpon>DB.tt</DependentUpon>
  340. </Compile>
  341. <Compile Include="Grp_GroupCost.cs">
  342. <DependentUpon>DB.tt</DependentUpon>
  343. </Compile>
  344. <Compile Include="Grp_GroupCostParameter.cs">
  345. <DependentUpon>DB.tt</DependentUpon>
  346. </Compile>
  347. <Compile Include="Grp_GroupsTaskAssignment.cs">
  348. <DependentUpon>DB.tt</DependentUpon>
  349. </Compile>
  350. <Compile Include="Grp_GuidesInfo.cs">
  351. <DependentUpon>DB.tt</DependentUpon>
  352. </Compile>
  353. <Compile Include="Grp_HotelReservations.cs">
  354. <DependentUpon>DB.tt</DependentUpon>
  355. </Compile>
  356. <Compile Include="Grp_InsuranceCost.cs">
  357. <DependentUpon>DB.tt</DependentUpon>
  358. </Compile>
  359. <Compile Include="Grp_InvertedList.cs">
  360. <DependentUpon>DB.tt</DependentUpon>
  361. </Compile>
  362. <Compile Include="Grp_InvertedListVisaCountry.cs">
  363. <DependentUpon>DB.tt</DependentUpon>
  364. </Compile>
  365. <Compile Include="Grp_InvitationOfficialActivities.cs">
  366. <DependentUpon>DB.tt</DependentUpon>
  367. </Compile>
  368. <Compile Include="Grp_NationalTravelFee.cs">
  369. <DependentUpon>DB.tt</DependentUpon>
  370. </Compile>
  371. <Compile Include="Grp_ScenicSpotInfo.cs">
  372. <DependentUpon>DB.tt</DependentUpon>
  373. </Compile>
  374. <Compile Include="Grp_Schedule.cs">
  375. <DependentUpon>DB.tt</DependentUpon>
  376. </Compile>
  377. <Compile Include="Grp_ScheduleDetail.cs">
  378. <DependentUpon>DB.tt</DependentUpon>
  379. </Compile>
  380. <Compile Include="Grp_SchedulePerson.cs">
  381. <DependentUpon>DB.tt</DependentUpon>
  382. </Compile>
  383. <Compile Include="Grp_TeamRate.cs">
  384. <DependentUpon>DB.tt</DependentUpon>
  385. </Compile>
  386. <Compile Include="Grp_TourClientList.cs">
  387. <DependentUpon>DB.tt</DependentUpon>
  388. </Compile>
  389. <Compile Include="Grp_TravelList.cs">
  390. <DependentUpon>DB.tt</DependentUpon>
  391. </Compile>
  392. <Compile Include="Grp_VisaFeeInfo.cs">
  393. <DependentUpon>DB.tt</DependentUpon>
  394. </Compile>
  395. <Compile Include="Grp_VisaProgress.cs">
  396. <DependentUpon>DB.tt</DependentUpon>
  397. </Compile>
  398. <Compile Include="Grp_VisaProgressCustomer.cs">
  399. <DependentUpon>DB.tt</DependentUpon>
  400. </Compile>
  401. <Compile Include="Grp_VisaProgressCustomerPicture.cs">
  402. <DependentUpon>DB.tt</DependentUpon>
  403. </Compile>
  404. <Compile Include="Per_AssessmentContentSetting.cs">
  405. <DependentUpon>DB.tt</DependentUpon>
  406. </Compile>
  407. <Compile Include="Per_AssessmentScore.cs">
  408. <DependentUpon>DB.tt</DependentUpon>
  409. </Compile>
  410. <Compile Include="Per_AssessmentSetting.cs">
  411. <DependentUpon>DB.tt</DependentUpon>
  412. </Compile>
  413. <Compile Include="Pm_GoodsInfo.cs">
  414. <DependentUpon>DB.tt</DependentUpon>
  415. </Compile>
  416. <Compile Include="Pm_GoodsReceive.cs">
  417. <DependentUpon>DB.tt</DependentUpon>
  418. </Compile>
  419. <Compile Include="Pm_GoodsStorage.cs">
  420. <DependentUpon>DB.tt</DependentUpon>
  421. </Compile>
  422. <Compile Include="Pm_TaskAllocation.cs">
  423. <DependentUpon>DB.tt</DependentUpon>
  424. </Compile>
  425. <Compile Include="Pm_TaskJobRelevancy.cs">
  426. <DependentUpon>DB.tt</DependentUpon>
  427. </Compile>
  428. <Compile Include="Pm_TaskRelevanceUser.cs">
  429. <DependentUpon>DB.tt</DependentUpon>
  430. </Compile>
  431. <Compile Include="Pm_WageIssueWorkingDay.cs">
  432. <DependentUpon>DB.tt</DependentUpon>
  433. </Compile>
  434. <Compile Include="Pm_WageSheet.cs">
  435. <DependentUpon>DB.tt</DependentUpon>
  436. </Compile>
  437. <Compile Include="Popover.cs">
  438. <SubType>Form</SubType>
  439. </Compile>
  440. <Compile Include="Popover.Designer.cs">
  441. <DependentUpon>Popover.cs</DependentUpon>
  442. </Compile>
  443. <Compile Include="Program.cs" />
  444. <Compile Include="Properties\AssemblyInfo.cs" />
  445. <Compile Include="Res_AirCompany.cs">
  446. <DependentUpon>DB.tt</DependentUpon>
  447. </Compile>
  448. <Compile Include="Res_AirTicketAgent.cs">
  449. <DependentUpon>DB.tt</DependentUpon>
  450. </Compile>
  451. <Compile Include="Res_AskData.cs">
  452. <DependentUpon>DB.tt</DependentUpon>
  453. </Compile>
  454. <Compile Include="Res_BasicInsuranceCost.cs">
  455. <DependentUpon>DB.tt</DependentUpon>
  456. </Compile>
  457. <Compile Include="Res_CarData.cs">
  458. <DependentUpon>DB.tt</DependentUpon>
  459. </Compile>
  460. <Compile Include="Res_CarGuides.cs">
  461. <DependentUpon>DB.tt</DependentUpon>
  462. </Compile>
  463. <Compile Include="Res_CarInfo.cs">
  464. <DependentUpon>DB.tt</DependentUpon>
  465. </Compile>
  466. <Compile Include="Res_CompanyEnglishComparison.cs">
  467. <DependentUpon>DB.tt</DependentUpon>
  468. </Compile>
  469. <Compile Include="Res_CountryFeeCost.cs">
  470. <DependentUpon>DB.tt</DependentUpon>
  471. </Compile>
  472. <Compile Include="Res_GuidesInfo.cs">
  473. <DependentUpon>DB.tt</DependentUpon>
  474. </Compile>
  475. <Compile Include="Res_HotelData.cs">
  476. <DependentUpon>DB.tt</DependentUpon>
  477. </Compile>
  478. <Compile Include="Res_InvitationOfficialActivityData.cs">
  479. <DependentUpon>DB.tt</DependentUpon>
  480. </Compile>
  481. <Compile Include="Res_InvitationOfficialActivityData_Data.cs">
  482. <DependentUpon>DB.tt</DependentUpon>
  483. </Compile>
  484. <Compile Include="Res_ItemDetail.cs">
  485. <DependentUpon>DB.tt</DependentUpon>
  486. </Compile>
  487. <Compile Include="Res_ItemType.cs">
  488. <DependentUpon>DB.tt</DependentUpon>
  489. </Compile>
  490. <Compile Include="Res_ItemVendor.cs">
  491. <DependentUpon>DB.tt</DependentUpon>
  492. </Compile>
  493. <Compile Include="Res_LocalGuideData.cs">
  494. <DependentUpon>DB.tt</DependentUpon>
  495. </Compile>
  496. <Compile Include="Res_MediaSuppliers.cs">
  497. <DependentUpon>DB.tt</DependentUpon>
  498. </Compile>
  499. <Compile Include="Res_Memo.cs">
  500. <DependentUpon>DB.tt</DependentUpon>
  501. </Compile>
  502. <Compile Include="Res_OfficialActivities.cs">
  503. <DependentUpon>DB.tt</DependentUpon>
  504. </Compile>
  505. <Compile Include="Res_OfficialActivities0426.cs">
  506. <DependentUpon>DB.tt</DependentUpon>
  507. </Compile>
  508. <Compile Include="Res_PositionEnglishComparison.cs">
  509. <DependentUpon>DB.tt</DependentUpon>
  510. </Compile>
  511. <Compile Include="Res_ScenicSpotInfo.cs">
  512. <DependentUpon>DB.tt</DependentUpon>
  513. </Compile>
  514. <Compile Include="Res_ThreeCode.cs">
  515. <DependentUpon>DB.tt</DependentUpon>
  516. </Compile>
  517. <Compile Include="Res_TranslatorLibrary.cs">
  518. <DependentUpon>DB.tt</DependentUpon>
  519. </Compile>
  520. <Compile Include="Res_TranslatorLibrary_Encryption.cs">
  521. <DependentUpon>DB.tt</DependentUpon>
  522. </Compile>
  523. <Compile Include="show.cs" />
  524. <Compile Include="sysdiagrams.cs">
  525. <DependentUpon>DB.tt</DependentUpon>
  526. </Compile>
  527. <Compile Include="Sys_Calendar.cs">
  528. <DependentUpon>DB.tt</DependentUpon>
  529. </Compile>
  530. <Compile Include="Sys_Cities.cs">
  531. <DependentUpon>DB.tt</DependentUpon>
  532. </Compile>
  533. <Compile Include="Sys_Company.cs">
  534. <DependentUpon>DB.tt</DependentUpon>
  535. </Compile>
  536. <Compile Include="Sys_Continent.cs">
  537. <DependentUpon>DB.tt</DependentUpon>
  538. </Compile>
  539. <Compile Include="Sys_Countries.cs">
  540. <DependentUpon>DB.tt</DependentUpon>
  541. </Compile>
  542. <Compile Include="Sys_Department.cs">
  543. <DependentUpon>DB.tt</DependentUpon>
  544. </Compile>
  545. <Compile Include="Sys_DeviceToken.cs">
  546. <DependentUpon>DB.tt</DependentUpon>
  547. </Compile>
  548. <Compile Include="Sys_ExchangeRateRecord.cs">
  549. <DependentUpon>DB.tt</DependentUpon>
  550. </Compile>
  551. <Compile Include="Sys_JobPost.cs">
  552. <DependentUpon>DB.tt</DependentUpon>
  553. </Compile>
  554. <Compile Include="Sys_JobPostAuthority.cs">
  555. <DependentUpon>DB.tt</DependentUpon>
  556. </Compile>
  557. <Compile Include="Sys_Message.cs">
  558. <DependentUpon>DB.tt</DependentUpon>
  559. </Compile>
  560. <Compile Include="Sys_MessageReadAuth.cs">
  561. <DependentUpon>DB.tt</DependentUpon>
  562. </Compile>
  563. <Compile Include="Sys_PageFunctionPermission.cs">
  564. <DependentUpon>DB.tt</DependentUpon>
  565. </Compile>
  566. <Compile Include="Sys_SetData.cs">
  567. <DependentUpon>DB.tt</DependentUpon>
  568. </Compile>
  569. <Compile Include="Sys_SetDataType.cs">
  570. <DependentUpon>DB.tt</DependentUpon>
  571. </Compile>
  572. <Compile Include="Sys_SystemMenuAndFunction.cs">
  573. <DependentUpon>DB.tt</DependentUpon>
  574. </Compile>
  575. <Compile Include="Sys_SystemMenuPermission.cs">
  576. <DependentUpon>DB.tt</DependentUpon>
  577. </Compile>
  578. <Compile Include="Sys_UserAuthority.cs">
  579. <DependentUpon>DB.tt</DependentUpon>
  580. </Compile>
  581. <Compile Include="Sys_Users.cs">
  582. <DependentUpon>DB.tt</DependentUpon>
  583. </Compile>
  584. <Compile Include="Sys_Users_Encryption.cs">
  585. <DependentUpon>DB.tt</DependentUpon>
  586. </Compile>
  587. <Compile Include="utility\HttpClientHelper.cs" />
  588. <Compile Include="utility\versions.cs" />
  589. <EmbeddedResource Include="Home.resx">
  590. <DependentUpon>Home.cs</DependentUpon>
  591. </EmbeddedResource>
  592. <EmbeddedResource Include="Popover.resx">
  593. <DependentUpon>Popover.cs</DependentUpon>
  594. </EmbeddedResource>
  595. <EmbeddedResource Include="Properties\Resources.resx">
  596. <Generator>ResXFileCodeGenerator</Generator>
  597. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  598. <SubType>Designer</SubType>
  599. </EmbeddedResource>
  600. <Compile Include="Properties\Resources.Designer.cs">
  601. <AutoGen>True</AutoGen>
  602. <DependentUpon>Resources.resx</DependentUpon>
  603. </Compile>
  604. <EntityDeploy Include="DB.edmx">
  605. <Generator>EntityModelCodeGenerator</Generator>
  606. <LastGenOutput>DB.Designer.cs</LastGenOutput>
  607. </EntityDeploy>
  608. <None Include="DB.edmx.diagram">
  609. <DependentUpon>DB.edmx</DependentUpon>
  610. </None>
  611. <Fakes Include="Fakes\JsonDiffPatchDotNet.fakes" />
  612. <None Include="packages.config" />
  613. <None Include="Properties\Settings.settings">
  614. <Generator>SettingsSingleFileGenerator</Generator>
  615. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  616. </None>
  617. <Compile Include="Properties\Settings.Designer.cs">
  618. <AutoGen>True</AutoGen>
  619. <DependentUpon>Settings.settings</DependentUpon>
  620. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  621. </Compile>
  622. </ItemGroup>
  623. <ItemGroup>
  624. <None Include="App.config" />
  625. </ItemGroup>
  626. <ItemGroup>
  627. <Content Include="DB.Context.tt">
  628. <Generator>TextTemplatingFileGenerator</Generator>
  629. <LastGenOutput>DB.Context.cs</LastGenOutput>
  630. <DependentUpon>DB.edmx</DependentUpon>
  631. </Content>
  632. <Content Include="DB.tt">
  633. <Generator>TextTemplatingFileGenerator</Generator>
  634. <DependentUpon>DB.edmx</DependentUpon>
  635. <LastGenOutput>DB.cs</LastGenOutput>
  636. </Content>
  637. </ItemGroup>
  638. <ItemGroup>
  639. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  640. </ItemGroup>
  641. <ItemGroup>
  642. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  643. <Visible>False</Visible>
  644. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  645. <Install>true</Install>
  646. </BootstrapperPackage>
  647. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  648. <Visible>False</Visible>
  649. <ProductName>.NET Framework 3.5 SP1</ProductName>
  650. <Install>false</Install>
  651. </BootstrapperPackage>
  652. </ItemGroup>
  653. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  654. </Project>