EMIS.Entities.csproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.Entities</RootNamespace>
  12. <AssemblyName>EMIS.Entities</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>Svn</SccProjectName>
  16. <SccLocalPath>Svn</SccLocalPath>
  17. <SccAuxPath>Svn</SccAuxPath>
  18. <SccProvider>SubversionScc</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  39. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="Spire.Barcode, Version=2.3.0.16040, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  47. <HintPath>..\packages\FreeSpire.Barcode.2.3\lib\net40\Spire.Barcode.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.ComponentModel.DataAnnotations" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Data.Entity" />
  54. <Reference Include="System.Runtime.Serialization" />
  55. <Reference Include="System.Security" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="CF_Arrangements.cs">
  64. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  65. </Compile>
  66. <Compile Include="CF_Arrangements_Mapping.cs">
  67. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  68. </Compile>
  69. <Compile Include="CF_Campus.cs">
  70. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  71. </Compile>
  72. <Compile Include="CF_CampusProfile.cs">
  73. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  74. </Compile>
  75. <Compile Include="CF_CampusProfile_Mapping.cs">
  76. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  77. </Compile>
  78. <Compile Include="CF_Campus_Mapping.cs">
  79. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  80. </Compile>
  81. <Compile Include="CF_Classmajor.cs">
  82. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="CF_Classmajor_Mapping.cs">
  85. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="CF_College.cs">
  88. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  89. </Compile>
  90. <Compile Include="CF_CollegeProfile.cs">
  91. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="CF_CollegeProfile_Mapping.cs">
  94. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  95. </Compile>
  96. <Compile Include="CF_College_Mapping.cs">
  97. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  98. </Compile>
  99. <Compile Include="CF_DataCenterCodeTranslate.cs">
  100. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  101. </Compile>
  102. <Compile Include="CF_DataCenterCodeTranslate_Mapping.cs">
  103. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  104. </Compile>
  105. <Compile Include="CF_Department.cs">
  106. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  107. </Compile>
  108. <Compile Include="CF_DepartmentProfile.cs">
  109. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  110. </Compile>
  111. <Compile Include="CF_DepartmentProfile_Mapping.cs">
  112. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  113. </Compile>
  114. <Compile Include="CF_Department_Mapping.cs">
  115. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  116. </Compile>
  117. <Compile Include="CF_Facultymajor.cs">
  118. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  119. </Compile>
  120. <Compile Include="CF_Facultymajor_Mapping.cs">
  121. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="CF_Grademajor.cs">
  124. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="CF_Grademajor_Mapping.cs">
  127. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  128. </Compile>
  129. <Compile Include="CF_InSchoolSetting.cs">
  130. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  131. </Compile>
  132. <Compile Include="CF_InSchoolSetting_Mapping.cs">
  133. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  134. </Compile>
  135. <Compile Include="CF_Parameter.cs">
  136. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  137. </Compile>
  138. <Compile Include="CF_Parameter_Mapping.cs">
  139. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  140. </Compile>
  141. <Compile Include="CF_Recruitstudents.cs">
  142. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  143. </Compile>
  144. <Compile Include="CF_Recruitstudents_Mapping.cs">
  145. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  146. </Compile>
  147. <Compile Include="CF_Schoolyear.cs">
  148. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  149. </Compile>
  150. <Compile Include="CF_Schoolyear_Mapping.cs">
  151. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  152. </Compile>
  153. <Compile Include="CF_SocialClassmajor.cs">
  154. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  155. </Compile>
  156. <Compile Include="CF_SocialClassmajor_Mapping.cs">
  157. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  158. </Compile>
  159. <Compile Include="CF_Specialty.cs">
  160. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  161. </Compile>
  162. <Compile Include="CF_Specialty_Mapping.cs">
  163. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  164. </Compile>
  165. <Compile Include="CF_Staff.cs">
  166. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  167. </Compile>
  168. <Compile Include="CF_StaffManageCampus.cs">
  169. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  170. </Compile>
  171. <Compile Include="CF_StaffManageCampus_Mapping.cs">
  172. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  173. </Compile>
  174. <Compile Include="CF_StaffManageCollege.cs">
  175. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  176. </Compile>
  177. <Compile Include="CF_StaffManageCollege_Mapping.cs">
  178. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  179. </Compile>
  180. <Compile Include="CF_StaffManageDepartment.cs">
  181. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  182. </Compile>
  183. <Compile Include="CF_StaffManageDepartment_Mapping.cs">
  184. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  185. </Compile>
  186. <Compile Include="CF_StaffProfile.cs">
  187. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  188. </Compile>
  189. <Compile Include="CF_StaffProfile_Mapping.cs">
  190. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  191. </Compile>
  192. <Compile Include="CF_Staff_Mapping.cs">
  193. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  194. </Compile>
  195. <Compile Include="CF_Student.cs">
  196. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  197. </Compile>
  198. <Compile Include="CF_StudentAccount.cs">
  199. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  200. </Compile>
  201. <Compile Include="CF_StudentAccount_Mapping.cs">
  202. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  203. </Compile>
  204. <Compile Include="CF_StudentContact.cs">
  205. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  206. </Compile>
  207. <Compile Include="CF_StudentContact_Mapping.cs">
  208. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  209. </Compile>
  210. <Compile Include="CF_StudentProfile.cs">
  211. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  212. </Compile>
  213. <Compile Include="CF_StudentProfile_Mapping.cs">
  214. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  215. </Compile>
  216. <Compile Include="CF_StudentRole.cs">
  217. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  218. </Compile>
  219. <Compile Include="CF_StudentRole_Mapping.cs">
  220. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  221. </Compile>
  222. <Compile Include="CF_Student_Mapping.cs">
  223. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  224. </Compile>
  225. <Compile Include="CF_University.cs">
  226. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  227. </Compile>
  228. <Compile Include="CF_UniversityProfile.cs">
  229. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  230. </Compile>
  231. <Compile Include="CF_UniversityProfile_Mapping.cs">
  232. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  233. </Compile>
  234. <Compile Include="CF_University_Mapping.cs">
  235. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  236. </Compile>
  237. <Compile Include="CF_WechatPayList.cs">
  238. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  239. </Compile>
  240. <Compile Include="CF_WechatPayList_Mapping.cs">
  241. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  242. </Compile>
  243. <Compile Include="CF_WechatSubscribe.cs">
  244. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  245. </Compile>
  246. <Compile Include="CF_WechatSubscribe_Mapping.cs">
  247. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  248. </Compile>
  249. <Compile Include="DbFunctions.cs" />
  250. <Compile Include="EMIS.Entities.Context.cs">
  251. <AutoGen>True</AutoGen>
  252. <DesignTime>True</DesignTime>
  253. <DependentUpon>EMIS.Entities.Context.tt</DependentUpon>
  254. </Compile>
  255. <Compile Include="EMIS.Entities.cs">
  256. <AutoGen>True</AutoGen>
  257. <DesignTime>True</DesignTime>
  258. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  259. </Compile>
  260. <Compile Include="EMIS.Entitis.Mapping.cs">
  261. <AutoGen>True</AutoGen>
  262. <DesignTime>True</DesignTime>
  263. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  264. </Compile>
  265. <Compile Include="EM_CoursesTime.cs">
  266. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  267. </Compile>
  268. <Compile Include="EM_CoursesTime_Mapping.cs">
  269. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  270. </Compile>
  271. <Compile Include="EM_ExaminationMessage.cs">
  272. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  273. </Compile>
  274. <Compile Include="EM_ExaminationMessage_Mapping.cs">
  275. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  276. </Compile>
  277. <Compile Include="EM_TrainingClass.cs">
  278. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  279. </Compile>
  280. <Compile Include="EM_TrainingClass_Mapping.cs">
  281. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  282. </Compile>
  283. <Compile Include="ER_CertisfierDistribute.cs">
  284. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  285. </Compile>
  286. <Compile Include="ER_CertisfierDistribute_Mapping.cs">
  287. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  288. </Compile>
  289. <Compile Include="ER_ExaminationScore.cs">
  290. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  291. </Compile>
  292. <Compile Include="ER_ExaminationScore_Mapping.cs">
  293. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  294. </Compile>
  295. <Compile Include="ER_LevelSetting.cs">
  296. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  297. </Compile>
  298. <Compile Include="ER_LevelSettingSubject.cs">
  299. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  300. </Compile>
  301. <Compile Include="ER_LevelSettingSubject_Mapping.cs">
  302. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  303. </Compile>
  304. <Compile Include="ER_LevelSetting_Mapping.cs">
  305. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  306. </Compile>
  307. <Compile Include="ER_ProjectScore.cs">
  308. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  309. </Compile>
  310. <Compile Include="ER_ProjectScore_Mapping.cs">
  311. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  312. </Compile>
  313. <Compile Include="ER_Resit.cs">
  314. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  315. </Compile>
  316. <Compile Include="ER_Resit_Mapping.cs">
  317. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  318. </Compile>
  319. <Compile Include="EX_ExaminationBatch.cs">
  320. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  321. </Compile>
  322. <Compile Include="EX_ExaminationBatchProject.cs">
  323. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  324. </Compile>
  325. <Compile Include="EX_ExaminationBatchProjectControl.cs">
  326. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  327. </Compile>
  328. <Compile Include="EX_ExaminationBatchProjectControl_Mapping.cs">
  329. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  330. </Compile>
  331. <Compile Include="EX_ExaminationBatchProjectPersonControl.cs">
  332. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  333. </Compile>
  334. <Compile Include="EX_ExaminationBatchProjectPersonControl_Mapping.cs">
  335. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  336. </Compile>
  337. <Compile Include="EX_ExaminationBatchProject_Mapping.cs">
  338. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  339. </Compile>
  340. <Compile Include="EX_ExaminationBatch_Mapping.cs">
  341. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  342. </Compile>
  343. <Compile Include="EX_ExaminationProject.cs">
  344. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  345. </Compile>
  346. <Compile Include="EX_ExaminationProjectCollegeControl.cs">
  347. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  348. </Compile>
  349. <Compile Include="EX_ExaminationProjectCollegeControl_Mapping.cs">
  350. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  351. </Compile>
  352. <Compile Include="EX_ExaminationProjectCountLimit.cs">
  353. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  354. </Compile>
  355. <Compile Include="EX_ExaminationProjectCountLimit_Mapping.cs">
  356. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  357. </Compile>
  358. <Compile Include="EX_ExaminationProjectFee.cs">
  359. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  360. </Compile>
  361. <Compile Include="EX_ExaminationProjectFeeType.cs">
  362. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  363. </Compile>
  364. <Compile Include="EX_ExaminationProjectFeeType_Mapping.cs">
  365. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  366. </Compile>
  367. <Compile Include="EX_ExaminationProjectFee_Mapping.cs">
  368. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  369. </Compile>
  370. <Compile Include="EX_ExaminationProjectSubject.cs">
  371. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  372. </Compile>
  373. <Compile Include="EX_ExaminationProjectSubject_Mapping.cs">
  374. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  375. </Compile>
  376. <Compile Include="EX_ExaminationProject_Mapping.cs">
  377. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  378. </Compile>
  379. <Compile Include="EX_ExaminationRegistration.cs">
  380. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  381. </Compile>
  382. <Compile Include="EX_ExaminationRegistrationConfirm.cs">
  383. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  384. </Compile>
  385. <Compile Include="EX_ExaminationRegistrationConfirm_Mapping.cs">
  386. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  387. </Compile>
  388. <Compile Include="EX_ExaminationRegistration_Mapping.cs">
  389. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  390. </Compile>
  391. <Compile Include="EX_ExaminationType.cs">
  392. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  393. </Compile>
  394. <Compile Include="EX_ExaminationType_Mapping.cs">
  395. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  396. </Compile>
  397. <Compile Include="EX_InvalidReceipt.cs">
  398. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  399. </Compile>
  400. <Compile Include="EX_InvalidReceipt_Mapping.cs">
  401. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  402. </Compile>
  403. <Compile Include="EX_Receipt.cs">
  404. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  405. </Compile>
  406. <Compile Include="EX_Receipt_Mapping.cs">
  407. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  408. </Compile>
  409. <Compile Include="Properties\AssemblyInfo.cs" />
  410. <Compile Include="Sys_Announcement.cs">
  411. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  412. </Compile>
  413. <Compile Include="Sys_AnnouncementType.cs">
  414. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  415. </Compile>
  416. <Compile Include="Sys_AnnouncementType_Mapping.cs">
  417. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  418. </Compile>
  419. <Compile Include="Sys_Announcement_Mapping.cs">
  420. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  421. </Compile>
  422. <Compile Include="Sys_BatchModify.cs">
  423. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  424. </Compile>
  425. <Compile Include="Sys_BatchModifyEvents.cs">
  426. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  427. </Compile>
  428. <Compile Include="Sys_BatchModifyEvents_Mapping.cs">
  429. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  430. </Compile>
  431. <Compile Include="Sys_BatchModifyExpand.cs">
  432. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  433. </Compile>
  434. <Compile Include="Sys_BatchModifyExpand_Mapping.cs">
  435. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  436. </Compile>
  437. <Compile Include="Sys_BatchModify_Mapping.cs">
  438. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  439. </Compile>
  440. <Compile Include="Sys_ConfiguretermsExpand.cs">
  441. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  442. </Compile>
  443. <Compile Include="Sys_ConfiguretermsExpand_Mapping.cs">
  444. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  445. </Compile>
  446. <Compile Include="Sys_ConfiguretermsInfo.cs">
  447. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  448. </Compile>
  449. <Compile Include="Sys_ConfiguretermsInfo_Mapping.cs">
  450. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  451. </Compile>
  452. <Compile Include="Sys_ContextMenu.cs">
  453. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  454. </Compile>
  455. <Compile Include="Sys_ContextMenu_Mapping.cs">
  456. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  457. </Compile>
  458. <Compile Include="Sys_ControlItem.cs">
  459. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  460. </Compile>
  461. <Compile Include="Sys_ControlItemDetail.cs">
  462. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  463. </Compile>
  464. <Compile Include="Sys_ControlItemDetail_Mapping.cs">
  465. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  466. </Compile>
  467. <Compile Include="Sys_ControlItem_Mapping.cs">
  468. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  469. </Compile>
  470. <Compile Include="Sys_Dictionary.cs">
  471. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  472. </Compile>
  473. <Compile Include="Sys_DictionaryItem.cs">
  474. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  475. </Compile>
  476. <Compile Include="Sys_DictionaryItem_Mapping.cs">
  477. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  478. </Compile>
  479. <Compile Include="Sys_Dictionary_Mapping.cs">
  480. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  481. </Compile>
  482. <Compile Include="Sys_FunctionCode.cs">
  483. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  484. </Compile>
  485. <Compile Include="Sys_FunctionCode_Mapping.cs">
  486. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  487. </Compile>
  488. <Compile Include="Sys_LoginHistory.cs">
  489. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  490. </Compile>
  491. <Compile Include="Sys_LoginHistory_Mapping.cs">
  492. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  493. </Compile>
  494. <Compile Include="Sys_MailVerifyCode.cs">
  495. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  496. </Compile>
  497. <Compile Include="Sys_MailVerifyCode_Mapping.cs">
  498. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  499. </Compile>
  500. <Compile Include="Sys_Menu.cs">
  501. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  502. </Compile>
  503. <Compile Include="Sys_Menu_Mapping.cs">
  504. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  505. </Compile>
  506. <Compile Include="Sys_Role.cs">
  507. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  508. </Compile>
  509. <Compile Include="Sys_RoleDataRange.cs">
  510. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  511. </Compile>
  512. <Compile Include="Sys_RoleDataRange_Mapping.cs">
  513. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  514. </Compile>
  515. <Compile Include="Sys_Role_Mapping.cs">
  516. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  517. </Compile>
  518. <Compile Include="Sys_ScheduleJob.cs">
  519. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  520. </Compile>
  521. <Compile Include="Sys_ScheduleJob_Mapping.cs">
  522. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  523. </Compile>
  524. <Compile Include="Sys_ScheduleLog.cs">
  525. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  526. </Compile>
  527. <Compile Include="Sys_ScheduleLog_Mapping.cs">
  528. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  529. </Compile>
  530. <Compile Include="Sys_Scheduling.cs">
  531. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  532. </Compile>
  533. <Compile Include="Sys_Scheduling_Mapping.cs">
  534. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  535. </Compile>
  536. <Compile Include="Sys_SerialNumber.cs">
  537. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  538. </Compile>
  539. <Compile Include="Sys_SerialNumber_Mapping.cs">
  540. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  541. </Compile>
  542. <Compile Include="Sys_ShareRecord.cs">
  543. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  544. </Compile>
  545. <Compile Include="Sys_ShareRecord_Mapping.cs">
  546. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  547. </Compile>
  548. <Compile Include="Sys_User.cs">
  549. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  550. </Compile>
  551. <Compile Include="Sys_UserScore.cs">
  552. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  553. </Compile>
  554. <Compile Include="Sys_UserScore_Mapping.cs">
  555. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  556. </Compile>
  557. <Compile Include="Sys_User_Mapping.cs">
  558. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  559. </Compile>
  560. <Compile Include="TableKey1.cs">
  561. <AutoGen>True</AutoGen>
  562. <DesignTime>True</DesignTime>
  563. <DependentUpon>TableKey.tt</DependentUpon>
  564. </Compile>
  565. <Compile Include="TestOperate.cs">
  566. <DependentUpon>EMIS.Entities.tt</DependentUpon>
  567. </Compile>
  568. <Compile Include="TestOperate_Mapping.cs">
  569. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  570. </Compile>
  571. </ItemGroup>
  572. <ItemGroup>
  573. <None Include="App.config">
  574. <SubType>Designer</SubType>
  575. </None>
  576. <None Include="EMISContext.edmx" />
  577. <None Include="packages.config" />
  578. </ItemGroup>
  579. <ItemGroup>
  580. <Content Include="EMIS.Entities.Context.tt">
  581. <Generator>TextTemplatingFileGenerator</Generator>
  582. <LastGenOutput>EMIS.Entities.Context.cs</LastGenOutput>
  583. </Content>
  584. <Content Include="EMIS.Entities.tt">
  585. <Generator>TextTemplatingFileGenerator</Generator>
  586. <LastGenOutput>EMIS.Entities.cs</LastGenOutput>
  587. </Content>
  588. <Content Include="EMIS.Entitis.Mapping.tt">
  589. <Generator>TextTemplatingFileGenerator</Generator>
  590. <LastGenOutput>EMIS.Entitis.Mapping.cs</LastGenOutput>
  591. </Content>
  592. <Content Include="TableKey.tt">
  593. <Generator>TextTemplatingFileGenerator</Generator>
  594. <LastGenOutput>TableKey1.cs</LastGenOutput>
  595. </Content>
  596. <Content Include="空白的EMISContext.txt" />
  597. </ItemGroup>
  598. <ItemGroup>
  599. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  600. </ItemGroup>
  601. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  602. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  603. Other similar extension points exist, see Microsoft.Common.targets.
  604. <Target Name="BeforeBuild">
  605. </Target>
  606. <Target Name="AfterBuild">
  607. </Target>
  608. -->
  609. </Project>