YZXYH.Repository.csproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  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>{E7CAAB7F-6E83-4525-B2CA-BE9EF6FE0712}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>YZXYH.Repository</RootNamespace>
  11. <AssemblyName>YZXYH.Repository</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  34. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  35. <Private>True</Private>
  36. </Reference>
  37. <Reference Include="EntityFramework.Extended, Version=6.0.0.0, Culture=neutral, PublicKeyToken=05b7e29bdd433584, processorArchitecture=MSIL">
  38. <HintPath>..\packages\EntityFramework.Extended.6.1.0.168\lib\net45\EntityFramework.Extended.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  50. <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.ComponentModel.DataAnnotations" />
  55. <Reference Include="System.configuration" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Runtime.Serialization" />
  58. <Reference Include="System.Security" />
  59. <Reference Include="System.Web" />
  60. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  65. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  66. <Private>True</Private>
  67. </Reference>
  68. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  70. <Private>True</Private>
  71. </Reference>
  72. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  74. <Private>True</Private>
  75. </Reference>
  76. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  78. <Private>True</Private>
  79. </Reference>
  80. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  81. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  82. <Private>True</Private>
  83. </Reference>
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Net.Http" />
  89. <Reference Include="System.Xml" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="ActivityInfoRepository.gen.cs" />
  93. <Compile Include="AlumniChapterInfoRepository.cs" />
  94. <Compile Include="AlumniChapterInfoRepository.gen.cs" />
  95. <Compile Include="AlumniChapterUserRepository.gen.cs" />
  96. <Compile Include="AlumUserRepository.cs" />
  97. <Compile Include="AlumUserRepository.gen.cs" />
  98. <Compile Include="AlumUsersBackupRepository.gen.cs" />
  99. <Compile Include="AnnualMeetingRepository.cs" />
  100. <Compile Include="AnnualMeetingRepository.gen.cs" />
  101. <Compile Include="AttendActivityRepository.gen.cs" />
  102. <Compile Include="AttendMeetRepository.gen.cs" />
  103. <Compile Include="BaseRepository.cs" />
  104. <Compile Include="CityInfoRepository.cs" />
  105. <Compile Include="Interface\ILotteryRecordRepository.cs" />
  106. <Compile Include="Interface\ILotteryRepository.cs" />
  107. <Compile Include="Interface\ILotterySettingRepository.cs" />
  108. <Compile Include="Interface\IMessageWallInfoRepository.cs" />
  109. <Compile Include="LotteryRecordRepository.gen.cs" />
  110. <Compile Include="LotteryRecordRepository.cs" />
  111. <Compile Include="LotteryRepository.gen.cs" />
  112. <Compile Include="LotteryRepository.cs" />
  113. <Compile Include="LotterySettingRepository.gen.cs" />
  114. <Compile Include="LotterySettingRepository.cs" />
  115. <Compile Include="MessageWallInfoRepository.gen.cs" />
  116. <Compile Include="CityInfoRepository.gen.cs" />
  117. <Compile Include="ContributeActivityInfoRepository.cs" />
  118. <Compile Include="ContributeActivityInfoRepository.gen.cs" />
  119. <Compile Include="ContributeAttendInfoRepository.gen.cs" />
  120. <Compile Include="HobbyGroupInfoRepository.cs" />
  121. <Compile Include="HobbyGroupInfoRepository.gen.cs" />
  122. <Compile Include="HobbyGroupUserRepository.gen.cs" />
  123. <Compile Include="HobbyInfoRepository.cs" />
  124. <Compile Include="Interface\IQuestionnaireRepository.cs" />
  125. <Compile Include="Interface\IQuestionnaireItemRepository.cs" />
  126. <Compile Include="Models\Lottery.cs" />
  127. <Compile Include="Models\LotteryRecord.cs" />
  128. <Compile Include="Models\LotterySetting.cs" />
  129. <Compile Include="Models\Mapping\LotterySettingMap.cs" />
  130. <Compile Include="Models\Mapping\LotteryRecordMap.cs" />
  131. <Compile Include="Models\Mapping\LotteryMap.cs" />
  132. <Compile Include="Models\Mapping\MessageWallMap.cs" />
  133. <Compile Include="Models\MessageWallInfo.cs" />
  134. <Compile Include="QuestionnaireRepository.cs" />
  135. <Compile Include="QuestionnaireItemRepository.cs" />
  136. <Compile Include="HobbyInfoRepository.gen.cs" />
  137. <Compile Include="HobbyUserRepository.gen.cs" />
  138. <Compile Include="IndustryBranchInfoRepository.cs" />
  139. <Compile Include="IndustryBranchInfoRepository.gen.cs" />
  140. <Compile Include="IndustryBranchUserRepository.cs" />
  141. <Compile Include="IndustryBranchUserRepository.gen.cs" />
  142. <Compile Include="IndustryInfoRepository.cs" />
  143. <Compile Include="IndustryInfoRepository.gen.cs" />
  144. <Compile Include="IndustryUserRepository.gen.cs" />
  145. <Compile Include="Interface\IActivityInfoRepository.gen.cs" />
  146. <Compile Include="Interface\IAlumniChapterInfoRepository.cs" />
  147. <Compile Include="Interface\IAlumniChapterInfoRepository.gen.cs" />
  148. <Compile Include="Interface\IAlumniChapterUserRepository.gen.cs" />
  149. <Compile Include="Interface\IAlumUserRepository.cs" />
  150. <Compile Include="Interface\IAlumUserRepository.gen.cs" />
  151. <Compile Include="Interface\IAlumUsersBackupRepository.gen.cs" />
  152. <Compile Include="Interface\IAnnualMeetingRepository.cs" />
  153. <Compile Include="Interface\IAnnualMeetingRepository.gen.cs" />
  154. <Compile Include="Interface\IAttendActivityRepository.gen.cs" />
  155. <Compile Include="Interface\IAttendMeetRepository.gen.cs" />
  156. <Compile Include="Interface\IBaseRepository.cs" />
  157. <Compile Include="Interface\ICityInfoRepository.cs" />
  158. <Compile Include="Interface\ICityInfoRepository.gen.cs" />
  159. <Compile Include="Interface\IContributeActivityInfoRepository.cs" />
  160. <Compile Include="Interface\IContributeActivityInfoRepository.gen.cs" />
  161. <Compile Include="Interface\IContributeAttendInfoRepository.gen.cs" />
  162. <Compile Include="Interface\IHobbyGroupInfoRepository.cs" />
  163. <Compile Include="Interface\IHobbyGroupInfoRepository.gen.cs" />
  164. <Compile Include="Interface\IHobbyGroupUserRepository.gen.cs" />
  165. <Compile Include="Interface\IHobbyInfoRepository.cs" />
  166. <Compile Include="Interface\IHobbyInfoRepository.gen.cs" />
  167. <Compile Include="Interface\IHobbyUserRepository.gen.cs" />
  168. <Compile Include="Interface\IIndustryBranchInfoRepository.cs" />
  169. <Compile Include="Interface\ISysSqlQucikCheckRepository.cs" />
  170. <Compile Include="Interface\ISysSqlQucikCheckRepository.gen.cs" />
  171. <Compile Include="Interface\IIndustryBranchInfoRepository.gen.cs" />
  172. <Compile Include="Interface\IIndustryBranchUserRepository.gen.cs" />
  173. <Compile Include="Interface\IIndustryInfoRepository.cs" />
  174. <Compile Include="Interface\IIndustryInfoRepository.gen.cs" />
  175. <Compile Include="Interface\IIndustryUserRepository.gen.cs" />
  176. <Compile Include="Interface\IMedicalHelpHandleRepository.gen.cs" />
  177. <Compile Include="Interface\IMedicalHelpRepository.gen.cs" />
  178. <Compile Include="Interface\IndustryInfoRepository.cs" />
  179. <Compile Include="Interface\ISysAttachFileRepository.gen.cs" />
  180. <Compile Include="Interface\ISysFunctionRepository.cs" />
  181. <Compile Include="Interface\ISysFunctionRepository.gen.cs" />
  182. <Compile Include="Interface\ISysLogRepository.cs" />
  183. <Compile Include="Interface\ISysLogRepository.gen.cs" />
  184. <Compile Include="Interface\ISysRoleRepository.gen.cs" />
  185. <Compile Include="Interface\ISysUserRepository.cs" />
  186. <Compile Include="Interface\ISysUserRepository.gen.cs" />
  187. <Compile Include="Interface\IUnitOfWork.gen.cs" />
  188. <Compile Include="Interface\IUserAvatarRepository.cs" />
  189. <Compile Include="Interface\IUserAvatarRepository.gen.cs" />
  190. <Compile Include="Interface\IUserInfoLastModRepository.gen.cs" />
  191. <Compile Include="Interface\IUserLastLoginRepository.gen.cs" />
  192. <Compile Include="Interface\IUserReplyRepository.gen.cs" />
  193. <Compile Include="Interface\IUserSelfAuditRepository.gen.cs" />
  194. <Compile Include="Interface\IViewAttendMeetRepository.gen.cs" />
  195. <Compile Include="Interface\IViewContributeActivityInfoRepository.gen.cs" />
  196. <Compile Include="Interface\IViewContributeAttendInfoRepository.gen.cs" />
  197. <Compile Include="Interface\IViewMedicalHelpHandleRepository.gen.cs" />
  198. <Compile Include="Interface\IViewMedicalReplyRepository.gen.cs" />
  199. <Compile Include="Interface\IViewUserAcInfoRepository.gen.cs" />
  200. <Compile Include="Interface\IViewUserAlumniDirectoryRepository.gen.cs" />
  201. <Compile Include="Interface\IViewUserAttendActivityInfoRepository.gen.cs" />
  202. <Compile Include="Interface\IViewUserAttendMeetInfoRepository.gen.cs" />
  203. <Compile Include="Interface\IViewUserCityInfoRepository.gen.cs" />
  204. <Compile Include="Interface\IViewUserCreateActivityRepository.gen.cs" />
  205. <Compile Include="Interface\IViewUserHobbyInfoRepository.gen.cs" />
  206. <Compile Include="Interface\IViewUserIndustryBranchInfoRepository.cs" />
  207. <Compile Include="Interface\IViewUserIndustryBranchInfoRepository.gen.cs" />
  208. <Compile Include="Interface\IViewUserIndustryRepository.gen.cs" />
  209. <Compile Include="Interface\IViewUserLastLoginRepository.gen.cs" />
  210. <Compile Include="Interface\IViewUserSelfAuditRepository.gen.cs" />
  211. <Compile Include="Interface\IViewUserVocationRepository.gen.cs" />
  212. <Compile Include="Interface\IView_SysUserLastLoginTimeRepository.gen.cs" />
  213. <Compile Include="Interface\IView_UserAttendMeetingInfosRepository.gen.cs" />
  214. <Compile Include="Interface\IView_UserLastLoginTimeRepository.gen.cs" />
  215. <Compile Include="Interface\IVocationInfoRepository.cs" />
  216. <Compile Include="Interface\IVocationInfoRepository.gen.cs" />
  217. <Compile Include="Interface\IVocationUserRepository.gen.cs" />
  218. <Compile Include="MedicalHelpHandleRepository.gen.cs" />
  219. <Compile Include="MedicalHelpRepository.gen.cs" />
  220. <Compile Include="Models\ActivityInfo.cs" />
  221. <Compile Include="Models\AlumniChapterInfo.cs" />
  222. <Compile Include="Models\AlumniChapterUser.cs" />
  223. <Compile Include="Models\AlumUser.cs" />
  224. <Compile Include="Models\AlumUsersBackup.cs" />
  225. <Compile Include="Models\AnnualMeeting.cs" />
  226. <Compile Include="Models\AttendActivity.cs" />
  227. <Compile Include="Models\AttendMeet.cs" />
  228. <Compile Include="Models\CityInfo.cs" />
  229. <Compile Include="Models\ContributeActivityInfo.cs" />
  230. <Compile Include="Models\ContributeAttendInfo.cs" />
  231. <Compile Include="Models\HobbyGroupInfo.cs" />
  232. <Compile Include="Models\HobbyGroupUser.cs" />
  233. <Compile Include="Models\HobbyInfo.cs" />
  234. <Compile Include="Models\HobbyUser.cs" />
  235. <Compile Include="Models\IndustryBranchInfo.cs" />
  236. <Compile Include="Models\IndustryBranchUser.cs" />
  237. <Compile Include="Models\IndustryInfo.cs" />
  238. <Compile Include="Models\IndustryUser.cs" />
  239. <Compile Include="Models\Mapping\ActivityInfoMap.cs" />
  240. <Compile Include="Models\Mapping\AlumniChapterInfoMap.cs" />
  241. <Compile Include="Models\Mapping\AlumniChapterUserMap.cs" />
  242. <Compile Include="Models\Mapping\AlumUserMap.cs" />
  243. <Compile Include="Models\Mapping\AlumUsersBackupMap.cs" />
  244. <Compile Include="Models\Mapping\AnnualMeetingMap.cs" />
  245. <Compile Include="Models\Mapping\AttendActivityMap.cs" />
  246. <Compile Include="Models\Mapping\AttendMeetMap.cs" />
  247. <Compile Include="Models\Mapping\QuestionnaireItemMap.cs" />
  248. <Compile Include="Models\Mapping\QuestionnaireMap.cs" />
  249. <Compile Include="Models\Mapping\CityInfoMap.cs" />
  250. <Compile Include="Models\Mapping\ContributeActivityInfoMap.cs" />
  251. <Compile Include="Models\Mapping\ContributeAttendInfoMap.cs" />
  252. <Compile Include="Models\Mapping\HobbyGroupInfoMap.cs" />
  253. <Compile Include="Models\Mapping\HobbyGroupUserMap.cs" />
  254. <Compile Include="Models\Mapping\HobbyInfoMap.cs" />
  255. <Compile Include="Models\Mapping\HobbyUserMap.cs" />
  256. <Compile Include="Models\Mapping\IndustryBranchInfoMap.cs" />
  257. <Compile Include="Models\Mapping\IndustryBranchUserMap.cs" />
  258. <Compile Include="Models\Mapping\IndustryInfoMap.cs" />
  259. <Compile Include="Models\Mapping\IndustryUserMap.cs" />
  260. <Compile Include="Models\Mapping\MedicalHelpHandleMap.cs" />
  261. <Compile Include="Models\Mapping\MedicalHelpMap.cs" />
  262. <Compile Include="Models\Mapping\SysAttachFileMap.cs" />
  263. <Compile Include="Models\Mapping\SysFunctionMap.cs" />
  264. <Compile Include="Models\Mapping\SysLogMap.cs" />
  265. <Compile Include="Models\Mapping\SysRoleMap.cs" />
  266. <Compile Include="Models\Mapping\SysSqlQucikCheckMap.cs" />
  267. <Compile Include="Models\Mapping\SysUserMap.cs" />
  268. <Compile Include="Models\Mapping\UserAvatarMap.cs" />
  269. <Compile Include="Models\Mapping\UserInfoLastModMap.cs" />
  270. <Compile Include="Models\Mapping\UserLastLoginMap.cs" />
  271. <Compile Include="Models\Mapping\UserReplyMap.cs" />
  272. <Compile Include="Models\Mapping\UserSelfAuditMap.cs" />
  273. <Compile Include="Models\Mapping\ViewAttendMeetMap.cs" />
  274. <Compile Include="Models\Mapping\ViewContributeActivityInfoMap.cs" />
  275. <Compile Include="Models\Mapping\ViewContributeAttendInfoMap.cs" />
  276. <Compile Include="Models\Mapping\ViewMedicalHelpHandleMap.cs" />
  277. <Compile Include="Models\Mapping\ViewMedicalReplyMap.cs" />
  278. <Compile Include="Models\Mapping\ViewUserAcInfoMap.cs" />
  279. <Compile Include="Models\Mapping\ViewUserAlumniDirectoryMap.cs" />
  280. <Compile Include="Models\Mapping\ViewUserAttendActivityInfoMap.cs" />
  281. <Compile Include="Models\Mapping\ViewUserAttendMeetInfoMap.cs" />
  282. <Compile Include="Models\Mapping\ViewUserCityInfoMap.cs" />
  283. <Compile Include="Models\Mapping\ViewUserCreateActivityMap.cs" />
  284. <Compile Include="Models\Mapping\ViewUserHobbyInfoMap.cs" />
  285. <Compile Include="Models\Mapping\ViewUserIndustryBranchInfoMap.cs" />
  286. <Compile Include="Models\Mapping\ViewUserIndustryMap.cs" />
  287. <Compile Include="Models\Mapping\ViewUserLastLoginMap.cs" />
  288. <Compile Include="Models\Mapping\ViewUserSelfAuditMap.cs" />
  289. <Compile Include="Models\Mapping\ViewUserVocationMap.cs" />
  290. <Compile Include="Models\Mapping\View_SysUserLastLoginTimeMap.cs" />
  291. <Compile Include="Models\Mapping\View_UserAttendMeetingInfosMap.cs" />
  292. <Compile Include="Models\Mapping\View_UserLastLoginTimeMap.cs" />
  293. <Compile Include="Models\Mapping\VocationInfoMap.cs" />
  294. <Compile Include="Models\Mapping\VocationUserMap.cs" />
  295. <Compile Include="Models\MedicalHelp.cs" />
  296. <Compile Include="Models\MedicalHelpHandle.cs" />
  297. <Compile Include="Models\Questionnaire.cs" />
  298. <Compile Include="Models\QuestionnaireItem.cs" />
  299. <Compile Include="Models\SysAttachFile.cs" />
  300. <Compile Include="Models\SysFunction.cs" />
  301. <Compile Include="Models\SysLog.cs" />
  302. <Compile Include="Models\SysRole.cs" />
  303. <Compile Include="Models\SysSqlQucikCheck.cs" />
  304. <Compile Include="Models\SysUser.cs" />
  305. <Compile Include="Models\UserAvatar.cs" />
  306. <Compile Include="Models\UserInfoLastMod.cs" />
  307. <Compile Include="Models\UserLastLogin.cs" />
  308. <Compile Include="Models\UserReply.cs" />
  309. <Compile Include="Models\UserSelfAudit.cs" />
  310. <Compile Include="Models\ViewAttendMeet.cs" />
  311. <Compile Include="Models\ViewContributeActivityInfo.cs" />
  312. <Compile Include="Models\ViewContributeAttendInfo.cs" />
  313. <Compile Include="Models\ViewMedicalHelpHandle.cs" />
  314. <Compile Include="Models\ViewMedicalReply.cs" />
  315. <Compile Include="Models\ViewUserAcInfo.cs" />
  316. <Compile Include="Models\ViewUserAlumniDirectory.cs" />
  317. <Compile Include="Models\ViewUserAttendActivityInfo.cs" />
  318. <Compile Include="Models\ViewUserAttendMeetInfo.cs" />
  319. <Compile Include="Models\ViewUserCityInfo.cs" />
  320. <Compile Include="Models\ViewUserCreateActivity.cs" />
  321. <Compile Include="Models\ViewUserHobbyInfo.cs" />
  322. <Compile Include="Models\ViewUserIndustry.cs" />
  323. <Compile Include="Models\ViewUserIndustryBranchInfo.cs" />
  324. <Compile Include="Models\ViewUserLastLogin.cs" />
  325. <Compile Include="Models\ViewUserSelfAudit.cs" />
  326. <Compile Include="Models\ViewUserVocation.cs" />
  327. <Compile Include="Models\View_SysUserLastLoginTime.cs" />
  328. <Compile Include="Models\View_UserAttendMeetingInfos.cs" />
  329. <Compile Include="Models\View_UserLastLoginTime.cs" />
  330. <Compile Include="Models\VocationInfo.cs" />
  331. <Compile Include="Models\VocationUser.cs" />
  332. <Compile Include="Models\YZXYH2017Context.cs" />
  333. <Compile Include="Properties\AssemblyInfo.cs" />
  334. <Compile Include="SysAttachFileRepository.gen.cs" />
  335. <Compile Include="SysFunctionRepository.cs" />
  336. <Compile Include="SysFunctionRepository.gen.cs" />
  337. <Compile Include="SysLogRepository.cs" />
  338. <Compile Include="SysLogRepository.gen.cs" />
  339. <Compile Include="SysRoleRepository.gen.cs" />
  340. <Compile Include="SysSqlQucikCheckRepository.cs" />
  341. <Compile Include="SysUserRepository.cs" />
  342. <Compile Include="SysSqlQucikCheckRepository.gen.cs" />
  343. <Compile Include="SysUserRepository.gen.cs" />
  344. <Compile Include="UnitOfWork.gen.cs" />
  345. <Compile Include="UserAvatarRepository.cs" />
  346. <Compile Include="UserAvatarRepository.gen.cs" />
  347. <Compile Include="UserInfoLastModRepository.gen.cs" />
  348. <Compile Include="UserLastLoginRepository.gen.cs" />
  349. <Compile Include="UserReplyRepository.gen.cs" />
  350. <Compile Include="UserSelfAuditRepository.gen.cs" />
  351. <Compile Include="ViewAttendMeetRepository.gen.cs" />
  352. <Compile Include="ViewContributeActivityInfoRepository.gen.cs" />
  353. <Compile Include="ViewContributeAttendInfoRepository.gen.cs" />
  354. <Compile Include="ViewMedicalHelpHandleRepository.gen.cs" />
  355. <Compile Include="ViewMedicalReplyRepository.gen.cs" />
  356. <Compile Include="ViewUserAcInfoRepository.gen.cs" />
  357. <Compile Include="ViewUserAlumniDirectoryRepository.gen.cs" />
  358. <Compile Include="ViewUserAttendActivityInfoRepository.gen.cs" />
  359. <Compile Include="ViewUserAttendMeetInfoRepository.gen.cs" />
  360. <Compile Include="ViewUserCityInfoRepository.gen.cs" />
  361. <Compile Include="ViewUserCreateActivityRepository.gen.cs" />
  362. <Compile Include="ViewUserHobbyInfoRepository.gen.cs" />
  363. <Compile Include="ViewUserIndustryBranchInfoRepository.cs" />
  364. <Compile Include="ViewUserIndustryBranchInfoRepository.gen.cs" />
  365. <Compile Include="ViewUserIndustryRepository.gen.cs" />
  366. <Compile Include="ViewUserLastLoginRepository.gen.cs" />
  367. <Compile Include="ViewUserSelfAuditRepository.gen.cs" />
  368. <Compile Include="ViewUserVocationRepository.gen.cs" />
  369. <Compile Include="View_SysUserLastLoginTimeRepository.gen.cs" />
  370. <Compile Include="View_UserAttendMeetingInfosRepository.gen.cs" />
  371. <Compile Include="View_UserLastLoginTimeRepository.gen.cs" />
  372. <Compile Include="VocationInfoRepository.cs" />
  373. <Compile Include="VocationInfoRepository.gen.cs" />
  374. <Compile Include="VocationUserRepository.gen.cs" />
  375. </ItemGroup>
  376. <ItemGroup>
  377. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  378. </ItemGroup>
  379. <ItemGroup>
  380. <None Include="App.config" />
  381. <None Include="packages.config" />
  382. </ItemGroup>
  383. <ItemGroup>
  384. <ProjectReference Include="..\CommonTool\CommonTool.csproj">
  385. <Project>{5feaec9a-4f1e-4ee7-b377-9db1b0870dac}</Project>
  386. <Name>CommonTool</Name>
  387. </ProjectReference>
  388. </ItemGroup>
  389. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  390. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  391. Other similar extension points exist, see Microsoft.Common.targets.
  392. <Target Name="BeforeBuild">
  393. </Target>
  394. <Target Name="AfterBuild">
  395. </Target>
  396. -->
  397. </Project>