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.

316 lines
16 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
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="12.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>{FD4879C2-FB2B-4B97-81FB-4EC7FB58A943}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Entity</RootNamespace>
  11. <AssemblyName>Entity</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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. <PropertyGroup>
  36. <SignAssembly>false</SignAssembly>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <AssemblyOriginatorKeyFile>
  40. </AssemblyOriginatorKeyFile>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="BaseEntity.cs" />
  57. <Compile Include="EntityHelper.cs" />
  58. <Compile Include="Map.cs" />
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. <Compile Include="SetMap.cs" />
  61. <Compile Include="ShowEasyDtos\AddressDTO.cs" />
  62. <Compile Include="ShowEasyDtos\ContactDTO.cs" />
  63. <Compile Include="ShowEasyDtos\CompanyDTO.cs" />
  64. <Compile Include="ShowEasyDtos\ProviderDTO.cs" />
  65. <Compile Include="ShowEasyDtos\DescriptionDTO.cs" />
  66. <Compile Include="ShowEasyDtos\ArgumentDTO.cs" />
  67. <Compile Include="ShowEasyDtos\BookingDTO.cs" />
  68. <Compile Include="ShowEasyDtos\CategoryData.cs" />
  69. <Compile Include="ShowEasyDtos\CategoryDicDTO.cs" />
  70. <Compile Include="ShowEasyDtos\BookingCardDTO.cs" />
  71. <Compile Include="ShowEasyDtos\OnSiteServiceDTO.cs" />
  72. <Compile Include="ShowEasyDtos\PaymentDTO.cs" />
  73. <Compile Include="ShowEasyDtos\CurrencyDTO.cs" />
  74. <Compile Include="ShowEasyDtos\CategoryExhibitionDTO.cs" />
  75. <Compile Include="ShowEasyDtos\CategoryDTO.cs" />
  76. <Compile Include="ShowEasyDtos\CountryDicDTO.cs" />
  77. <Compile Include="ShowEasyDtos\FileDTO.cs" />
  78. <Compile Include="ShowEasyDtos\ONSiteBaseInfoDTO.cs" />
  79. <Compile Include="ShowEasyDtos\OrganizerDTO.cs" />
  80. <Compile Include="ShowEasyDtos\LocationDTO.cs" />
  81. <Compile Include="ShowEasyDtos\ExhibitionCardDTO.cs" />
  82. <Compile Include="ShowEasyDtos\ExhibMediaDTO.cs" />
  83. <Compile Include="ShowEasyDtos\ExhibStatDTO.cs" />
  84. <Compile Include="ShowEasyDtos\CityDTO.cs" />
  85. <Compile Include="ShowEasyDtos\ExhibInfoDTO.cs" />
  86. <Compile Include="ShowEasyDtos\Login.cs" />
  87. <Compile Include="ShowEasyDtos\FavoriteDTO.cs" />
  88. <Compile Include="ShowEasyDtos\MemberDTO.cs" />
  89. <Compile Include="ShowEasyDtos\RegionDicDTO.cs" />
  90. <Compile Include="ShowEasyDtos\ImageDTO.cs" />
  91. <Compile Include="ShowEasyDtos\VideoDTO.cs" />
  92. <Compile Include="ShowEasyDtos\VenueDTO.cs" />
  93. <Compile Include="ShowEasyDtos\RegionDTO.cs" />
  94. <Compile Include="ShowEasyDtos\ExhibitionDTO.cs" />
  95. <Compile Include="ShowEasyDtos\CountryDTO.cs" />
  96. <Compile Include="ShowEasyDtos\StatusDTO.cs" />
  97. <Compile Include="ShowEasyDtos\TestUser.cs" />
  98. <Compile Include="SqlCommand.cs" />
  99. <Compile Include="Sugar\SETB_CMS_Exhibition_Statistics.cs" />
  100. <Compile Include="Sugar\SETB_CMS_Exhibition_Media.cs" />
  101. <Compile Include="Sugar\SETB_CMS_Exhibition_Info.cs" />
  102. <Compile Include="Sugar\SETB_CRM_Company.cs" />
  103. <Compile Include="Sugar\SETB_CRM_Contact.cs" />
  104. <Compile Include="Sugar\SETB_CMS_Member_Favorite.cs" />
  105. <Compile Include="Sugar\SETB_ORG_Organizer.cs" />
  106. <Compile Include="Sugar\SETB_PDT_ONSiteBaseInfo.cs" />
  107. <Compile Include="Sugar\SETB_PDT_ONSiteItem.cs" />
  108. <Compile Include="Sugar\SETB_PDT_ONSiteOtherCostRules.cs" />
  109. <Compile Include="Sugar\SETB_PDT_ServiceBaseInfo.cs" />
  110. <Compile Include="Sugar\SETB_PDT_ServiceByAdditionalPurchase.cs" />
  111. <Compile Include="Sugar\SETB_PDT_ServiceByFQA.cs" />
  112. <Compile Include="Sugar\SETB_PDT_ServiceByOrderQuestion.cs" />
  113. <Compile Include="Sugar\SETB_PDT_ServiceByOther.cs" />
  114. <Compile Include="Sugar\SETB_PDT_ServiceByPlan.cs" />
  115. <Compile Include="Sugar\SETB_PDT_ServiceByPlanDestination.cs" />
  116. <Compile Include="Sugar\SETB_PDT_ServiceByPlanPricingAndInventory.cs" />
  117. <Compile Include="Sugar\SETB_PDT_ServiceByPlanSpec.cs" />
  118. <Compile Include="Sugar\SETB_PDT_ServiceByPPTime.cs" />
  119. <Compile Include="Sugar\SETB_PDT_ServiceBySuitPlace.cs" />
  120. <Compile Include="Sugar\SETB_PDT_ServiceCostRules.cs" />
  121. <Compile Include="Sugar\SETB_PDT_ServiceQS.cs" />
  122. <Compile Include="Sugar\SETB_PDT_ServiceTruckCostRules.cs" />
  123. <Compile Include="Sugar\SETB_PDT_ServiceTruckInfo.cs" />
  124. <Compile Include="Sugar\SETB_PDT_ServiceTruckOtherCost.cs" />
  125. <Compile Include="Sugar\SETB_SAL_Booking.cs" />
  126. <Compile Include="Sugar\SETB_SAL_BookingOnline.cs" />
  127. <Compile Include="Sugar\SETB_SAL_InvoiceCompany.cs" />
  128. <Compile Include="Sugar\SETB_SAL_InvoiceIndividual.cs" />
  129. <Compile Include="Sugar\SETB_SAL_Question.cs" />
  130. <Compile Include="Sugar\SETB_SAL_Subscriber.cs" />
  131. <Compile Include="Sugar\SETB_SAL_Survey.cs" />
  132. <Compile Include="Sugar\SETB_SAP_BasicInfo.cs" />
  133. <Compile Include="Sugar\SETB_SAP_Theme.cs" />
  134. <Compile Include="Sugar\SETB_SCM_Supplier.cs" />
  135. <Compile Include="Sugar\SETB_CMS_Exhibition.cs" />
  136. <Compile Include="Sugar\SETB_SCM_SupplierContactor.cs" />
  137. <Compile Include="Sugar\SETB_SYS_Language.cs" />
  138. <Compile Include="Sugar\SETB_SYS_Category.cs" />
  139. <Compile Include="Sugar\SETB_CMS_Member.cs" />
  140. <Compile Include="Sugar\SETB_SYS_Region.cs" />
  141. <Compile Include="Sugar\OTB_SYS_Currency.cs" />
  142. <Compile Include="Sugar\OVW_OPM_ALLExps.cs" />
  143. <Compile Include="Sugar\OTB_CRM_Customers.cs" />
  144. <Compile Include="Sugar\OTB_EIP_LeaveRequest.cs" />
  145. <Compile Include="Sugar\OTB_CRM_CustomersMST.cs" />
  146. <Compile Include="Sugar\OTB_CRM_CustomersTransfer.cs" />
  147. <Compile Include="Sugar\OTB_CRM_CustomersTransferBak.cs" />
  148. <Compile Include="Sugar\OTB_CRM_ImportCustomers.cs" />
  149. <Compile Include="Sugar\OTB_EIP_Attendance.cs" />
  150. <Compile Include="Sugar\OTB_EIP_AttendanceDiff.cs" />
  151. <Compile Include="Sugar\OTB_EIP_BillChangeApply.cs" />
  152. <Compile Include="Sugar\OTB_EIP_BusinessTravel.cs" />
  153. <Compile Include="Sugar\OTB_EIP_CheckFlow.cs" />
  154. <Compile Include="Sugar\OTB_EIP_InvoiceApplyInfo.cs" />
  155. <Compile Include="Sugar\OTB_EIP_Leave.cs" />
  156. <Compile Include="Sugar\OTB_EIP_LeaveSet.cs" />
  157. <Compile Include="Sugar\OTB_EIP_OverTime.cs" />
  158. <Compile Include="Sugar\OTB_EIP_TravelExpense.cs" />
  159. <Compile Include="Sugar\OTB_EIP_WenZhong.cs" />
  160. <Compile Include="Sugar\OTB_OPM_BillInfo.cs" />
  161. <Compile Include="Sugar\OTB_OPM_Bills.cs" />
  162. <Compile Include="Sugar\OTB_OPM_BillsBak.cs" />
  163. <Compile Include="Sugar\OTB_OPM_Exhibition.cs" />
  164. <Compile Include="Sugar\OTB_OPM_ExhibitionsTransfer.cs" />
  165. <Compile Include="Sugar\OTB_OPM_ExhibitionsTransferBak.cs" />
  166. <Compile Include="Sugar\OTB_OPM_ExportExhibition.cs" />
  167. <Compile Include="Sugar\OTB_OPM_ImportExhibition.cs" />
  168. <Compile Include="Sugar\OTB_OPM_OtherExhibition.cs" />
  169. <Compile Include="Sugar\OTB_OPM_OtherExhibitionTG.cs" />
  170. <Compile Include="Sugar\OTB_SYS_Announcement.cs" />
  171. <Compile Include="Sugar\OTB_SYS_Announcement_Read.cs" />
  172. <Compile Include="Sugar\OTB_SYS_ArgumentClass.cs" />
  173. <Compile Include="Sugar\OTB_SYS_Arguments.cs" />
  174. <Compile Include="Sugar\OTB_SYS_ArgumentsRelated.cs" />
  175. <Compile Include="Sugar\OTB_SYS_Authorize.cs" />
  176. <Compile Include="Sugar\OTB_SYS_AuthorizeForDept.cs" />
  177. <Compile Include="Sugar\OTB_SYS_AuthorizeForMember.cs" />
  178. <Compile Include="Sugar\OTB_SYS_Calendar.cs" />
  179. <Compile Include="Sugar\OTB_SYS_ClockTips.cs" />
  180. <Compile Include="Sugar\OTB_SYS_ClockTipsBak.cs" />
  181. <Compile Include="Sugar\OTB_SYS_Departments.cs" />
  182. <Compile Include="Sugar\OTB_SYS_Document.cs" />
  183. <Compile Include="Sugar\OTB_SYS_Email.cs" />
  184. <Compile Include="Sugar\OTB_SYS_Files.cs" />
  185. <Compile Include="Sugar\OTB_SYS_ForgetPassword.cs" />
  186. <Compile Include="Sugar\OTB_SYS_Holidays.cs" />
  187. <Compile Include="Sugar\OTB_SYS_Jobtitle.cs" />
  188. <Compile Include="Sugar\OTB_SYS_Language.cs" />
  189. <Compile Include="Sugar\OTB_SYS_LogInfo.cs" />
  190. <Compile Include="Sugar\OTB_SYS_LoginLog.cs" />
  191. <Compile Include="Sugar\OTB_SYS_MaxNumber.cs" />
  192. <Compile Include="Sugar\OTB_SYS_Members.cs" />
  193. <Compile Include="Sugar\OTB_SYS_MembersToRule.cs" />
  194. <Compile Include="Sugar\OTB_SYS_ModuleForProgram.cs" />
  195. <Compile Include="Sugar\OTB_SYS_ModuleList.cs" />
  196. <Compile Include="Sugar\OTB_SYS_OfficeTemplate.cs" />
  197. <Compile Include="Sugar\OTB_SYS_OnlineUsers.cs" />
  198. <Compile Include="Sugar\OTB_SYS_Organization.cs" />
  199. <Compile Include="Sugar\OTB_SYS_OuterUsers.cs" />
  200. <Compile Include="Sugar\OTB_SYS_Profiles.cs" />
  201. <Compile Include="Sugar\OTB_SYS_ProgramList.cs" />
  202. <Compile Include="Sugar\OTB_SYS_Rules.cs" />
  203. <Compile Include="Sugar\OTB_SYS_SystemSetting.cs" />
  204. <Compile Include="Sugar\OTB_SYS_Task.cs" />
  205. <Compile Include="Sugar\OTB_SYS_TaskReply.cs" />
  206. <Compile Include="Sugar\OTB_SYS_TicketAuth.cs" />
  207. <Compile Include="Sugar\OTB_SYS_Tips.cs" />
  208. <Compile Include="Sugar\OTB_SYS_TipsBak.cs" />
  209. <Compile Include="Sugar\OTB_WSM_ExhibitionRules.cs" />
  210. <Compile Include="Sugar\OTB_WSM_News.cs" />
  211. <Compile Include="Sugar\OTB_WSM_PackingOrder.cs" />
  212. <Compile Include="Sugar\OTB_WSM_TrackingLog.cs" />
  213. <Compile Include="Sugar\OTB_WSM_WebSiteFiles.cs" />
  214. <Compile Include="Sugar\OTB_WSM_WebSiteMailLog.cs" />
  215. <Compile Include="Sugar\OTB_WSM_WebSiteSetting.cs" />
  216. <Compile Include="Sugar\OVW_CRM_ImportCustomers.cs" />
  217. <Compile Include="Sugar\OVW_OPM_BillInfo.cs" />
  218. <Compile Include="Sugar\OVW_SYS_Rules.cs" />
  219. <Compile Include="Sugar\OVW_OPM_Bills.cs" />
  220. <Compile Include="Sugar\OTB_OPM_BillChangeLog.cs" />
  221. <Compile Include="Sugar\SETB_ORG_Venue.cs" />
  222. <Compile Include="Sugar\SETB_SYS_Country.cs" />
  223. <Compile Include="Sugar\SETB_SAL_Payment.cs" />
  224. <Compile Include="Sugar\SETB_UTL_City.cs" />
  225. <Compile Include="T4\SugarTemplate2.cs">
  226. <DependentUpon>SugarTemplate.tt</DependentUpon>
  227. <AutoGen>True</AutoGen>
  228. <DesignTime>True</DesignTime>
  229. </Compile>
  230. <Compile Include="SEToken.cs" />
  231. <Compile Include="Token.cs" />
  232. <Compile Include="ViewModels\View_CMS_ExhibInfo.cs" />
  233. <Compile Include="ViewModels\View_CRM_Company.cs" />
  234. <Compile Include="ViewModels\View_CRM_ImportCustomers.cs" />
  235. <Compile Include="ViewModels\View_EIP_AttendanceDiff.cs" />
  236. <Compile Include="ViewModels\View_EIP_BillChangeApply.cs" />
  237. <Compile Include="ViewModels\View_EIP_BusinessTravel.cs" />
  238. <Compile Include="ViewModels\View_EIP_CheckFlow.cs" />
  239. <Compile Include="ViewModels\View_EIP_LeaveRequest.cs" />
  240. <Compile Include="ViewModels\View_EIP_Leave.cs" />
  241. <Compile Include="ViewModels\View_EIP_OverTime.cs" />
  242. <Compile Include="ViewModels\View_EIP_TravelExpense.cs" />
  243. <Compile Include="ViewModels\View_OPM_BillIReport.cs" />
  244. <Compile Include="ViewModels\View_OPM_BillInfo.cs" />
  245. <Compile Include="ViewModels\View_OPM_Exhibition.cs" />
  246. <Compile Include="ViewModels\View_OPM_ImportExhibition.cs" />
  247. <Compile Include="ViewModels\View_OPM_ExportExhibition.cs" />
  248. <Compile Include="ViewModels\View_OPM_OtherExhibitionTG.cs" />
  249. <Compile Include="ViewModels\View_OPM_OtherExhibition.cs" />
  250. <Compile Include="ViewModels\View_ORG_Organizer.cs" />
  251. <Compile Include="ViewModels\View_PDT_ONSiteBaseInfo.cs" />
  252. <Compile Include="ViewModels\View_PDT_ServiceBaseInfo.cs" />
  253. <Compile Include="ViewModels\View_PDT_ServiceByOrderQuestion.cs" />
  254. <Compile Include="ViewModels\View_PDT_ServiceByOther.cs" />
  255. <Compile Include="ViewModels\View_PDT_ServiceByPlanPricingAndInventory.cs" />
  256. <Compile Include="ViewModels\View_PDT_ServiceBySuitPlace.cs" />
  257. <Compile Include="ViewModels\View_PDT_ServiceCostRules.cs" />
  258. <Compile Include="ViewModels\View_PDT_ServiceQS.cs" />
  259. <Compile Include="ViewModels\View_SAL_Booking.cs" />
  260. <Compile Include="ViewModels\View_SAL_BookingOnline.cs" />
  261. <Compile Include="ViewModels\View_SAP_BasicInfo.cs" />
  262. <Compile Include="ViewModels\View_SAP_Theme.cs" />
  263. <Compile Include="ViewModels\View_SYS_Language.cs" />
  264. <Compile Include="ViewModels\View_SAL_Question.cs" />
  265. <Compile Include="ViewModels\View_SAL_Survey.cs" />
  266. <Compile Include="ViewModels\View_SCM_Supplier.cs" />
  267. <Compile Include="ViewModels\View_CMS_Exhibition.cs" />
  268. <Compile Include="ViewModels\View_SYS_Category.cs" />
  269. <Compile Include="ViewModels\View_CMS_Member.cs" />
  270. <Compile Include="ViewModels\View_SYS_Region.cs" />
  271. <Compile Include="ViewModels\View_ORG_Venue.cs" />
  272. <Compile Include="ViewModels\View_SYS_ArgumentClass.cs" />
  273. <Compile Include="ViewModels\View_SYS_Arguments.cs" />
  274. <Compile Include="ViewModels\View_SYS_Country.cs" />
  275. <Compile Include="ViewModels\View_SYS_Departments.cs" />
  276. <Compile Include="ViewModels\View_SYS_Members.cs" />
  277. <Compile Include="ViewModels\View_SYS_ModuleList.cs" />
  278. <Compile Include="ViewModels\View_SYS_ProgramList.cs" />
  279. <Compile Include="ViewModels\View_SYS_Task.cs" />
  280. <Compile Include="ViewModels\View_UTL_City .cs" />
  281. <Compile Include="ViewModels\View_UTL_RegionAll.cs" />
  282. <Compile Include="ViewModels\View_WSM_News.cs" />
  283. <Compile Include="ViewModels\View_WSM_TrackingLog.cs" />
  284. <Compile Include="ViewModels\View_WSM_ExhibitionRules.cs" />
  285. <Compile Include="ViewModels\View_WSM_GroupTrackingLog.cs" />
  286. <Compile Include="ViewModels\View_EIP_InvoiceApplyInfo.cs" />
  287. <Compile Include="ViewModels\View_WSM_PackingOrder.cs" />
  288. <Compile Include="ViewModels\View_WSM_WebSiteSetting.cs" />
  289. </ItemGroup>
  290. <ItemGroup>
  291. <None Include="packages.config" />
  292. </ItemGroup>
  293. <ItemGroup>
  294. <Content Include="T4\SugarTemplate.tt">
  295. <Generator>TextTemplatingFileGenerator</Generator>
  296. <LastGenOutput>SugarTemplate2.cs</LastGenOutput>
  297. </Content>
  298. </ItemGroup>
  299. <ItemGroup>
  300. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  301. </ItemGroup>
  302. <ItemGroup>
  303. <ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
  304. <Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
  305. <Name>SqlSugar</Name>
  306. </ProjectReference>
  307. </ItemGroup>
  308. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  309. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  310. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  311. Other similar extension points exist, see Microsoft.Common.targets.
  312. <Target Name="BeforeBuild">
  313. </Target>
  314. <Target Name="AfterBuild">
  315. </Target>
  316. -->
  317. </Project>