travelExport.csproj 22 KB

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