EMISOnline.Entities.csproj 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  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>{DC4CFCCD-5C8A-41D7-9211-21EA79584A90}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMISOnline.Entities</RootNamespace>
  12. <AssemblyName>EMISOnline.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">
  39. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  40. </Reference>
  41. <Reference Include="EntityFramework.SqlServer">
  42. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Data.Entity" />
  48. <Reference Include="System.Runtime.Serialization" />
  49. <Reference Include="System.Security" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="CF_Campus.cs">
  58. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  59. </Compile>
  60. <Compile Include="CF_Campus_Mapping.cs">
  61. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  62. </Compile>
  63. <Compile Include="CF_Classmajor.cs">
  64. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  65. </Compile>
  66. <Compile Include="CF_Classmajor_Mapping.cs">
  67. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  68. </Compile>
  69. <Compile Include="CF_College.cs">
  70. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  71. </Compile>
  72. <Compile Include="CF_College_Mapping.cs">
  73. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  74. </Compile>
  75. <Compile Include="CF_Department.cs">
  76. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  77. </Compile>
  78. <Compile Include="CF_Department_Mapping.cs">
  79. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  80. </Compile>
  81. <Compile Include="CF_Facultymajor.cs">
  82. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="CF_Facultymajor_Mapping.cs">
  85. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="CF_Grademajor.cs">
  88. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  89. </Compile>
  90. <Compile Include="CF_Grademajor_Mapping.cs">
  91. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="CF_Recruitstudents.cs">
  94. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  95. </Compile>
  96. <Compile Include="CF_Recruitstudents_Mapping.cs">
  97. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  98. </Compile>
  99. <Compile Include="CF_Schoolyear.cs">
  100. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  101. </Compile>
  102. <Compile Include="CF_Schoolyear_Mapping.cs">
  103. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  104. </Compile>
  105. <Compile Include="CF_Staff.cs">
  106. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  107. </Compile>
  108. <Compile Include="CF_StaffProfile.cs">
  109. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  110. </Compile>
  111. <Compile Include="CF_StaffProfile_Mapping.cs">
  112. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  113. </Compile>
  114. <Compile Include="CF_Staff_Mapping.cs">
  115. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  116. </Compile>
  117. <Compile Include="CF_Student.cs">
  118. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  119. </Compile>
  120. <Compile Include="CF_StudentContact.cs">
  121. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="CF_StudentContact_Mapping.cs">
  124. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="CF_StudentContrast.cs">
  127. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  128. </Compile>
  129. <Compile Include="CF_StudentContrast_Mapping.cs">
  130. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  131. </Compile>
  132. <Compile Include="CF_StudentRole.cs">
  133. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  134. </Compile>
  135. <Compile Include="CF_StudentRole_Mapping.cs">
  136. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  137. </Compile>
  138. <Compile Include="CF_Student_Mapping.cs">
  139. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  140. </Compile>
  141. <Compile Include="CF_University.cs">
  142. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  143. </Compile>
  144. <Compile Include="CF_University_Mapping.cs">
  145. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  146. </Compile>
  147. <Compile Include="Coursework.cs">
  148. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  149. </Compile>
  150. <Compile Include="CourseworkAnswer.cs">
  151. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  152. </Compile>
  153. <Compile Include="CourseworkAnswer_Mapping.cs">
  154. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  155. </Compile>
  156. <Compile Include="CourseworkResult.cs">
  157. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  158. </Compile>
  159. <Compile Include="CourseworkResult_Mapping.cs">
  160. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  161. </Compile>
  162. <Compile Include="Coursework_Mapping.cs">
  163. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  164. </Compile>
  165. <Compile Include="EMISOnline.Entities.Context.cs">
  166. <AutoGen>True</AutoGen>
  167. <DesignTime>True</DesignTime>
  168. <DependentUpon>EMISOnline.Entities.Context.tt</DependentUpon>
  169. </Compile>
  170. <Compile Include="EMISOnline.Entities.cs">
  171. <AutoGen>True</AutoGen>
  172. <DesignTime>True</DesignTime>
  173. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  174. </Compile>
  175. <Compile Include="EMISOnline.Entitis.Mapping.cs">
  176. <AutoGen>True</AutoGen>
  177. <DesignTime>True</DesignTime>
  178. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  179. </Compile>
  180. <Compile Include="EMISOnlineContext.Designer.cs" />
  181. <Compile Include="EMISOnlineContext2.Designer.cs">
  182. <AutoGen>True</AutoGen>
  183. <DesignTime>True</DesignTime>
  184. <DependentUpon>EMISOnlineContext.edmx</DependentUpon>
  185. </Compile>
  186. <Compile Include="EM_CourseChapter.cs">
  187. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  188. </Compile>
  189. <Compile Include="EM_CourseChapter_Mapping.cs">
  190. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  191. </Compile>
  192. <Compile Include="EM_CourseChapter_Video.cs">
  193. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  194. </Compile>
  195. <Compile Include="EM_CourseChapter_Video_Mapping.cs">
  196. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  197. </Compile>
  198. <Compile Include="EM_Coursematerial.cs">
  199. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  200. </Compile>
  201. <Compile Include="EM_CoursematerialExtend.cs">
  202. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  203. </Compile>
  204. <Compile Include="EM_CoursematerialExtend_Mapping.cs">
  205. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  206. </Compile>
  207. <Compile Include="EM_Coursematerial_Mapping.cs">
  208. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  209. </Compile>
  210. <Compile Include="EM_CourseStudyStatus.cs">
  211. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  212. </Compile>
  213. <Compile Include="EM_CourseStudyStatus_Mapping.cs">
  214. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  215. </Compile>
  216. <Compile Include="EM_CourseVideo.cs">
  217. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  218. </Compile>
  219. <Compile Include="EM_CourseVideo_Mapping.cs">
  220. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  221. </Compile>
  222. <Compile Include="EM_EducationMission.cs">
  223. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  224. </Compile>
  225. <Compile Include="EM_EducationMissionClass.cs">
  226. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  227. </Compile>
  228. <Compile Include="EM_EducationMissionClassTeachingSetting.cs">
  229. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  230. </Compile>
  231. <Compile Include="EM_EducationMissionClassTeachingSetting_Mapping.cs">
  232. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  233. </Compile>
  234. <Compile Include="EM_EducationMissionClass_CF_Classmajor.cs">
  235. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  236. </Compile>
  237. <Compile Include="EM_EducationMissionClass_CF_Classmajor_Mapping.cs">
  238. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  239. </Compile>
  240. <Compile Include="EM_EducationMissionClass_Mapping.cs">
  241. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  242. </Compile>
  243. <Compile Include="EM_EducationMission_Mapping.cs">
  244. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  245. </Compile>
  246. <Compile Include="EM_EducationSchedulingClass.cs">
  247. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  248. </Compile>
  249. <Compile Include="EM_EducationSchedulingClass_CF_Student.cs">
  250. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  251. </Compile>
  252. <Compile Include="EM_EducationSchedulingClass_CF_Student_Mapping.cs">
  253. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  254. </Compile>
  255. <Compile Include="EM_EducationSchedulingClass_Mapping.cs">
  256. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  257. </Compile>
  258. <Compile Include="EM_ExecutableFreeSelectionCouse.cs">
  259. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  260. </Compile>
  261. <Compile Include="EM_ExecutableFreeSelectionCouseTeachingSetting.cs">
  262. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  263. </Compile>
  264. <Compile Include="EM_ExecutableFreeSelectionCouseTeachingSetting_Mapping.cs">
  265. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  266. </Compile>
  267. <Compile Include="EM_ExecutableFreeSelectionCouse_Mapping.cs">
  268. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  269. </Compile>
  270. <Compile Include="EM_ExecutableOptionalCourse.cs">
  271. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  272. </Compile>
  273. <Compile Include="EM_ExecutableOptionalCourseTeachingSetting.cs">
  274. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  275. </Compile>
  276. <Compile Include="EM_ExecutableOptionalCourseTeachingSetting_Mapping.cs">
  277. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  278. </Compile>
  279. <Compile Include="EM_ExecutableOptionalCourse_Mapping.cs">
  280. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  281. </Compile>
  282. <Compile Include="EM_ExecutablePlan.cs">
  283. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  284. </Compile>
  285. <Compile Include="EM_ExecutablePlanTeachingSetting.cs">
  286. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  287. </Compile>
  288. <Compile Include="EM_ExecutablePlanTeachingSetting_Mapping.cs">
  289. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  290. </Compile>
  291. <Compile Include="EM_ExecutablePlan_Mapping.cs">
  292. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  293. </Compile>
  294. <Compile Include="EM_FreeSelectionCouse.cs">
  295. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  296. </Compile>
  297. <Compile Include="EM_FreeSelectionCouse_Mapping.cs">
  298. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  299. </Compile>
  300. <Compile Include="EM_FTPVideo.cs">
  301. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  302. </Compile>
  303. <Compile Include="EM_FTPVideo_Mapping.cs">
  304. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  305. </Compile>
  306. <Compile Include="EM_MissionClassTeacher.cs">
  307. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  308. </Compile>
  309. <Compile Include="EM_MissionClassTeacher_Mapping.cs">
  310. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  311. </Compile>
  312. <Compile Include="EM_OptionalCoursePlan.cs">
  313. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  314. </Compile>
  315. <Compile Include="EM_OptionalCoursePlan_Mapping.cs">
  316. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  317. </Compile>
  318. <Compile Include="EM_SpecialtyCourse.cs">
  319. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  320. </Compile>
  321. <Compile Include="EM_SpecialtyCourseTeachingSetting.cs">
  322. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  323. </Compile>
  324. <Compile Include="EM_SpecialtyCourseTeachingSetting_Mapping.cs">
  325. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  326. </Compile>
  327. <Compile Include="EM_SpecialtyCourse_Mapping.cs">
  328. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  329. </Compile>
  330. <Compile Include="ER_ScoreRule.cs">
  331. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  332. </Compile>
  333. <Compile Include="ER_ScoreRule_Mapping.cs">
  334. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  335. </Compile>
  336. <Compile Include="ER_TeacherScore.cs">
  337. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  338. </Compile>
  339. <Compile Include="ER_TeacherScore_Mapping.cs">
  340. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  341. </Compile>
  342. <Compile Include="ExamineeAnswer.cs">
  343. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  344. </Compile>
  345. <Compile Include="ExamineeAnswer_Mapping.cs">
  346. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  347. </Compile>
  348. <Compile Include="ExamPaper.cs">
  349. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  350. </Compile>
  351. <Compile Include="ExamPaper_Mapping.cs">
  352. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  353. </Compile>
  354. <Compile Include="ExamResult.cs">
  355. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  356. </Compile>
  357. <Compile Include="ExamResult_backup_20120913.cs">
  358. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  359. </Compile>
  360. <Compile Include="ExamResult_backup_20120913_Mapping.cs">
  361. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  362. </Compile>
  363. <Compile Include="ExamResult_Mapping.cs">
  364. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  365. </Compile>
  366. <Compile Include="ExamSetting_Examiner.cs">
  367. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  368. </Compile>
  369. <Compile Include="ExamSetting_Examiner_Mapping.cs">
  370. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  371. </Compile>
  372. <Compile Include="ExamWarning.cs">
  373. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  374. </Compile>
  375. <Compile Include="ExamWarning_Mapping.cs">
  376. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  377. </Compile>
  378. <Compile Include="Exam_Log.cs">
  379. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  380. </Compile>
  381. <Compile Include="Exam_Log_Mapping.cs">
  382. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  383. </Compile>
  384. <Compile Include="MSreplication_objects.cs">
  385. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  386. </Compile>
  387. <Compile Include="MSreplication_objects_Mapping.cs">
  388. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  389. </Compile>
  390. <Compile Include="MSreplication_subscriptions.cs">
  391. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  392. </Compile>
  393. <Compile Include="MSreplication_subscriptions_Mapping.cs">
  394. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  395. </Compile>
  396. <Compile Include="MSsavedforeignkeycolumns.cs">
  397. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  398. </Compile>
  399. <Compile Include="MSsavedforeignkeycolumns_Mapping.cs">
  400. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  401. </Compile>
  402. <Compile Include="MSsavedforeignkeyextendedproperties.cs">
  403. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  404. </Compile>
  405. <Compile Include="MSsavedforeignkeyextendedproperties_Mapping.cs">
  406. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  407. </Compile>
  408. <Compile Include="MSsavedforeignkeys.cs">
  409. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  410. </Compile>
  411. <Compile Include="MSsavedforeignkeys_Mapping.cs">
  412. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  413. </Compile>
  414. <Compile Include="MSsnapshotdeliveryprogress.cs">
  415. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  416. </Compile>
  417. <Compile Include="MSsnapshotdeliveryprogress_Mapping.cs">
  418. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  419. </Compile>
  420. <Compile Include="MSsubscription_agents.cs">
  421. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  422. </Compile>
  423. <Compile Include="MSsubscription_agents_Mapping.cs">
  424. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  425. </Compile>
  426. <Compile Include="Properties\AssemblyInfo.cs" />
  427. <Compile Include="Sys_Dictionary.cs">
  428. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  429. </Compile>
  430. <Compile Include="Sys_DictionaryItem.cs">
  431. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  432. </Compile>
  433. <Compile Include="Sys_DictionaryItem_Mapping.cs">
  434. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  435. </Compile>
  436. <Compile Include="Sys_Dictionary_Mapping.cs">
  437. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  438. </Compile>
  439. <Compile Include="Sys_FunctionCode.cs">
  440. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  441. </Compile>
  442. <Compile Include="Sys_FunctionCode_Mapping.cs">
  443. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  444. </Compile>
  445. <Compile Include="Sys_LoginCount.cs">
  446. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  447. </Compile>
  448. <Compile Include="Sys_LoginCount_Mapping.cs">
  449. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  450. </Compile>
  451. <Compile Include="Sys_MailVerifyCode.cs">
  452. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  453. </Compile>
  454. <Compile Include="Sys_MailVerifyCode_Mapping.cs">
  455. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  456. </Compile>
  457. <Compile Include="Sys_Menu.cs">
  458. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  459. </Compile>
  460. <Compile Include="Sys_Menu_Mapping.cs">
  461. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  462. </Compile>
  463. <Compile Include="Sys_Role.cs">
  464. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  465. </Compile>
  466. <Compile Include="Sys_Role_Mapping.cs">
  467. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  468. </Compile>
  469. <Compile Include="Sys_User.cs">
  470. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  471. </Compile>
  472. <Compile Include="Sys_User_Mapping.cs">
  473. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  474. </Compile>
  475. <Compile Include="Sys_User_Sys_Role.cs">
  476. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  477. </Compile>
  478. <Compile Include="Sys_User_Sys_Role_Mapping.cs">
  479. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  480. </Compile>
  481. <Compile Include="TableKey.cs">
  482. <AutoGen>True</AutoGen>
  483. <DesignTime>True</DesignTime>
  484. <DependentUpon>TableKey.tt</DependentUpon>
  485. </Compile>
  486. <Compile Include="test_base_param.cs">
  487. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  488. </Compile>
  489. <Compile Include="test_base_param_Mapping.cs">
  490. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  491. </Compile>
  492. <Compile Include="test_base_param_type.cs">
  493. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  494. </Compile>
  495. <Compile Include="test_base_param_type_Mapping.cs">
  496. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  497. </Compile>
  498. <Compile Include="test_base_question_type.cs">
  499. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  500. </Compile>
  501. <Compile Include="test_base_question_type_Mapping.cs">
  502. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  503. </Compile>
  504. <Compile Include="test_comm_param_set.cs">
  505. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  506. </Compile>
  507. <Compile Include="test_comm_param_set_Mapping.cs">
  508. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  509. </Compile>
  510. <Compile Include="test_comm_set.cs">
  511. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  512. </Compile>
  513. <Compile Include="test_comm_set_Mapping.cs">
  514. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  515. </Compile>
  516. <Compile Include="test_exchange.cs">
  517. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  518. </Compile>
  519. <Compile Include="test_exchange_Mapping.cs">
  520. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  521. </Compile>
  522. <Compile Include="test_keyword.cs">
  523. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  524. </Compile>
  525. <Compile Include="test_keyword_Mapping.cs">
  526. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  527. </Compile>
  528. <Compile Include="test_onlinetest.cs">
  529. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  530. </Compile>
  531. <Compile Include="test_onlinetest_man.cs">
  532. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  533. </Compile>
  534. <Compile Include="test_onlinetest_manshow.cs">
  535. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  536. </Compile>
  537. <Compile Include="test_onlinetest_manshow_Mapping.cs">
  538. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  539. </Compile>
  540. <Compile Include="test_onlinetest_man_Mapping.cs">
  541. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  542. </Compile>
  543. <Compile Include="test_onlinetest_Mapping.cs">
  544. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  545. </Compile>
  546. <Compile Include="test_paper.cs">
  547. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  548. </Compile>
  549. <Compile Include="test_paper_guide.cs">
  550. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  551. </Compile>
  552. <Compile Include="test_paper_guide_Mapping.cs">
  553. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  554. </Compile>
  555. <Compile Include="test_paper_Mapping.cs">
  556. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  557. </Compile>
  558. <Compile Include="test_paper_question_set.cs">
  559. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  560. </Compile>
  561. <Compile Include="test_paper_question_set_fortest.cs">
  562. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  563. </Compile>
  564. <Compile Include="test_paper_question_set_fortest_Mapping.cs">
  565. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  566. </Compile>
  567. <Compile Include="test_paper_question_set_Mapping.cs">
  568. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  569. </Compile>
  570. <Compile Include="test_question.cs">
  571. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  572. </Compile>
  573. <Compile Include="test_question_administrator.cs">
  574. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  575. </Compile>
  576. <Compile Include="test_question_administrator_Mapping.cs">
  577. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  578. </Compile>
  579. <Compile Include="test_question_file.cs">
  580. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  581. </Compile>
  582. <Compile Include="test_question_file_Mapping.cs">
  583. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  584. </Compile>
  585. <Compile Include="test_question_keyword.cs">
  586. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  587. </Compile>
  588. <Compile Include="test_question_keyword_Mapping.cs">
  589. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  590. </Compile>
  591. <Compile Include="test_question_libary.cs">
  592. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  593. </Compile>
  594. <Compile Include="test_question_libary_Mapping.cs">
  595. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  596. </Compile>
  597. <Compile Include="test_question_Mapping.cs">
  598. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  599. </Compile>
  600. <Compile Include="test_question_provid_answer.cs">
  601. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  602. </Compile>
  603. <Compile Include="test_question_provid_answer_Mapping.cs">
  604. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  605. </Compile>
  606. <Compile Include="VTestQestion.cs">
  607. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  608. </Compile>
  609. <Compile Include="VTestQestion_Mapping.cs">
  610. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  611. </Compile>
  612. <Compile Include="v_question.cs">
  613. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  614. </Compile>
  615. <Compile Include="v_question_Mapping.cs">
  616. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  617. </Compile>
  618. <Compile Include="V_StudentEducationMissionClass.cs">
  619. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  620. </Compile>
  621. <Compile Include="V_StudentEducationMissionClass_Mapping.cs">
  622. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  623. </Compile>
  624. <Compile Include="v_test_question.cs">
  625. <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
  626. </Compile>
  627. <Compile Include="v_test_question_Mapping.cs">
  628. <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
  629. </Compile>
  630. </ItemGroup>
  631. <ItemGroup>
  632. <Content Include="EMISOnline.Entities.Context.tt">
  633. <Generator>TextTemplatingFileGenerator</Generator>
  634. <LastGenOutput>EMISOnline.Entities.Context.cs</LastGenOutput>
  635. </Content>
  636. <Content Include="EMISOnline.Entities.tt">
  637. <Generator>TextTemplatingFileGenerator</Generator>
  638. <LastGenOutput>EMISOnline.Entities.cs</LastGenOutput>
  639. </Content>
  640. <Content Include="EMISOnline.Entitis.Mapping.tt">
  641. <Generator>TextTemplatingFileGenerator</Generator>
  642. <LastGenOutput>EMISOnline.Entitis.Mapping.cs</LastGenOutput>
  643. </Content>
  644. <Content Include="TableKey.tt">
  645. <Generator>TextTemplatingFileGenerator</Generator>
  646. <LastGenOutput>TableKey.cs</LastGenOutput>
  647. </Content>
  648. </ItemGroup>
  649. <ItemGroup>
  650. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  651. </ItemGroup>
  652. <ItemGroup>
  653. <None Include="App.config" />
  654. <EntityDeploy Include="EMISOnlineContext.edmx">
  655. <Generator>EntityModelCodeGenerator</Generator>
  656. <LastGenOutput>EMISOnlineContext2.Designer.cs</LastGenOutput>
  657. </EntityDeploy>
  658. </ItemGroup>
  659. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  660. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  661. Other similar extension points exist, see Microsoft.Common.targets.
  662. <Target Name="BeforeBuild">
  663. </Target>
  664. <Target Name="AfterBuild">
  665. </Target>
  666. -->
  667. </Project>