EMIS.DataLogic.csproj 80 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568
  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>{D9B77877-BBB9-4E90-96B6-32AA6C43C3A1}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.DataLogic</RootNamespace>
  12. <AssemblyName>EMIS.DataLogic</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Bowin.Common">
  43. <HintPath>..\Lib\Bowin.Common.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EntityFramework">
  46. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  47. </Reference>
  48. <Reference Include="EntityFramework.Extended, Version=6.0.0.0, Culture=neutral, PublicKeyToken=05b7e29bdd433584, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\EntityFramework.Extended.6.1.0.168\lib\net40\EntityFramework.Extended.dll</HintPath>
  51. </Reference>
  52. <Reference Include="EntityFramework.SqlServer">
  53. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.configuration" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Data.Entity" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="ChargeManage\ArrearsSituation\ArrearsListDAL.cs" />
  67. <Compile Include="ChargeManage\ArrearsSituation\ChargeControlDAL.cs" />
  68. <Compile Include="ChargeManage\ChargeSituation\ChargeAggregateDAL.cs" />
  69. <Compile Include="ChargeManage\ChargeSituation\ChargeDelayDAL.cs" />
  70. <Compile Include="ChargeManage\ChargeSituation\ChargeProjectDAL.cs" />
  71. <Compile Include="ChargeManage\ChargeSituation\ChargeStandardDAL.cs" />
  72. <Compile Include="ChargeManage\ChargeTotal\ChargeTotalDAL.cs" />
  73. <Compile Include="ChargeManage\ChargeSituation\StudentChargeDAL.cs" />
  74. <Compile Include="ChargeManage\ChargeSituation\StudentChargePaymenDAL.cs" />
  75. <Compile Include="Common\CalendarManage\ArrangementDAL.cs" />
  76. <Compile Include="Common\EvaluationManage\EvaluationAdviseDAL.cs" />
  77. <Compile Include="Common\EvaluationManage\EvaluationEnterDAL.cs" />
  78. <Compile Include="Common\EvaluationManage\EvaluationOpenControlDAL.cs" />
  79. <Compile Include="Common\EvaluationManage\EvaluationRecordDAL.cs" />
  80. <Compile Include="Common\EvaluationManage\EvaluationSettingDAL.cs" />
  81. <Compile Include="Common\EvaluationManage\EvaluationIntTypeDAL.cs" />
  82. <Compile Include="Common\EvaluationManage\EvaluationTeacherScoreDAL.cs" />
  83. <Compile Include="Common\EvaluationManage\SatisfyRateDAL.cs" />
  84. <Compile Include="Common\EvaluationManage\StudentEvaluationCountDAL.cs" />
  85. <Compile Include="Common\EvaluationManage\TeacherEvaluationCountDAL.cs" />
  86. <Compile Include="Common\EvaluationManage\TeacherEvaluationDAL.cs" />
  87. <Compile Include="Common\ProcurementPlan\PurchasingStatisticsDAL.cs" />
  88. <Compile Include="Common\Students\BatchRepeatDAL.cs" />
  89. <Compile Include="Common\Students\HighBaseTable\BachelorSpecialtyStudentCountDAL.cs" />
  90. <Compile Include="Common\Students\HighBaseTable\FacultymajorStudentCountDAL.cs" />
  91. <Compile Include="Common\Students\HighBaseTable\InschoolAgeStatusDAL.cs" />
  92. <Compile Include="Common\Students\HighBaseTable\InschoolOtherStatusDAL.cs" />
  93. <Compile Include="Common\Students\HighBaseTable\JuniorSpecialtyStudentCountDAL.cs" />
  94. <Compile Include="Common\Students\HighBaseTable\RecruitStatusDAL.cs" />
  95. <Compile Include="Common\Students\HighBaseTable\RecruitTerritorialReportDAL.cs" />
  96. <Compile Include="Common\Students\HighBaseTable\StudentChangeDAL.cs" />
  97. <Compile Include="Common\Students\HighBaseTable\StudentQuitReasonDAL.cs" />
  98. <Compile Include="Common\Students\StudentExperienceDAL.cs" />
  99. <Compile Include="Common\Students\StudentFamilyDAL.cs" />
  100. <Compile Include="Common\TeachingMaterial\InventoryDAL.cs" />
  101. <Compile Include="Common\TeachingMaterial\StockInDAL.cs" />
  102. <Compile Include="Common\TeachingMaterial\StockInDetailDAL.cs" />
  103. <Compile Include="Common\TeachingMaterial\StockOutDAL.cs" />
  104. <Compile Include="Common\TeachingMaterial\StockOutDetailDAL.cs" />
  105. <Compile Include="Common\TeachingMaterial\StudentDistributeDAL.cs" />
  106. <Compile Include="Common\TeachingMaterial\StudentsOrderDAL.cs" />
  107. <Compile Include="Common\TeachingMaterial\SupplierDiscountSetDAL.cs" />
  108. <Compile Include="Common\TeachingMaterial\TeacherRetailDAL.cs" />
  109. <Compile Include="Common\TeachingMaterial\TeachersConfirmOrderDAL.cs" />
  110. <Compile Include="CultureplanManage\CourseMaterial\ClubCourseDAL.cs" />
  111. <Compile Include="CultureplanManage\CourseMaterial\CourseTypeSetDAL.cs" />
  112. <Compile Include="CultureplanManage\CourseMaterial\TeachTypeDAL.cs" />
  113. <Compile Include="CultureplanManage\PlanManagement\SpecialtyPlanDAL.cs" />
  114. <Compile Include="DegreeManage\DegreeManage\DegreeApplyDAL.cs" />
  115. <Compile Include="DegreeManage\DegreeSetting\DegreeConditionDAL.cs" />
  116. <Compile Include="DegreeManage\DegreeSetting\DegreeConditionPackageDAL.cs" />
  117. <Compile Include="DegreeManage\DegreeSetting\DegreeOpenControlDAL.cs" />
  118. <Compile Include="DQPSystem\CommunicateDAL.cs" />
  119. <Compile Include="DQPSystem\SOCDAL.cs" />
  120. <Compile Include="DQPSystem\SOCDAL_heyw.cs" />
  121. <Compile Include="DQPSystem\SOCDetailDAL.cs" />
  122. <Compile Include="DQPSystem\SOCDetailGroupDAL.cs" />
  123. <Compile Include="DQPSystem\SOCDetailScoreDAL.cs" />
  124. <Compile Include="DQPSystem\SOCDocDAL.cs" />
  125. <Compile Include="DQPSystem\SOCScoreDAL.cs" />
  126. <Compile Include="DQPSystem\SOCTemplateDAL.cs" />
  127. <Compile Include="EducationManage\AdultEducationMissionClassDAL.cs" />
  128. <Compile Include="EducationManage\EducationArrange\EducationMissionClassStudentDAL.cs" />
  129. <Compile Include="EducationManage\EducationMissionClassCheckDAL.cs" />
  130. <Compile Include="EducationManage\EducationMissionClassDAL.cs" />
  131. <Compile Include="EducationManage\EducationMissionOpenControlDAL.cs" />
  132. <Compile Include="EducationManage\EducationSchedulingClassDAL.cs" />
  133. <Compile Include="EducationManage\ExecutableMinorPlanDAL.cs" />
  134. <Compile Include="EducationManage\StudentEducationMissionClassDAL.cs" />
  135. <Compile Include="EducationSchedule\ClassroomExcessiveUseDAL.cs" />
  136. <Compile Include="EducationSchedule\ClassroomScheduleDAL.cs" />
  137. <Compile Include="EducationSchedule\CollegeScheduleDAL.cs" />
  138. <Compile Include="EducationSchedule\CourseScheduleDAL.cs" />
  139. <Compile Include="EducationSchedule\CourseTypeScheduleDAL.cs" />
  140. <Compile Include="EducationSchedule\EducationMissionClassScheduleDAL.cs" />
  141. <Compile Include="EducationSchedule\EducationMissionClassSchedulingASdultDAL.cs" />
  142. <Compile Include="EducationSchedule\EducationSchedulingAdjustmentDAL.cs" />
  143. <Compile Include="EducationSchedule\EducationSchedulingDAL.cs" />
  144. <Compile Include="EducationSchedule\EducationSchedulingStopDAL.cs" />
  145. <Compile Include="EducationSchedule\RealtimeDAL.cs" />
  146. <Compile Include="EducationSchedule\TeacherScheduleDAL.cs" />
  147. <Compile Include="ElectiveEnter\ElectiveCourseEnterDAL.cs" />
  148. <Compile Include="EnrollManage\NewStudentManage\NewStudentDAL.cs" />
  149. <Compile Include="EnrollManage\SpecialtyManage\CustomStandardSettingDAL.cs" />
  150. <Compile Include="EnrollManage\SpecialtyManage\RecruitSpecialtyDAL.cs" />
  151. <Compile Include="EnrollManage\SpecialtyManage\SpecialtyApplyDAL.cs" />
  152. <Compile Include="EnrollManage\SpecialtyManage\SpecialtyClassSettingDAL.cs" />
  153. <Compile Include="EnrollManage\SpecialtyManage\SpecialtyDAL.cs" />
  154. <Compile Include="EvaluationManage\EvaluationManage\EvaluationCollegeScoreDAL.cs" />
  155. <Compile Include="EvaluationManage\EvaluationManage\EvaluationStudentScoreDAL.cs" />
  156. <Compile Include="EvaluationManage\EvaluationResult\EvaluationStaffScoreDAL.cs" />
  157. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationControlDAL.cs" />
  158. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationGradeControlDAL.cs" />
  159. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationIntTypeDAL.cs" />
  160. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationNeedDAL.cs" />
  161. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationParticipateTypeDAL.cs" />
  162. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationTypeDAL.cs" />
  163. <Compile Include="EvaluationManage\EvaluationTable\EvaluationNormDAL.cs" />
  164. <Compile Include="EvaluationManage\EvaluationTable\EvaluationProjectDAL.cs" />
  165. <Compile Include="EvaluationManage\EvaluationTable\EvaluationTableDAL.cs" />
  166. <Compile Include="EvaluationManage\EvaluationTable\EvaluationTargetDAL.cs" />
  167. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentDAL.cs" />
  168. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentSettingDAL.cs" />
  169. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentSettingScoreDAL.cs" />
  170. <Compile Include="ExaminationManage\ExaminationModeSettingDAL.cs" />
  171. <Compile Include="ExaminationManage\ExaminationPlanDAL.cs" />
  172. <Compile Include="ExaminationApply\ExaminationSubjectDAL.cs" />
  173. <Compile Include="ExaminationManage\ExaminationTeacherDAL.cs" />
  174. <Compile Include="ExaminationApply\ExaminationTypeDAL.cs" />
  175. <Compile Include="ExaminationApply\OpenControlDAL.cs" />
  176. <Compile Include="ExaminationManage\StudentExaminationCourseDAL.cs" />
  177. <Compile Include="ExaminationManage\TimeSegmentDAL.cs" />
  178. <Compile Include="ExaminationManage\RoomSettingDAL.cs" />
  179. <Compile Include="ExaminationApply\SubjectCountLimitDAL.cs" />
  180. <Compile Include="GraduationManage\GraduateCardManage\GraduateCardApplyDAL.cs" />
  181. <Compile Include="GraduationManage\GraduationManage\GraduationApplyDAL.cs" />
  182. <Compile Include="GraduationManage\GraduationManage\GraduationPreliminaryDAL.cs" />
  183. <Compile Include="GraduationManage\GraduationRequirement\CourseTypeRequirementDAL.cs" />
  184. <Compile Include="GraduationManage\GraduationRequirement\GrademajorRequirementDAL.cs" />
  185. <Compile Include="GraduationManage\GraduationRequirement\GraduateDesignCourseDAL.cs" />
  186. <Compile Include="GraduationManage\GraduationRequirement\GraduationCourseDAL.cs" />
  187. <Compile Include="GraduationManage\GraduationRequirement\GraduationCourseTypeSettingDAL.cs" />
  188. <Compile Include="GraduationManage\GraduationSetting\GraduationConditionDAL.cs" />
  189. <Compile Include="GraduationManage\GraduationSetting\GraduationConditionPackageDAL.cs" />
  190. <Compile Include="GraduationManage\GraduationSetting\GraduationSchoolYearDAL.cs" />
  191. <Compile Include="GraduationManage\GraduationSetting\GraduationStandardDAL.cs" />
  192. <Compile Include="HRServiceRepositories\HRServiceContextContainerRepository.cs">
  193. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  194. </Compile>
  195. <Compile Include="HRServiceRepositories\OrgInfoRepository.cs">
  196. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  197. </Compile>
  198. <Compile Include="HRServiceRepositories\PostsRepository.cs">
  199. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  200. </Compile>
  201. <Compile Include="HRServiceRepositories\Repository.cs" />
  202. <Compile Include="HRServiceRepositories\RepositoryGenerator.cs">
  203. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  204. <AutoGen>True</AutoGen>
  205. <DesignTime>True</DesignTime>
  206. </Compile>
  207. <Compile Include="HRServiceRepositories\UsersRepository.cs">
  208. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  209. </Compile>
  210. <Compile Include="HRUnitOfWork.cs" />
  211. <Compile Include="MinorGraduation\MinorGraduationManage\MinorGraduationApplyDAL.cs" />
  212. <Compile Include="MinorGraduation\MinorGraduationSetting\MinorGraduationConditionDAL.cs" />
  213. <Compile Include="MinorGraduation\MinorGraduationSetting\MinorGraduationConditionPackageDAL.cs" />
  214. <Compile Include="MinorGraduation\MinorGraduationSetting\MinorGraduationStandardDAL.cs" />
  215. <Compile Include="MinorManage\MinorApply\MinorApplyDAL.cs" />
  216. <Compile Include="MinorManage\MinorApply\StudentMinorDAL.cs" />
  217. <Compile Include="MinorManage\MinorApply\StudentMinorRegistApplyDAL.cs" />
  218. <Compile Include="MinorManage\MinorClass\MinorClassDAL.cs" />
  219. <Compile Include="MinorManage\MinorPlanManage\MinorPlanApplyDAL.cs" />
  220. <Compile Include="MinorManage\MinorPlanManage\MinorSpecialtyDAL.cs" />
  221. <Compile Include="MinorManage\MinorPlanManage\MinorSpecialtyPlanDAL.cs" />
  222. <Compile Include="MinorManage\MinorSetting\MinorConditionDAL.cs" />
  223. <Compile Include="MinorManage\MinorSetting\MinorStandardSettingDAL.cs" />
  224. <Compile Include="MinorManage\MinorSpecialtyCourseManage\MinorSpecialtyCourseDAL.cs" />
  225. <Compile Include="MinorManage\MinorSetting\MinorControlDAL.cs" />
  226. <Compile Include="PaymentManage\LearningformRateDAL.cs" />
  227. <Compile Include="PaymentManage\LevelStandardDAL.cs" />
  228. <Compile Include="PaymentManage\PaymentDAL.cs" />
  229. <Compile Include="PaymentManage\PaymentStandardDAL.cs" />
  230. <Compile Include="PaymentManage\PracticeRateDAL.cs" />
  231. <Compile Include="PaymentManage\StaffStandardDAL.cs" />
  232. <Compile Include="PaymentManage\StudentCountRateDAL.cs" />
  233. <Compile Include="PaymentManage\TeacherTypePaymentFormulaDAL.cs" />
  234. <Compile Include="PaymentManage\WorktimeAdditionDAL.cs" />
  235. <Compile Include="PaymentManage\WorktimeAdjustmentDAL.cs" />
  236. <Compile Include="PaymentManage\WorktimeRateDAL.cs" />
  237. <Compile Include="Repositories\ActivitiesSetsRepository.cs">
  238. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  239. </Compile>
  240. <Compile Include="Repositories\AdultEducationScheduleRepository.cs">
  241. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  242. </Compile>
  243. <Compile Include="Repositories\AdultEducationScheduleTeacherRepository.cs">
  244. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  245. </Compile>
  246. <Compile Include="Repositories\AnnouncementRepository.cs">
  247. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  248. </Compile>
  249. <Compile Include="Repositories\AnnouncementTypeRepository.cs">
  250. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  251. </Compile>
  252. <Compile Include="Repositories\ArrangementsRepository.cs">
  253. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  254. </Compile>
  255. <Compile Include="Repositories\BachelorSpecialtyStudentCountDetailRepository.cs">
  256. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  257. </Compile>
  258. <Compile Include="Repositories\BachelorSpecialtyStudentCountRepository.cs">
  259. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  260. </Compile>
  261. <Compile Include="Repositories\BatchModifyEventsRepository.cs">
  262. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  263. </Compile>
  264. <Compile Include="Repositories\BatchModifyExpandRepository.cs">
  265. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  266. </Compile>
  267. <Compile Include="Repositories\BatchModifyRepository.cs">
  268. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  269. </Compile>
  270. <Compile Include="Repositories\BuildingsInfoRepository.cs">
  271. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  272. </Compile>
  273. <Compile Include="Repositories\CampusProfileRepository.cs">
  274. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  275. </Compile>
  276. <Compile Include="Repositories\CampusRepository.cs">
  277. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  278. </Compile>
  279. <Compile Include="Repositories\ChargeDelayRepository.cs">
  280. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  281. </Compile>
  282. <Compile Include="Repositories\ChargeProjectRepository.cs">
  283. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  284. </Compile>
  285. <Compile Include="Repositories\ChargeStandardRepository.cs">
  286. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  287. </Compile>
  288. <Compile Include="Repositories\ClassGroupingRepository.cs">
  289. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  290. </Compile>
  291. <Compile Include="Repositories\ClassGroupingSettingsRepository.cs">
  292. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  293. </Compile>
  294. <Compile Include="Repositories\ClassmajorRepository.cs">
  295. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  296. </Compile>
  297. <Compile Include="Repositories\ClassmajorScheduleSettingRepository.cs">
  298. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  299. </Compile>
  300. <Compile Include="Repositories\ClassminorRepository.cs">
  301. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  302. </Compile>
  303. <Compile Include="Repositories\ClassminorStudentRepository.cs">
  304. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  305. </Compile>
  306. <Compile Include="Repositories\ClassroomExcessiveUseRepository.cs">
  307. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  308. </Compile>
  309. <Compile Include="Repositories\ClassroomExcessiveUseSchedulingRepository.cs">
  310. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  311. </Compile>
  312. <Compile Include="Repositories\ClassroomExcessiveUseSchedulingWeekNumRepository.cs">
  313. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  314. </Compile>
  315. <Compile Include="Repositories\ClassroomRepository.cs">
  316. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  317. </Compile>
  318. <Compile Include="Repositories\ClassroomReserveRepository.cs">
  319. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  320. </Compile>
  321. <Compile Include="Repositories\ClassroomScheduleSettingRepository.cs">
  322. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  323. </Compile>
  324. <Compile Include="Repositories\ClassroomTypeRepository.cs">
  325. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  326. </Compile>
  327. <Compile Include="Repositories\ClubCourseRepository.cs">
  328. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  329. </Compile>
  330. <Compile Include="Repositories\CollegeClassroomRepository.cs">
  331. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  332. </Compile>
  333. <Compile Include="Repositories\CollegePriorityRepository.cs">
  334. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  335. </Compile>
  336. <Compile Include="Repositories\CollegeProfileRepository.cs">
  337. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  338. </Compile>
  339. <Compile Include="Repositories\CollegeRepository.cs">
  340. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  341. </Compile>
  342. <Compile Include="Repositories\CollegeScheduleStatusRepository.cs">
  343. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  344. </Compile>
  345. <Compile Include="Repositories\ConfiguretermsExpandRepository.cs">
  346. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  347. </Compile>
  348. <Compile Include="Repositories\ConfiguretermsInfoRepository.cs">
  349. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  350. </Compile>
  351. <Compile Include="Repositories\ContextMenuRepository.cs">
  352. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  353. </Compile>
  354. <Compile Include="Repositories\ControlItemDetailRepository.cs">
  355. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  356. </Compile>
  357. <Compile Include="Repositories\ControlItemRepository.cs">
  358. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  359. </Compile>
  360. <Compile Include="Repositories\CoursematerialRepository.cs">
  361. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  362. </Compile>
  363. <Compile Include="Repositories\CourseProcessRepository.cs">
  364. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  365. </Compile>
  366. <Compile Include="Repositories\CourseProcessTeacherRepository.cs">
  367. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  368. </Compile>
  369. <Compile Include="Repositories\CourseScheduleSettingRepository.cs">
  370. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  371. </Compile>
  372. <Compile Include="Repositories\CourseSpeedprogressRepository.cs">
  373. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  374. </Compile>
  375. <Compile Include="Repositories\CoursesTimeRepository.cs">
  376. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  377. </Compile>
  378. <Compile Include="Repositories\CourseTimeHoursRepository.cs">
  379. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  380. </Compile>
  381. <Compile Include="Repositories\CourseTypePriorityRepository.cs">
  382. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  383. </Compile>
  384. <Compile Include="Repositories\CourseTypeSelectCourseTypeRepository.cs">
  385. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  386. </Compile>
  387. <Compile Include="Repositories\CreditFormulaRepository.cs">
  388. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  389. </Compile>
  390. <Compile Include="Repositories\CustomScoreFormulaRepository.cs">
  391. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  392. </Compile>
  393. <Compile Include="Repositories\CustomStandardSettingRepository.cs">
  394. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  395. </Compile>
  396. <Compile Include="Repositories\DegreeApplyRepository.cs">
  397. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  398. </Compile>
  399. <Compile Include="Repositories\DegreeConditionPackageRepository.cs">
  400. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  401. </Compile>
  402. <Compile Include="Repositories\DegreeConditionRepository.cs">
  403. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  404. </Compile>
  405. <Compile Include="Repositories\DegreeForeignLanguageRepository.cs">
  406. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  407. </Compile>
  408. <Compile Include="Repositories\DegreeOpenControlRepository.cs">
  409. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  410. </Compile>
  411. <Compile Include="Repositories\DepartmentProfileRepository.cs">
  412. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  413. </Compile>
  414. <Compile Include="Repositories\DepartmentRepository.cs">
  415. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  416. </Compile>
  417. <Compile Include="Repositories\DictionaryItemRepository.cs">
  418. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  419. </Compile>
  420. <Compile Include="Repositories\DictionaryRepository.cs">
  421. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  422. </Compile>
  423. <Compile Include="Repositories\DifferentDynamicReportRepository.cs">
  424. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  425. </Compile>
  426. <Compile Include="Repositories\DifferentDynamicReportTypeRepository.cs">
  427. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  428. </Compile>
  429. <Compile Include="Repositories\DifferentDynamicRepository.cs">
  430. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  431. </Compile>
  432. <Compile Include="Repositories\DifferentDynamicTypeInOutSettingRepository.cs">
  433. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  434. </Compile>
  435. <Compile Include="Repositories\DocumentAttachmentRepository.cs">
  436. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  437. </Compile>
  438. <Compile Include="Repositories\DocumentRepository.cs">
  439. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  440. </Compile>
  441. <Compile Include="Repositories\dutyRepository.cs">
  442. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  443. </Compile>
  444. <Compile Include="Repositories\EducationMissionClassCheckRepository.cs">
  445. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  446. </Compile>
  447. <Compile Include="Repositories\EducationMissionClassRepository.cs">
  448. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  449. </Compile>
  450. <Compile Include="Repositories\EducationMissionClassSettingsRepository.cs">
  451. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  452. </Compile>
  453. <Compile Include="Repositories\EducationMissionClassTeachingSettingRepository.cs">
  454. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  455. </Compile>
  456. <Compile Include="Repositories\EducationMissionExamTimeRepository.cs">
  457. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  458. </Compile>
  459. <Compile Include="Repositories\EducationMissionExamWeekNumRepository.cs">
  460. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  461. </Compile>
  462. <Compile Include="Repositories\EducationMissionOpenControlRepository.cs">
  463. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  464. </Compile>
  465. <Compile Include="Repositories\EducationMissionRepository.cs">
  466. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  467. </Compile>
  468. <Compile Include="Repositories\EducationSchedulingAdjustmentRepository.cs">
  469. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  470. </Compile>
  471. <Compile Include="Repositories\EducationSchedulingAdjustmentTeacherRepository.cs">
  472. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  473. </Compile>
  474. <Compile Include="Repositories\EducationSchedulingAdjustmentToTeacherRepository.cs">
  475. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  476. </Compile>
  477. <Compile Include="Repositories\EducationSchedulingClassRepository.cs">
  478. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  479. </Compile>
  480. <Compile Include="Repositories\EducationSchedulingRepository.cs">
  481. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  482. </Compile>
  483. <Compile Include="Repositories\EducationSchedulingStopRepository.cs">
  484. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  485. </Compile>
  486. <Compile Include="Repositories\EducationSchedulingStopTeacherRepository.cs">
  487. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  488. </Compile>
  489. <Compile Include="Repositories\EducationSchedulingTeacherRepository.cs">
  490. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  491. </Compile>
  492. <Compile Include="Repositories\EducationSchedulingWeekNumRepository.cs">
  493. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  494. </Compile>
  495. <Compile Include="Repositories\EducationTypeSettingRepository.cs">
  496. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  497. </Compile>
  498. <Compile Include="Repositories\EvaluationCollegeScoreRepository.cs">
  499. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  500. </Compile>
  501. <Compile Include="Repositories\EvaluationControlRepository.cs">
  502. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  503. </Compile>
  504. <Compile Include="Repositories\EvaluationEnterRepository.cs">
  505. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  506. </Compile>
  507. <Compile Include="Repositories\EvaluationEnter_EM_EvaluationProjectRepository.cs">
  508. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  509. </Compile>
  510. <Compile Include="Repositories\EvaluationGradeControlRepository.cs">
  511. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  512. </Compile>
  513. <Compile Include="Repositories\EvaluationIntTypeRepository.cs">
  514. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  515. </Compile>
  516. <Compile Include="Repositories\EvaluationNeedRepository.cs">
  517. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  518. </Compile>
  519. <Compile Include="Repositories\EvaluationNormDetailRepository.cs">
  520. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  521. </Compile>
  522. <Compile Include="Repositories\EvaluationNormRepository.cs">
  523. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  524. </Compile>
  525. <Compile Include="Repositories\EvaluationParticipateTypeRepository.cs">
  526. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  527. </Compile>
  528. <Compile Include="Repositories\EvaluationProjectRepository.cs">
  529. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  530. </Compile>
  531. <Compile Include="Repositories\EvaluationSettingRepository.cs">
  532. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  533. </Compile>
  534. <Compile Include="Repositories\EvaluationStaffScoreDetailRepository.cs">
  535. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  536. </Compile>
  537. <Compile Include="Repositories\EvaluationStaffScoreRepository.cs">
  538. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  539. </Compile>
  540. <Compile Include="Repositories\EvaluationStudentDetailRepository.cs">
  541. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  542. </Compile>
  543. <Compile Include="Repositories\EvaluationStudentRepository.cs">
  544. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  545. </Compile>
  546. <Compile Include="Repositories\EvaluationStudentScoreRepository.cs">
  547. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  548. </Compile>
  549. <Compile Include="Repositories\EvaluationStudentSettingRepository.cs">
  550. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  551. </Compile>
  552. <Compile Include="Repositories\EvaluationStudentSettingScoreRepository.cs">
  553. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  554. </Compile>
  555. <Compile Include="Repositories\EvaluationTableRepository.cs">
  556. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  557. </Compile>
  558. <Compile Include="Repositories\EvaluationTargetRepository.cs">
  559. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  560. </Compile>
  561. <Compile Include="Repositories\EvaluationTeachingModeRepository.cs">
  562. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  563. </Compile>
  564. <Compile Include="Repositories\EvaluationTypeRepository.cs">
  565. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  566. </Compile>
  567. <Compile Include="Repositories\ExaminationExemptionRepository.cs">
  568. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  569. </Compile>
  570. <Compile Include="Repositories\ExaminationModeSettingRepository.cs">
  571. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  572. </Compile>
  573. <Compile Include="Repositories\ExaminationOpenControlRepository.cs">
  574. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  575. </Compile>
  576. <Compile Include="Repositories\ExaminationPlanRepository.cs">
  577. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  578. </Compile>
  579. <Compile Include="Repositories\ExaminationRegistrationRepository.cs">
  580. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  581. </Compile>
  582. <Compile Include="Repositories\ExaminationRoomLayoutRepository.cs">
  583. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  584. </Compile>
  585. <Compile Include="Repositories\ExaminationRoomSettingRepository.cs">
  586. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  587. </Compile>
  588. <Compile Include="Repositories\ExaminationRoomStudentRepository.cs">
  589. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  590. </Compile>
  591. <Compile Include="Repositories\ExaminationSubjectCollegeControlRepository.cs">
  592. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  593. </Compile>
  594. <Compile Include="Repositories\ExaminationSubjectCountLimitRepository.cs">
  595. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  596. </Compile>
  597. <Compile Include="Repositories\ExaminationSubjectRepository.cs">
  598. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  599. </Compile>
  600. <Compile Include="Repositories\ExaminationSuspensionRepository.cs">
  601. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  602. </Compile>
  603. <Compile Include="Repositories\ExaminationTeacherRepository.cs">
  604. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  605. </Compile>
  606. <Compile Include="Repositories\ExaminationTypeRepository.cs">
  607. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  608. </Compile>
  609. <Compile Include="Repositories\ExamineeTypeSettingRepository.cs">
  610. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  611. </Compile>
  612. <Compile Include="Repositories\ExamsCategorySettingRepository.cs">
  613. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  614. </Compile>
  615. <Compile Include="Repositories\ExamsStateSettingRepository.cs">
  616. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  617. </Compile>
  618. <Compile Include="Repositories\ExecutableFreeSelectionCouseGradeYearRepository.cs">
  619. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  620. </Compile>
  621. <Compile Include="Repositories\ExecutableFreeSelectionCouseRepository.cs">
  622. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  623. </Compile>
  624. <Compile Include="Repositories\ExecutableFreeSelectionCouseSchedulingRepository.cs">
  625. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  626. </Compile>
  627. <Compile Include="Repositories\ExecutableFreeSelectionCouseSpecialtyRepository.cs">
  628. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  629. </Compile>
  630. <Compile Include="Repositories\ExecutableFreeSelectionCouseTeacherRepository.cs">
  631. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  632. </Compile>
  633. <Compile Include="Repositories\ExecutableFreeSelectionCouseTeachingModeRepository.cs">
  634. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  635. </Compile>
  636. <Compile Include="Repositories\ExecutableFreeSelectionCouseTeachingSettingRepository.cs">
  637. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  638. </Compile>
  639. <Compile Include="Repositories\ExecutableMinorPlanRepository.cs">
  640. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  641. </Compile>
  642. <Compile Include="Repositories\ExecutableMinorPlanTeachingModeTypeRepository.cs">
  643. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  644. </Compile>
  645. <Compile Include="Repositories\ExecutableMinorPlanTeachingPlaceRepository.cs">
  646. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  647. </Compile>
  648. <Compile Include="Repositories\ExecutableMinorPlanTeachingSettingRepository.cs">
  649. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  650. </Compile>
  651. <Compile Include="Repositories\ExecutableOptionalCourseRepository.cs">
  652. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  653. </Compile>
  654. <Compile Include="Repositories\ExecutableOptionalCourseTeacherRepository.cs">
  655. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  656. </Compile>
  657. <Compile Include="Repositories\ExecutableOptionalCourseTeachingModeRepository.cs">
  658. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  659. </Compile>
  660. <Compile Include="Repositories\ExecutableOptionalCourseTeachingSettingRepository.cs">
  661. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  662. </Compile>
  663. <Compile Include="Repositories\ExecutablePlanProfileRepository.cs">
  664. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  665. </Compile>
  666. <Compile Include="Repositories\ExecutablePlanRepository.cs">
  667. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  668. </Compile>
  669. <Compile Include="Repositories\ExecutablePlanTeachingModeTypeRepository.cs">
  670. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  671. </Compile>
  672. <Compile Include="Repositories\ExecutablePlanTeachingPlaceRepository.cs">
  673. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  674. </Compile>
  675. <Compile Include="Repositories\ExecutablePlanTeachingSettingRepository.cs">
  676. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  677. </Compile>
  678. <Compile Include="Repositories\FacultymajorRepository.cs">
  679. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  680. </Compile>
  681. <Compile Include="Repositories\FacultymajorStudentCountRepository.cs">
  682. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  683. </Compile>
  684. <Compile Include="Repositories\FeaturesSettingRepository.cs">
  685. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  686. </Compile>
  687. <Compile Include="Repositories\FinalExaminationRepository.cs">
  688. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  689. </Compile>
  690. <Compile Include="Repositories\FinalExaminationStudentRepository.cs">
  691. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  692. </Compile>
  693. <Compile Include="Repositories\FinallyScoreDetailRepository.cs">
  694. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  695. </Compile>
  696. <Compile Include="Repositories\FinallyScoreRepository.cs">
  697. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  698. </Compile>
  699. <Compile Include="Repositories\FreeSelectionCourseGradeYearSettingRepository.cs">
  700. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  701. </Compile>
  702. <Compile Include="Repositories\FreeSelectionCouseApplyGradeYearRepository.cs">
  703. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  704. </Compile>
  705. <Compile Include="Repositories\FreeSelectionCouseApplyRepository.cs">
  706. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  707. </Compile>
  708. <Compile Include="Repositories\FreeSelectionCouseApplySchedulingRepository.cs">
  709. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  710. </Compile>
  711. <Compile Include="Repositories\FreeSelectionCouseApplySpecialtyRepository.cs">
  712. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  713. </Compile>
  714. <Compile Include="Repositories\FreeSelectionCouseApplyTeacherRepository.cs">
  715. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  716. </Compile>
  717. <Compile Include="Repositories\FreeSelectionCouseApplyTeachingModeRepository.cs">
  718. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  719. </Compile>
  720. <Compile Include="Repositories\FreeSelectionCouseApplyTeachingSettingRepository.cs">
  721. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  722. </Compile>
  723. <Compile Include="Repositories\FreeSelectionCouseRepository.cs">
  724. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  725. </Compile>
  726. <Compile Include="Repositories\FreeSelectionCouseTeachingModeRepository.cs">
  727. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  728. </Compile>
  729. <Compile Include="Repositories\FreeSelectionCouseTeachingSettingRepository.cs">
  730. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  731. </Compile>
  732. <Compile Include="Repositories\FunctionCodeRepository.cs">
  733. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  734. </Compile>
  735. <Compile Include="Repositories\GrademajorRepository.cs">
  736. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  737. </Compile>
  738. <Compile Include="Repositories\GrademinorApplicationRepository.cs">
  739. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  740. </Compile>
  741. <Compile Include="Repositories\GrademinorRepository.cs">
  742. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  743. </Compile>
  744. <Compile Include="Repositories\GradePointFormulaRepository.cs">
  745. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  746. </Compile>
  747. <Compile Include="Repositories\GraduateCardApplyAttachmentRepository.cs">
  748. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  749. </Compile>
  750. <Compile Include="Repositories\GraduateCardApplyRepository.cs">
  751. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  752. </Compile>
  753. <Compile Include="Repositories\GraduateDesignCoursematerialRepository.cs">
  754. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  755. </Compile>
  756. <Compile Include="Repositories\GraduateSchoolyearRepository.cs">
  757. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  758. </Compile>
  759. <Compile Include="Repositories\GraduationApplyRepository.cs">
  760. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  761. </Compile>
  762. <Compile Include="Repositories\GraduationConditionPackageRepository.cs">
  763. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  764. </Compile>
  765. <Compile Include="Repositories\GraduationConditionRepository.cs">
  766. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  767. </Compile>
  768. <Compile Include="Repositories\GraduationCourseRepository.cs">
  769. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  770. </Compile>
  771. <Compile Include="Repositories\GraduationCourseTypeRequirementRepository.cs">
  772. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  773. </Compile>
  774. <Compile Include="Repositories\GraduationCourseTypeSettingRepository.cs">
  775. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  776. </Compile>
  777. <Compile Include="Repositories\GraduationRequirementRepository.cs">
  778. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  779. </Compile>
  780. <Compile Include="Repositories\GraduationStandardRepository.cs">
  781. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  782. </Compile>
  783. <Compile Include="Repositories\ImportScoreRepository.cs">
  784. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  785. </Compile>
  786. <Compile Include="Repositories\InschoolAgeStatusRepository.cs">
  787. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  788. </Compile>
  789. <Compile Include="Repositories\InschoolOtherStatusRepository.cs">
  790. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  791. </Compile>
  792. <Compile Include="Repositories\InSchoolSettingRepository.cs">
  793. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  794. </Compile>
  795. <Compile Include="Repositories\InventoryCollectRepository.cs">
  796. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  797. </Compile>
  798. <Compile Include="Repositories\JuniorSpecialtyStudentCountDetailRepository.cs">
  799. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  800. </Compile>
  801. <Compile Include="Repositories\JuniorSpecialtyStudentCountRepository.cs">
  802. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  803. </Compile>
  804. <Compile Include="Repositories\LearningformRateRepository.cs">
  805. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  806. </Compile>
  807. <Compile Include="Repositories\LessonRecordAttachmentRepository.cs">
  808. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  809. </Compile>
  810. <Compile Include="Repositories\LessonRecordRepository.cs">
  811. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  812. </Compile>
  813. <Compile Include="Repositories\LevelScoreRepository.cs">
  814. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  815. </Compile>
  816. <Compile Include="Repositories\LevelSettingRepository.cs">
  817. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  818. </Compile>
  819. <Compile Include="Repositories\LevelStandardRepository.cs">
  820. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  821. </Compile>
  822. <Compile Include="Repositories\LibraryRepository.cs">
  823. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  824. </Compile>
  825. <Compile Include="Repositories\MailVerifyCodeRepository.cs">
  826. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  827. </Compile>
  828. <Compile Include="Repositories\MenuRepository.cs">
  829. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  830. </Compile>
  831. <Compile Include="Repositories\MinorConditionRepository.cs">
  832. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  833. </Compile>
  834. <Compile Include="Repositories\MinorControlRepository.cs">
  835. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  836. </Compile>
  837. <Compile Include="Repositories\MinorCourseRepository.cs">
  838. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  839. </Compile>
  840. <Compile Include="Repositories\MinorCourseTeachingModeTypeRepository.cs">
  841. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  842. </Compile>
  843. <Compile Include="Repositories\MinorCourseTeachingPlaceRepository.cs">
  844. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  845. </Compile>
  846. <Compile Include="Repositories\MinorCourseTeachingSettingRepository.cs">
  847. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  848. </Compile>
  849. <Compile Include="Repositories\MinorGraduationApplyRepository.cs">
  850. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  851. </Compile>
  852. <Compile Include="Repositories\MinorGraduationConditionPackageRepository.cs">
  853. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  854. </Compile>
  855. <Compile Include="Repositories\MinorGraduationConditionRepository.cs">
  856. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  857. </Compile>
  858. <Compile Include="Repositories\MinorGraduationStandardRepository.cs">
  859. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  860. </Compile>
  861. <Compile Include="Repositories\MinorPlanApplicationRepository.cs">
  862. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  863. </Compile>
  864. <Compile Include="Repositories\MinorPlanApplicationTeachingModeTypeRepository.cs">
  865. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  866. </Compile>
  867. <Compile Include="Repositories\MinorPlanApplicationTeachingPlaceRepository.cs">
  868. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  869. </Compile>
  870. <Compile Include="Repositories\MinorPlanApplicationTeachingSettingRepository.cs">
  871. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  872. </Compile>
  873. <Compile Include="Repositories\MinorPlanRepository.cs">
  874. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  875. </Compile>
  876. <Compile Include="Repositories\MinorPlanTeachingModeTypeRepository.cs">
  877. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  878. </Compile>
  879. <Compile Include="Repositories\MinorPlanTeachingPlaceRepository.cs">
  880. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  881. </Compile>
  882. <Compile Include="Repositories\MinorPlanTeachingSettingRepository.cs">
  883. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  884. </Compile>
  885. <Compile Include="Repositories\MinorStandardSettingRepository.cs">
  886. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  887. </Compile>
  888. <Compile Include="Repositories\MisconductRepository.cs">
  889. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  890. </Compile>
  891. <Compile Include="Repositories\MissionClassTeacherRepository.cs">
  892. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  893. </Compile>
  894. <Compile Include="Repositories\NewStudentRepository.cs">
  895. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  896. </Compile>
  897. <Compile Include="Repositories\OptionalCoursePlanRepository.cs">
  898. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  899. </Compile>
  900. <Compile Include="Repositories\OptionalCoursePlanTeachingModeRepository.cs">
  901. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  902. </Compile>
  903. <Compile Include="Repositories\OptionalCoursePlanTeachingSettingRepository.cs">
  904. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  905. </Compile>
  906. <Compile Include="Repositories\ParameterRepository.cs">
  907. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  908. </Compile>
  909. <Compile Include="Repositories\PassStudentRepository.cs">
  910. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  911. </Compile>
  912. <Compile Include="Repositories\PaymentFormulaRepository.cs">
  913. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  914. </Compile>
  915. <Compile Include="Repositories\PaymentStandardRepository.cs">
  916. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  917. </Compile>
  918. <Compile Include="Repositories\PlanApplicationRepository.cs">
  919. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  920. </Compile>
  921. <Compile Include="Repositories\PlanApplicationTeachingModeTypeRepository.cs">
  922. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  923. </Compile>
  924. <Compile Include="Repositories\PlanApplicationTeachingPlaceRepository.cs">
  925. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  926. </Compile>
  927. <Compile Include="Repositories\PlanApplicationTeachingSettingRepository.cs">
  928. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  929. </Compile>
  930. <Compile Include="Repositories\PracticeRateRepository.cs">
  931. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  932. </Compile>
  933. <Compile Include="Repositories\PrintControlRepository.cs">
  934. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  935. </Compile>
  936. <Compile Include="Repositories\ProcessRelationRepository.cs">
  937. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  938. </Compile>
  939. <Compile Include="Repositories\ProjectRecordAttachmentRepository.cs">
  940. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  941. </Compile>
  942. <Compile Include="Repositories\ProjectRecordRepository.cs">
  943. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  944. </Compile>
  945. <Compile Include="Repositories\PublishRepository.cs">
  946. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  947. </Compile>
  948. <Compile Include="Repositories\RecruitSpecialtyRepository.cs">
  949. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  950. </Compile>
  951. <Compile Include="Repositories\RecruitStatusRepository.cs">
  952. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  953. </Compile>
  954. <Compile Include="Repositories\RecruitstudentsContrastRepository.cs">
  955. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  956. </Compile>
  957. <Compile Include="Repositories\RecruitstudentsRepository.cs">
  958. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  959. </Compile>
  960. <Compile Include="Repositories\RecruitstudentsSourceRepository.cs">
  961. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  962. </Compile>
  963. <Compile Include="Repositories\RecruitTerritorialReportRepository.cs">
  964. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  965. </Compile>
  966. <Compile Include="Repositories\RepositoryGenerator.cs">
  967. <AutoGen>True</AutoGen>
  968. <DesignTime>True</DesignTime>
  969. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  970. </Compile>
  971. <Compile Include="Repositories\ResultTypeDetailRepository.cs">
  972. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  973. </Compile>
  974. <Compile Include="Repositories\RetakeConditionParameterRepository.cs">
  975. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  976. </Compile>
  977. <Compile Include="Repositories\RetakeConditionRepository.cs">
  978. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  979. </Compile>
  980. <Compile Include="Repositories\RetakeExamsCatagoryRepository.cs">
  981. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  982. </Compile>
  983. <Compile Include="Repositories\RetakeOpenControlRepository.cs">
  984. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  985. </Compile>
  986. <Compile Include="Repositories\RetakePlanRepository.cs">
  987. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  988. </Compile>
  989. <Compile Include="Repositories\RetakePlanSettingRepository.cs">
  990. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  991. </Compile>
  992. <Compile Include="Repositories\RetakePlanSettingSchedulingRepository.cs">
  993. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  994. </Compile>
  995. <Compile Include="Repositories\RetakePlanStudentRepository.cs">
  996. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  997. </Compile>
  998. <Compile Include="Repositories\RetakePlanTeacherRepository.cs">
  999. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1000. </Compile>
  1001. <Compile Include="Repositories\RetakePlanTeachingModeTypeRepository.cs">
  1002. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1003. </Compile>
  1004. <Compile Include="Repositories\RetakePlanTeachingPlaceRepository.cs">
  1005. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1006. </Compile>
  1007. <Compile Include="Repositories\RetakePlanTeachingSettingRepository.cs">
  1008. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1009. </Compile>
  1010. <Compile Include="Repositories\RoleDataRangeRepository.cs">
  1011. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1012. </Compile>
  1013. <Compile Include="Repositories\RoleRepository.cs">
  1014. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1015. </Compile>
  1016. <Compile Include="Repositories\SCalendarRepository.cs">
  1017. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1018. </Compile>
  1019. <Compile Include="Repositories\ScheduleJobRepository.cs">
  1020. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1021. </Compile>
  1022. <Compile Include="Repositories\ScheduleLogRepository.cs">
  1023. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1024. </Compile>
  1025. <Compile Include="Repositories\SchedulingRepository.cs">
  1026. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1027. </Compile>
  1028. <Compile Include="Repositories\SchoolyearRepository.cs">
  1029. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1030. </Compile>
  1031. <Compile Include="Repositories\ScoreConvertByApplyAttachmentRepository.cs">
  1032. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1033. </Compile>
  1034. <Compile Include="Repositories\ScoreConvertByApplyRepository.cs">
  1035. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1036. </Compile>
  1037. <Compile Include="Repositories\ScoreConvertByLevelScoreRepository.cs">
  1038. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1039. </Compile>
  1040. <Compile Include="Repositories\ScoreConvertByReplaceRepository.cs">
  1041. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1042. </Compile>
  1043. <Compile Include="Repositories\ScoreConvertedSubmitedScoreDetailRepository.cs">
  1044. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1045. </Compile>
  1046. <Compile Include="Repositories\ScoreConvertedSubmitedScoreRepository.cs">
  1047. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1048. </Compile>
  1049. <Compile Include="Repositories\ScoreDetailRepository.cs">
  1050. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1051. </Compile>
  1052. <Compile Include="Repositories\ScoreFormulaDetailRepository.cs">
  1053. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1054. </Compile>
  1055. <Compile Include="Repositories\ScoreFormulaRepository.cs">
  1056. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1057. </Compile>
  1058. <Compile Include="Repositories\ScoreParameterCollegeSettingDetailRepository.cs">
  1059. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1060. </Compile>
  1061. <Compile Include="Repositories\ScoreParameterCollegeSettingRepository.cs">
  1062. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1063. </Compile>
  1064. <Compile Include="Repositories\ScoreParameterSettingRepository.cs">
  1065. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1066. </Compile>
  1067. <Compile Include="Repositories\ScoreRepository.cs">
  1068. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1069. </Compile>
  1070. <Compile Include="Repositories\SelectCourseOpenControlSettingRepository.cs">
  1071. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1072. </Compile>
  1073. <Compile Include="Repositories\SelectCourseTypeSettingRepository.cs">
  1074. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1075. </Compile>
  1076. <Compile Include="Repositories\SerialNumberRepository.cs">
  1077. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1078. </Compile>
  1079. <Compile Include="Repositories\SOCDetailAttachmentRepository.cs">
  1080. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1081. </Compile>
  1082. <Compile Include="Repositories\SOCDetailGroupRepository.cs">
  1083. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1084. </Compile>
  1085. <Compile Include="Repositories\SOCDetailRepository.cs">
  1086. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1087. </Compile>
  1088. <Compile Include="Repositories\SOCDetailStudentAttachmentRepository.cs">
  1089. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1090. </Compile>
  1091. <Compile Include="Repositories\SOCDetailStudentRepository.cs">
  1092. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1093. </Compile>
  1094. <Compile Include="Repositories\SOCDetailStudentScoreRepository.cs">
  1095. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1096. </Compile>
  1097. <Compile Include="Repositories\SOCRepository.cs">
  1098. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1099. </Compile>
  1100. <Compile Include="Repositories\SOCStaffRepository.cs">
  1101. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1102. </Compile>
  1103. <Compile Include="Repositories\SOCTemplateDetailAttachmentRepository.cs">
  1104. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1105. </Compile>
  1106. <Compile Include="Repositories\SOCTemplateDetailRepository.cs">
  1107. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1108. </Compile>
  1109. <Compile Include="Repositories\SOCTemplateRepository.cs">
  1110. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1111. </Compile>
  1112. <Compile Include="Repositories\SpecialtyApplyRepository.cs">
  1113. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1114. </Compile>
  1115. <Compile Include="Repositories\SpecialtyClassSettingRepository.cs">
  1116. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1117. </Compile>
  1118. <Compile Include="Repositories\SpecialtyCourseRepository.cs">
  1119. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1120. </Compile>
  1121. <Compile Include="Repositories\SpecialtyCourseTeachingSettingRepository.cs">
  1122. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1123. </Compile>
  1124. <Compile Include="Repositories\SpecialtyPlanRepository.cs">
  1125. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1126. </Compile>
  1127. <Compile Include="Repositories\SpecialtyPlanTeachingModeTypeRepository.cs">
  1128. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1129. </Compile>
  1130. <Compile Include="Repositories\SpecialtyPlanTeachingPlaceRepository.cs">
  1131. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1132. </Compile>
  1133. <Compile Include="Repositories\SpecialtyPlanTeachingSettingRepository.cs">
  1134. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1135. </Compile>
  1136. <Compile Include="Repositories\SpecialtyRepository.cs">
  1137. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1138. </Compile>
  1139. <Compile Include="Repositories\StaffManageCampusRepository.cs">
  1140. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1141. </Compile>
  1142. <Compile Include="Repositories\StaffManageCollegeRepository.cs">
  1143. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1144. </Compile>
  1145. <Compile Include="Repositories\StaffManageDepartmentRepository.cs">
  1146. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1147. </Compile>
  1148. <Compile Include="Repositories\StaffProfileRepository.cs">
  1149. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1150. </Compile>
  1151. <Compile Include="Repositories\StaffRepository.cs">
  1152. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1153. </Compile>
  1154. <Compile Include="Repositories\StaffStandardRepository.cs">
  1155. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1156. </Compile>
  1157. <Compile Include="Repositories\Staff_SchoolclasRepository.cs">
  1158. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1159. </Compile>
  1160. <Compile Include="Repositories\StockInDetailRepository.cs">
  1161. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1162. </Compile>
  1163. <Compile Include="Repositories\StockInRepository.cs">
  1164. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1165. </Compile>
  1166. <Compile Include="Repositories\StockOutDetailRepository.cs">
  1167. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1168. </Compile>
  1169. <Compile Include="Repositories\StockOutRepository.cs">
  1170. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1171. </Compile>
  1172. <Compile Include="Repositories\StudentAccountContrastRepository.cs">
  1173. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1174. </Compile>
  1175. <Compile Include="Repositories\StudentAccountRepository.cs">
  1176. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1177. </Compile>
  1178. <Compile Include="Repositories\StudentAccountSourceRepository.cs">
  1179. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1180. </Compile>
  1181. <Compile Include="Repositories\StudentChangeDetailRepository.cs">
  1182. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1183. </Compile>
  1184. <Compile Include="Repositories\StudentChangeReasonTypeDetailRepository.cs">
  1185. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1186. </Compile>
  1187. <Compile Include="Repositories\StudentChangeReasonTypeRepository.cs">
  1188. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1189. </Compile>
  1190. <Compile Include="Repositories\StudentChangeRepository.cs">
  1191. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1192. </Compile>
  1193. <Compile Include="Repositories\StudentChargePaymentRepository.cs">
  1194. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1195. </Compile>
  1196. <Compile Include="Repositories\StudentChargeRepository.cs">
  1197. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1198. </Compile>
  1199. <Compile Include="Repositories\StudentConductRepository.cs">
  1200. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1201. </Compile>
  1202. <Compile Include="Repositories\StudentContactContrastRepository.cs">
  1203. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1204. </Compile>
  1205. <Compile Include="Repositories\StudentContactRepository.cs">
  1206. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1207. </Compile>
  1208. <Compile Include="Repositories\StudentContactSourceRepository.cs">
  1209. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1210. </Compile>
  1211. <Compile Include="Repositories\StudentContrastRepository.cs">
  1212. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1213. </Compile>
  1214. <Compile Include="Repositories\StudentCountRateRepository.cs">
  1215. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1216. </Compile>
  1217. <Compile Include="Repositories\StudentDistributeRepository.cs">
  1218. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1219. </Compile>
  1220. <Compile Include="Repositories\StudentEditColumnDescriptionRepository.cs">
  1221. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1222. </Compile>
  1223. <Compile Include="Repositories\StudentEditControlRepository.cs">
  1224. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1225. </Compile>
  1226. <Compile Include="Repositories\StudentEditObjectsRepository.cs">
  1227. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1228. </Compile>
  1229. <Compile Include="Repositories\StudentEncourageRepository.cs">
  1230. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1231. </Compile>
  1232. <Compile Include="Repositories\StudentExperienceRepository.cs">
  1233. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1234. </Compile>
  1235. <Compile Include="Repositories\StudentFamilyRepository.cs">
  1236. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1237. </Compile>
  1238. <Compile Include="Repositories\StudentMinorRegistRepository.cs">
  1239. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1240. </Compile>
  1241. <Compile Include="Repositories\StudentPostPracticeRepository.cs">
  1242. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1243. </Compile>
  1244. <Compile Include="Repositories\StudentPrintTimesRepository.cs">
  1245. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1246. </Compile>
  1247. <Compile Include="Repositories\StudentProfileContrastRepository.cs">
  1248. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1249. </Compile>
  1250. <Compile Include="Repositories\StudentProfileRepository.cs">
  1251. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1252. </Compile>
  1253. <Compile Include="Repositories\StudentProfileSourceRepository.cs">
  1254. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1255. </Compile>
  1256. <Compile Include="Repositories\StudentPunishRepository.cs">
  1257. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1258. </Compile>
  1259. <Compile Include="Repositories\StudentQuitReasonRepository.cs">
  1260. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1261. </Compile>
  1262. <Compile Include="Repositories\StudentRecordChangeHistoryRepository.cs">
  1263. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1264. </Compile>
  1265. <Compile Include="Repositories\StudentReportRepository.cs">
  1266. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1267. </Compile>
  1268. <Compile Include="Repositories\StudentRepository.cs">
  1269. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1270. </Compile>
  1271. <Compile Include="Repositories\StudentRoleRepository.cs">
  1272. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1273. </Compile>
  1274. <Compile Include="Repositories\StudentsOrderRepository.cs">
  1275. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1276. </Compile>
  1277. <Compile Include="Repositories\StudentSourceRepository.cs">
  1278. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1279. </Compile>
  1280. <Compile Include="Repositories\SubmitedScoreDetailRepository.cs">
  1281. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1282. </Compile>
  1283. <Compile Include="Repositories\SubmitedScoreRepository.cs">
  1284. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1285. </Compile>
  1286. <Compile Include="Repositories\SupDocumentRepository.cs">
  1287. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1288. </Compile>
  1289. <Compile Include="Repositories\SupervisionCollegeRepository.cs">
  1290. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1291. </Compile>
  1292. <Compile Include="Repositories\SupervisionUserRepository.cs">
  1293. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1294. </Compile>
  1295. <Compile Include="Repositories\SupplierDiscountSetRepository.cs">
  1296. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1297. </Compile>
  1298. <Compile Include="Repositories\TeacherEvaluationRepository.cs">
  1299. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1300. </Compile>
  1301. <Compile Include="Repositories\TeacherScheduleSettingRepository.cs">
  1302. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1303. </Compile>
  1304. <Compile Include="Repositories\TeachersConfirmOrderRepository.cs">
  1305. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1306. </Compile>
  1307. <Compile Include="Repositories\TeachersOrderRepository.cs">
  1308. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1309. </Compile>
  1310. <Compile Include="Repositories\TeachersPreOrderRepository.cs">
  1311. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1312. </Compile>
  1313. <Compile Include="Repositories\TeacherTypePaymentFormulaRepository.cs">
  1314. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1315. </Compile>
  1316. <Compile Include="Repositories\TeacherTypeSettingRepository.cs">
  1317. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1318. </Compile>
  1319. <Compile Include="Repositories\TeachingMateriaInventoryRepository.cs">
  1320. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1321. </Compile>
  1322. <Compile Include="Repositories\TeachingMaterialPoolRepository.cs">
  1323. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1324. </Compile>
  1325. <Compile Include="Repositories\TeachingModeTypeRepository.cs">
  1326. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1327. </Compile>
  1328. <Compile Include="Repositories\TeachingPlaceRepository.cs">
  1329. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1330. </Compile>
  1331. <Compile Include="Repositories\TeachingtaskRepository.cs">
  1332. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1333. </Compile>
  1334. <Compile Include="Repositories\TimeSegmentRepository.cs">
  1335. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1336. </Compile>
  1337. <Compile Include="Repositories\UniversityProfileRepository.cs">
  1338. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1339. </Compile>
  1340. <Compile Include="Repositories\UniversityRepository.cs">
  1341. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1342. </Compile>
  1343. <Compile Include="Repositories\UserContrastRepository.cs">
  1344. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1345. </Compile>
  1346. <Compile Include="Repositories\UserRepository.cs">
  1347. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1348. </Compile>
  1349. <Compile Include="Repositories\UserSourceRepository.cs">
  1350. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1351. </Compile>
  1352. <Compile Include="Repositories\VWTotalScore_StudentRankRepository.cs">
  1353. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1354. </Compile>
  1355. <Compile Include="Repositories\VWTotalScore_TeacherRankRepository.cs">
  1356. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1357. </Compile>
  1358. <Compile Include="Repositories\WorkfloconfigRepository.cs">
  1359. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1360. </Compile>
  1361. <Compile Include="Repositories\WorktimeAdditionRepository.cs">
  1362. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1363. </Compile>
  1364. <Compile Include="Repositories\WorktimeAdjustmentRepository.cs">
  1365. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1366. </Compile>
  1367. <Compile Include="Repositories\WorktimeRateRepository.cs">
  1368. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1369. </Compile>
  1370. <Compile Include="RetakeManage\RetakeConditionDAL.cs" />
  1371. <Compile Include="RetakeManage\RetakeOpenControlDAL.cs" />
  1372. <Compile Include="RetakeManage\RetakeParameterDAL.cs" />
  1373. <Compile Include="RetakeManage\RetakePlanDAL.cs" />
  1374. <Compile Include="RetakeManage\RetakePlanResultDAL.cs" />
  1375. <Compile Include="RetakeManage\RetakePlanStudentApplyDAL.cs" />
  1376. <Compile Include="RetakeManage\RetakePlanTaskDAL.cs" />
  1377. <Compile Include="SchedulingManage\ScheduleApproval\CollegeScheduleApprovalDAL.cs" />
  1378. <Compile Include="SchedulingManage\SchedulingSettings\ClassmajorScheduleSettingDAL.cs" />
  1379. <Compile Include="SchedulingManage\SchedulingSettings\ClassroomReserveDAL.cs" />
  1380. <Compile Include="SchedulingManage\SchedulingSettings\ClassroomScheduleSettingDAL.cs" />
  1381. <Compile Include="SchedulingManage\SchedulingSettings\CourseTimeHoursDAL.cs" />
  1382. <Compile Include="SchedulingManage\SchedulingSettings\CollegeClassroomDAL.cs" />
  1383. <Compile Include="SchedulingManage\SchedulingSettings\CollegePriorityDAL.cs" />
  1384. <Compile Include="SchedulingManage\SchedulingSettings\CourseScheduleSettingDAL.cs" />
  1385. <Compile Include="SchedulingManage\SchedulingSettings\CourseTypePriorityDAL.cs" />
  1386. <Compile Include="SchedulingManage\SchedulingSettings\TeacherScheduleSettingDAL.cs" />
  1387. <Compile Include="ScoreManage\ExaminationExemptionDAL.cs" />
  1388. <Compile Include="ScoreManage\ExaminationSuspensionDAL.cs" />
  1389. <Compile Include="ScoreManage\ExamsCategorySettingDAL.cs" />
  1390. <Compile Include="ScoreManage\ExamsStateSettingDAL.cs" />
  1391. <Compile Include="ScoreManage\FinalExaminationDAL.cs" />
  1392. <Compile Include="ScoreManage\ImportScoreDAL.cs" />
  1393. <Compile Include="ScoreManage\LevelScoreDAL.cs" />
  1394. <Compile Include="ScoreManage\LevelScoreManage\LevelScoreDAL.cs" />
  1395. <Compile Include="ScoreManage\LevelScoreManage\LevelSettingDAL.cs" />
  1396. <Compile Include="ScoreManage\LevelSettingDAL.cs" />
  1397. <Compile Include="ScoreManage\MisconductDAL.cs" />
  1398. <Compile Include="ScoreManage\NotPassStudentDAL.cs" />
  1399. <Compile Include="ScoreManage\ResultTypeDetailDAL.cs" />
  1400. <Compile Include="ScoreManage\ScoreConvertByApplyDAL.cs" />
  1401. <Compile Include="ScoreManage\ScoreConvertByReplaceDAL.cs" />
  1402. <Compile Include="ScoreManage\ScoreDAL.cs" />
  1403. <Compile Include="EducationSchedule\ScoreFormulaDAL.cs" />
  1404. <Compile Include="ScoreManage\ScoreParameterCollegeSettingDAL.cs" />
  1405. <Compile Include="ScoreManage\ScoreParameterSettingDAL.cs" />
  1406. <Compile Include="ScoreManage\SpecialityScoreSumDAL.cs" />
  1407. <Compile Include="ScoreManage\StudentScoreDAL.cs" />
  1408. <Compile Include="ExaminationApply\ExaminationSubjectCollegeControlDAL.cs" />
  1409. <Compile Include="ScoreManage\ScoreConvertByLevelDAL.cs" />
  1410. <Compile Include="SelectCourse\ExecutableFreeSelectionCouseDAL.cs" />
  1411. <Compile Include="SelectCourse\FreeSelectionCoursePlanDAL.cs" />
  1412. <Compile Include="SelectCourse\FreeSelectionCourseDAL.cs" />
  1413. <Compile Include="SelectCourse\OptionalCourseSettingDAL.cs" />
  1414. <Compile Include="SelectCourse\SelectCourseResult\SelectCourseListDAL.cs" />
  1415. <Compile Include="SelectCourse\SelectCourseResult\SelectCourseResultDAL.cs" />
  1416. <Compile Include="StudentManage\OnlineChecking\CheckingApproveDAL.cs" />
  1417. <Compile Include="StudentManage\OnlineChecking\CheckingCollectDAL.cs" />
  1418. <Compile Include="StudentManage\OnlineChecking\CheckingControlDAL.cs" />
  1419. <Compile Include="StudentManage\OnlineChecking\OpenObjectDAL.cs" />
  1420. <Compile Include="StudentManage\StudentChange\ChangeReportDAL.cs" />
  1421. <Compile Include="StudentManage\StudentChange\ChangeReportTypeDAL.cs" />
  1422. <Compile Include="StudentManage\StudentChange\ChangeTypeSettingDAL.cs" />
  1423. <Compile Include="StudentManage\StudentChange\StudentChangeDAL.cs" />
  1424. <Compile Include="StudentManage\StudentProfile\StudentConductDAL.cs" />
  1425. <Compile Include="StudentManage\StudentProfile\StudentDAL.cs" />
  1426. <Compile Include="StudentManage\StudentProfile\StudentEncourageDAL.cs" />
  1427. <Compile Include="StudentManage\StudentProfile\StudentPostPracticeDAL.cs" />
  1428. <Compile Include="StudentManage\StudentProfile\StudentPunishDAL.cs" />
  1429. <Compile Include="StudentManage\StudentRegister\StudentReportDAL.cs" />
  1430. <Compile Include="StudentManage\StudentRegister\StudentReportStatisticsDAL.cs" />
  1431. <Compile Include="StudentManage\StudentStatistics\InSchoolSettingDAL.cs" />
  1432. <Compile Include="StudentSystem\Examine\ExamineApplyDAL.cs" />
  1433. <Compile Include="StudentSystem\MyGrade\CourseGradeDAL.cs" />
  1434. <Compile Include="StudentSystem\StudentMaterial\StudentRecordDAL.cs" />
  1435. <Compile Include="SupervisionManage\LessonRecordDAL.cs" />
  1436. <Compile Include="SupervisionManage\ProjectRecordDAL.cs" />
  1437. <Compile Include="SupervisionManage\SupDocumentDAL.cs" />
  1438. <Compile Include="SupervisionManage\SupervisionCollegeDAL.cs" />
  1439. <Compile Include="SupervisionManage\SupervisionUserDAL.cs" />
  1440. <Compile Include="SupervisionManage\SupEvaluationDAL.cs" />
  1441. <Compile Include="SystemDAL\DictionaryDAL.cs" />
  1442. <Compile Include="Common\Students\DifferentDynamicDAL.cs" />
  1443. <Compile Include="Common\EvaluationManage\EvaluationTypeDAL.cs" />
  1444. <Compile Include="Common\EvaluationManage\EvaluationTableDAL.cs" />
  1445. <Compile Include="Common\TeachingMaterial\TeachersOrderDAL.cs" />
  1446. <Compile Include="CultureplanManage\PlanManagement\OptionalCoursePlanDAL.cs" />
  1447. <Compile Include="CultureplanManage\PlanManagement\PlanApplicationDAL.cs" />
  1448. <Compile Include="CultureplanManage\PlanManagement\SpecialtyCourseDAL.cs" />
  1449. <Compile Include="SelectCourse\OpenControlSettingDAL.cs" />
  1450. <Compile Include="SelectCourse\TypeSettingDAL.cs" />
  1451. <Compile Include="SystemDAL\ParameterDAL.cs" />
  1452. <Compile Include="SystemDAL\SerialNumberDAL.cs" />
  1453. <Compile Include="EducationManage\ExecutablePlanDAL.cs" />
  1454. <Compile Include="SystemDAL\UserInfoChangeDAL.cs" />
  1455. <Compile Include="SystemSetting\ControlItemDAL.cs" />
  1456. <Compile Include="SystemSetting\DictionaryDAL.cs" />
  1457. <Compile Include="SystemSetting\DictionaryItemDAL.cs" />
  1458. <Compile Include="TerminatePrinter\PrintControlDAL.cs" />
  1459. <Compile Include="TerminatePrinter\StudentPrintTimesDAL.cs" />
  1460. <Compile Include="CultureplanManage\CourseMaterial\CoursematerialDAL.cs" />
  1461. <Compile Include="Common\EvaluationManage\EvaluationControlDAL.cs" />
  1462. <Compile Include="Common\CalendarManage\ActivitieDAL.cs" />
  1463. <Compile Include="Common\CalendarManage\SCalendarDAL.cs" />
  1464. <Compile Include="Common\CalendarManage\CoursesTimeDAL.cs" />
  1465. <Compile Include="Common\CalendarManage\SchoolYearDAL.cs" />
  1466. <Compile Include="Common\CalendarManage\DutyDAL.cs" />
  1467. <Compile Include="Common\Studentsetting\StudentsettingDAL.cs" />
  1468. <Compile Include="Common\Students\StudentsDAL.cs" />
  1469. <Compile Include="Common\TeachingMaterial\LibraryDAL.cs" />
  1470. <Compile Include="Common\TeachingMaterial\PublishDAL.cs" />
  1471. <Compile Include="Common\TeachingMaterial\TeachingMaterialPoolDAL.cs" />
  1472. <Compile Include="Log\OperateLogDAL.cs" />
  1473. <Compile Include="Repositories\Log\LogRepository.cs" />
  1474. <Compile Include="Repositories\Log\OperateRepository.cs">
  1475. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1476. </Compile>
  1477. <Compile Include="Repositories\Log\RepositoryGenerator.cs">
  1478. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1479. <AutoGen>True</AutoGen>
  1480. <DesignTime>True</DesignTime>
  1481. </Compile>
  1482. <Compile Include="Repositories\Log\VWUserRepository.cs">
  1483. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  1484. </Compile>
  1485. <Compile Include="SystemDAL\AnnouncementDAL.cs" />
  1486. <Compile Include="SystemDAL\ContextMenuDAL.cs" />
  1487. <Compile Include="SystemDAL\DataRangeDAL.cs" />
  1488. <Compile Include="SystemDAL\FunctionDAL.cs" />
  1489. <Compile Include="SystemDAL\MailVerifyCodeDAL.cs" />
  1490. <Compile Include="SystemDAL\MenuDAL.cs" />
  1491. <Compile Include="SystemDAL\ProcessWorkfloconfigDAL.cs" />
  1492. <Compile Include="SystemDAL\RoleDAL.cs" />
  1493. <Compile Include="SystemDAL\ScheduleDAL.cs" />
  1494. <Compile Include="SystemDAL\UserDAL.cs" />
  1495. <Compile Include="UnitOfWork.cs" />
  1496. <Compile Include="Properties\AssemblyInfo.cs" />
  1497. <Compile Include="Repositories\Repository.cs">
  1498. <SubType>Code</SubType>
  1499. </Compile>
  1500. <Compile Include="UniversityManage\AdministrativeOrgan\CampusDAL.cs" />
  1501. <Compile Include="UniversityManage\AdministrativeOrgan\CollegeDAL.cs" />
  1502. <Compile Include="UniversityManage\AdministrativeOrgan\DepartmentDAL.cs" />
  1503. <Compile Include="UniversityManage\AdministrativeOrgan\UniversityDAL.cs" />
  1504. <Compile Include="UniversityManage\ClassroomManage\BuildingsInfoDAL.cs" />
  1505. <Compile Include="UniversityManage\ClassroomManage\ClassroomDAL.cs" />
  1506. <Compile Include="UniversityManage\SpecialtyClassManage\ClassmajorDAL.cs" />
  1507. <Compile Include="UniversityManage\SpecialtyClassManage\FacultymajorDAL.cs" />
  1508. <Compile Include="UniversityManage\SpecialtyClassManage\GrademajorDAL.cs" />
  1509. <Compile Include="UniversityManage\TeacherManage\StaffDAL.cs" />
  1510. <Compile Include="LogUnitOfWork.cs" />
  1511. </ItemGroup>
  1512. <ItemGroup>
  1513. <ProjectReference Include="..\EMIS.Entities.HRServices\EMIS.Entities.HRServices.csproj">
  1514. <Project>{7EB62FAF-C70F-4EED-AE7E-F3AD03F8824D}</Project>
  1515. <Name>EMIS.Entities.HRServices</Name>
  1516. </ProjectReference>
  1517. <ProjectReference Include="..\EMIS.Entities.Log\EMIS.Entities.Log.csproj">
  1518. <Project>{db95178f-587b-4f96-88da-d4fd8ef75bff}</Project>
  1519. <Name>EMIS.Entities.Log</Name>
  1520. </ProjectReference>
  1521. <ProjectReference Include="..\EMIS.Entities\EMIS.Entities.csproj">
  1522. <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
  1523. <Name>EMIS.Entities</Name>
  1524. </ProjectReference>
  1525. <ProjectReference Include="..\EMIS.Utility\EMIS.Utility.csproj">
  1526. <Project>{E23364FA-480A-4A5D-95A4-ECBEDFDE03B4}</Project>
  1527. <Name>EMIS.Utility</Name>
  1528. </ProjectReference>
  1529. <ProjectReference Include="..\EMIS.ViewModel\EMIS.ViewModel.csproj">
  1530. <Project>{885CA886-40C2-480E-9576-E771C8F6032E}</Project>
  1531. <Name>EMIS.ViewModel</Name>
  1532. </ProjectReference>
  1533. </ItemGroup>
  1534. <ItemGroup>
  1535. <Content Include="HRServiceRepositories\RepositoryGenerator.tt">
  1536. <Generator>TextTemplatingFileGenerator</Generator>
  1537. <LastGenOutput>RepositoryGenerator.cs</LastGenOutput>
  1538. </Content>
  1539. <Content Include="Repositories\Log\RepositoryGenerator.tt">
  1540. <Generator>TextTemplatingFileGenerator</Generator>
  1541. <LastGenOutput>RepositoryGenerator.cs</LastGenOutput>
  1542. </Content>
  1543. <Content Include="Repositories\RepositoryGenerator.tt">
  1544. <Generator>TextTemplatingFileGenerator</Generator>
  1545. <LastGenOutput>RepositoryGenerator.cs</LastGenOutput>
  1546. </Content>
  1547. </ItemGroup>
  1548. <ItemGroup>
  1549. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  1550. </ItemGroup>
  1551. <ItemGroup>
  1552. <Folder Include="TeachingManage\" />
  1553. </ItemGroup>
  1554. <ItemGroup>
  1555. <None Include="app.config" />
  1556. <Compile Include="Common\EvaluationManage\EvaluationTargetDAL.cs" />
  1557. <Compile Include="Common\EvaluationManage\EvaluationProjectDAL.cs" />
  1558. <Compile Include="Common\EvaluationManage\EvaluationNormDAL.cs" />
  1559. </ItemGroup>
  1560. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1561. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1562. Other similar extension points exist, see Microsoft.Common.targets.
  1563. <Target Name="BeforeBuild">
  1564. </Target>
  1565. <Target Name="AfterBuild">
  1566. </Target>
  1567. -->
  1568. </Project>