EMIS.CommonLogic.csproj 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  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>{3F1264D0-C66F-4F85-A0C6-F4E43FEE616A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.CommonLogic</RootNamespace>
  12. <AssemblyName>EMIS.CommonLogic</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="Aspose.Cells, Version=18.4.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\Lib\Aspose.Cells.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Autofac">
  47. <HintPath>..\..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
  48. </Reference>
  49. <Reference Include="AutoMapper">
  50. <HintPath>..\..\Lib\AutoMapper.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Bowin.Common">
  53. <HintPath>..\..\Lib\Bowin.Common.dll</HintPath>
  54. </Reference>
  55. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  58. </Reference>
  59. <Reference Include="NPOI">
  60. <HintPath>..\..\EMISOnline\Lib\NPOI.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.configuration" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Data.Linq" />
  66. <Reference Include="System.Drawing" />
  67. <Reference Include="System.Runtime.Serialization" />
  68. <Reference Include="System.ServiceModel" />
  69. <Reference Include="System.Transactions" />
  70. <Reference Include="System.Web" />
  71. <Reference Include="System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Xml.Linq" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="Microsoft.CSharp" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Xml" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="CalendarManage\ArrangementServices.cs" />
  83. <Compile Include="ChargeManage\ArrearsSituation\ArrearsListServices.cs" />
  84. <Compile Include="ChargeManage\ArrearsSituation\ChargeControlServices.cs" />
  85. <Compile Include="ChargeManage\ChargeSituation\ChargeAggregateServices.cs" />
  86. <Compile Include="ChargeManage\ChargeSituation\ChargeDelayServices.cs" />
  87. <Compile Include="ChargeManage\ChargeSituation\ChargeProjectServices.cs" />
  88. <Compile Include="ChargeManage\ChargeSituation\ChargeStandardServices.cs" />
  89. <Compile Include="ChargeManage\ChargeTotal\ChargeTotalServices.cs" />
  90. <Compile Include="ChargeManage\ChargeSituation\StudentChargePaymenServices.cs" />
  91. <Compile Include="ChargeManage\ChargeSituation\StudentChargeServices.cs" />
  92. <Compile Include="CultureplanManage\CourseMaterial\ClubCourseServices.cs" />
  93. <Compile Include="CultureplanManage\CourseMaterial\CourseTypeSetServices.cs" />
  94. <Compile Include="CultureplanManage\CourseMaterial\TeachTypeServices.cs" />
  95. <Compile Include="CultureplanManage\PlanManagement\AdultSpecialtyPlanServices.cs" />
  96. <Compile Include="CultureplanManage\PlanManagement\OptionalCoursePlanServices.cs" />
  97. <Compile Include="CultureplanManage\PlanManagement\PlanApplicationApproveServices.cs" />
  98. <Compile Include="CultureplanManage\PlanManagement\PlanApplicationServices.cs" />
  99. <Compile Include="CultureplanManage\PlanManagement\SpecialtyCourseServices.cs" />
  100. <Compile Include="CultureplanManage\PlanManagement\SpecialtyPlanServices.cs" />
  101. <Compile Include="DegreeManage\DegreeManage\DegreeApplyServices.cs" />
  102. <Compile Include="DegreeManage\DegreeManage\DegreeApproveServices.cs" />
  103. <Compile Include="DegreeManage\DegreeManage\DegreeListServices.cs" />
  104. <Compile Include="DegreeManage\DegreeSetting\DegreeConditionPackageServices.cs" />
  105. <Compile Include="DegreeManage\DegreeSetting\DegreeConditionServices.cs" />
  106. <Compile Include="DegreeManage\DegreeSetting\DegreeOpenControlServices.cs" />
  107. <Compile Include="DQPSystem\CommunicateServices.cs" />
  108. <Compile Include="DQPSystem\SOCDetailGroupServices.cs" />
  109. <Compile Include="DQPSystem\SOCDetailScoreServices.cs" />
  110. <Compile Include="DQPSystem\SOCDetailServices.cs" />
  111. <Compile Include="DQPSystem\SOCDocServices.cs" />
  112. <Compile Include="DQPSystem\SOCScoreServices.cs" />
  113. <Compile Include="DQPSystem\SOCServices.cs" />
  114. <Compile Include="DQPSystem\SOCServices_heyw.cs" />
  115. <Compile Include="DQPSystem\SOCTemplateServices.cs" />
  116. <Compile Include="EducationManage\AdultEducationMissionClassServices.cs" />
  117. <Compile Include="EducationManage\EducationArrange\EducationMissionClassStudentServices.cs" />
  118. <Compile Include="EducationManage\EducationMissionClassCheckServices.cs" />
  119. <Compile Include="EducationManage\EducationMissionClassServices.cs" />
  120. <Compile Include="EducationManage\EducationMissionClassServices_Partial.cs" />
  121. <Compile Include="EducationManage\EducationMissionOpenControlServices.cs" />
  122. <Compile Include="EducationManage\EducationSchedulingClassServices.cs" />
  123. <Compile Include="EducationManage\ExecutableMinorPlanServices.cs" />
  124. <Compile Include="EducationManage\ExecutablePlanServices.cs" />
  125. <Compile Include="EducationSchedule\ClassroomExcessiveUseServices.cs" />
  126. <Compile Include="EducationSchedule\EducationMissionClassScheduleAdultServices.cs" />
  127. <Compile Include="EducationSchedule\EducationMissionClassScheduleServices.cs" />
  128. <Compile Include="EducationSchedule\EducationSchedulingAdjustmentServices.cs" />
  129. <Compile Include="EducationSchedule\EducationSchedulingStopServices.cs" />
  130. <Compile Include="EducationSchedule\RealtimeServices.cs" />
  131. <Compile Include="EducationSchedule\ScheduleServices.cs" />
  132. <Compile Include="ElectiveEnter\ElectiveCourseEnterServices.cs" />
  133. <Compile Include="EnrollManage\NewStudentManage\NewStudentCollegeServices.cs" />
  134. <Compile Include="EnrollManage\NewStudentManage\NewStudentEnterServices.cs" />
  135. <Compile Include="EnrollManage\NewStudentManage\NewStudentServices.cs" />
  136. <Compile Include="EnrollManage\SpecialtyManage\CustomStandardSettingServices.cs" />
  137. <Compile Include="EnrollManage\SpecialtyManage\RecruitSpecialtyServices.cs" />
  138. <Compile Include="EnrollManage\SpecialtyManage\SpecialtyApplyServices.cs" />
  139. <Compile Include="EnrollManage\SpecialtyManage\SpecialtyClassSettingServices.cs" />
  140. <Compile Include="EnrollManage\SpecialtyManage\SpecialtyServices.cs" />
  141. <Compile Include="EvaluationManage\EvaluationAdviseServices.cs" />
  142. <Compile Include="EvaluationManage\EvaluationEnterServices.cs" />
  143. <Compile Include="EvaluationManage\EvaluationIntTypeServices.cs" />
  144. <Compile Include="EvaluationManage\EvaluationManage\EvaluationCollegeScoreServices.cs" />
  145. <Compile Include="EvaluationManage\EvaluationManage\EvaluationStudentScoreServices.cs" />
  146. <Compile Include="EvaluationManage\EvaluationOpenControlServices.cs" />
  147. <Compile Include="EvaluationManage\EvaluationRecordServices.cs" />
  148. <Compile Include="EvaluationManage\EvaluationResult\EvaluationStaffScoreServices.cs" />
  149. <Compile Include="EvaluationManage\EvaluationSettingServices.cs" />
  150. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationControlServices.cs" />
  151. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationGradeControlServices.cs" />
  152. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationIntTypeServices.cs" />
  153. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationNeedServices.cs" />
  154. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationParticipateTypeServices.cs" />
  155. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationSensitiveWordServices.cs" />
  156. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationTypeServices.cs" />
  157. <Compile Include="EvaluationManage\EvaluationTable\EvaluationNormServices.cs" />
  158. <Compile Include="EvaluationManage\EvaluationTable\EvaluationProjectServices.cs" />
  159. <Compile Include="EvaluationManage\EvaluationTable\EvaluationTableServices.cs" />
  160. <Compile Include="EvaluationManage\EvaluationTable\EvaluationTargetServices.cs" />
  161. <Compile Include="EvaluationManage\EvaluationTeacherScoreServices.cs" />
  162. <Compile Include="EvaluationManage\SatisfyRateServices.cs" />
  163. <Compile Include="EvaluationManage\StudentEvaluationCountServices.cs" />
  164. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentServices.cs" />
  165. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentSettingDetailServices.cs" />
  166. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentSettingScoreServices.cs" />
  167. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentSettingServices.cs" />
  168. <Compile Include="EvaluationManage\TeacherEvaluationCountServices.cs" />
  169. <Compile Include="EvaluationManage\TeacherEvaluationServices.cs" />
  170. <Compile Include="ExaminationApply\ExaminationSubjectServices.cs" />
  171. <Compile Include="ExaminationApply\ExaminationSubjectsServices.cs" />
  172. <Compile Include="ExaminationManage\ExaminationModeSettingServices.cs" />
  173. <Compile Include="ExaminationManage\ExaminationTeacherServices.cs" />
  174. <Compile Include="ExaminationApply\ExaminationTypeServices.cs" />
  175. <Compile Include="ExaminationManage\ExaminationPlanServices.cs" />
  176. <Compile Include="ExaminationApply\OpenControlServices.cs" />
  177. <Compile Include="ExaminationManage\RoomSettingServices.cs" />
  178. <Compile Include="ExaminationApply\SubjectCountLimitServices.cs" />
  179. <Compile Include="ExaminationManage\StudentExaminationCourseServices.cs" />
  180. <Compile Include="ExaminationManage\TimeSegmentServices.cs" />
  181. <Compile Include="GraduationManage\CompletionManage\CompletionListServices.cs" />
  182. <Compile Include="GraduationManage\GraduateCardManage\GraduateCardApplyServices.cs" />
  183. <Compile Include="GraduationManage\GraduateCardManage\GraduateCardApproveServices.cs" />
  184. <Compile Include="GraduationManage\GraduateCardManage\GraduateCardListServices.cs" />
  185. <Compile Include="GraduationManage\GraduationManage\GraduationApplyServices.cs" />
  186. <Compile Include="GraduationManage\GraduationManage\GraduationApproveServices.cs" />
  187. <Compile Include="GraduationManage\GraduationManage\GraduationListServices.cs" />
  188. <Compile Include="GraduationManage\GraduationManage\GraduationPreliminaryServices.cs" />
  189. <Compile Include="GraduationManage\GraduationRequirement\CourseTypeRequirementServices.cs" />
  190. <Compile Include="GraduationManage\GraduationRequirement\GrademajorRequirementServices.cs" />
  191. <Compile Include="GraduationManage\GraduationRequirement\GraduationCourseServices.cs" />
  192. <Compile Include="GraduationManage\GraduationRequirement\GraduationCourseTypeSettingServices.cs" />
  193. <Compile Include="GraduationManage\GraduationSetting\GraduationConditionPackageServices.cs" />
  194. <Compile Include="GraduationManage\GraduationSetting\GraduationConditionServices.cs" />
  195. <Compile Include="GraduationManage\GraduationSetting\GraduationSchoolYearServices.cs" />
  196. <Compile Include="GraduationManage\GraduationSetting\GraduationStandardServices.cs" />
  197. <Compile Include="MinorGraduation\MinorGraduationManage\MinorGraduationApplyServices.cs" />
  198. <Compile Include="MinorGraduation\MinorGraduationSetting\MinorGraduationConditionPackageServices.cs" />
  199. <Compile Include="MinorGraduation\MinorGraduationSetting\MinorGraduationConditionServices.cs" />
  200. <Compile Include="MinorGraduation\MinorGraduationSetting\MinorGraduationStandardServices.cs" />
  201. <Compile Include="MinorManage\MinorApply\MinorApplyServices.cs" />
  202. <Compile Include="MinorManage\MinorApply\StudentMinorRegistApplyServices.cs" />
  203. <Compile Include="MinorManage\MinorApply\StudentMinorServices.cs" />
  204. <Compile Include="MinorManage\MinorClass\MinorClassServices.cs" />
  205. <Compile Include="MinorManage\MinorPlanManage\MinorPlanApplyServices.cs" />
  206. <Compile Include="MinorManage\MinorPlanManage\MinorPlanApproveServices.cs" />
  207. <Compile Include="MinorManage\MinorPlanManage\MinorSpecialtyPlanServices.cs" />
  208. <Compile Include="MinorManage\MinorPlanManage\MinorSpecialtyServices.cs" />
  209. <Compile Include="MinorManage\MinorSetting\MinorConditionServices.cs" />
  210. <Compile Include="MinorManage\MinorSetting\MinorStandardSettingServices.cs" />
  211. <Compile Include="MinorManage\MinorSpecialtyCourseManage\MinorSpecialtyCourseServices.cs" />
  212. <Compile Include="MinorManage\MinorSetting\MinorControlServices.cs" />
  213. <Compile Include="PaymentManage\LearningformRateServices.cs" />
  214. <Compile Include="PaymentManage\LevelStandardServices.cs" />
  215. <Compile Include="PaymentManage\PaymentServices.cs" />
  216. <Compile Include="PaymentManage\PaymentStandardServices.cs" />
  217. <Compile Include="PaymentManage\PracticeRateServices.cs" />
  218. <Compile Include="PaymentManage\StaffStandardServices.cs" />
  219. <Compile Include="PaymentManage\StudentCountRateServices.cs" />
  220. <Compile Include="PaymentManage\TeacherTypePaymentFormulaService.cs" />
  221. <Compile Include="PaymentManage\WorktimeAdditionServices.cs" />
  222. <Compile Include="PaymentManage\WorktimeAdjustmentServices.cs" />
  223. <Compile Include="PaymentManage\WorktimeRateServices.cs" />
  224. <Compile Include="ProcurementPlan\PurchasingStatisticsServices.cs" />
  225. <Compile Include="Report\NewReportServices.cs" />
  226. <Compile Include="RetakeManage\General\RetakePlanListServices.cs" />
  227. <Compile Include="RetakeManage\General\RetakePlanResultServices.cs" />
  228. <Compile Include="RetakeManage\General\RetakePlanStudentApplyServices.cs" />
  229. <Compile Include="RetakeManage\General\RetakePlanTaskServices.cs" />
  230. <Compile Include="RetakeManage\RetakeConditionServices.cs" />
  231. <Compile Include="RetakeManage\RetakeOpenControlServices.cs" />
  232. <Compile Include="RetakeManage\RetakeParameterServices.cs" />
  233. <Compile Include="RetakeManage\RetakePlanServices.cs" />
  234. <Compile Include="RetakeManage\RetakePlanStudentServices.cs" />
  235. <Compile Include="SchedulingManage\ScheduleApproval\CollegeScheduleApprovalServices.cs" />
  236. <Compile Include="SchedulingManage\SchedulingSettings\ClassmajorScheduleSettingServices.cs" />
  237. <Compile Include="SchedulingManage\SchedulingSettings\ClassroomReserveServices.cs" />
  238. <Compile Include="SchedulingManage\SchedulingSettings\ClassroomScheduleSettingServices.cs" />
  239. <Compile Include="SchedulingManage\SchedulingSettings\CourseTimeHoursServices.cs" />
  240. <Compile Include="SchedulingManage\SchedulingSettings\CollegeClassroomServices.cs" />
  241. <Compile Include="SchedulingManage\SchedulingSettings\CollegePriorityServices.cs" />
  242. <Compile Include="SchedulingManage\SchedulingSettings\CourseScheduleSettingServices.cs" />
  243. <Compile Include="SchedulingManage\SchedulingSettings\CourseTypePriorityServices.cs" />
  244. <Compile Include="SchedulingManage\SchedulingSettings\TeacherScheduleSettingServices.cs" />
  245. <Compile Include="ScoreManage\CreditFormulaServices.cs" />
  246. <Compile Include="ScoreManage\ExaminationExemptionServices.cs" />
  247. <Compile Include="ScoreManage\ExaminationSuspensionServices.cs" />
  248. <Compile Include="ScoreManage\ExamsCategorySettingServices.cs" />
  249. <Compile Include="ScoreManage\FinalExaminationServices.cs" />
  250. <Compile Include="ScoreManage\FinallyScoreServices.cs" />
  251. <Compile Include="ScoreManage\GradePointFormulaServices.cs" />
  252. <Compile Include="ScoreManage\ImportScoreServices.cs" />
  253. <Compile Include="ScoreManage\LevelScoreManage\LevelScoreServices.cs" />
  254. <Compile Include="ScoreManage\LevelScoreManage\LevelSettingServices.cs" />
  255. <Compile Include="ScoreManage\LevelScoreServices.cs" />
  256. <Compile Include="ScoreManage\LevelSettingServices.cs" />
  257. <Compile Include="ScoreManage\MisconductServices.cs" />
  258. <Compile Include="ScoreManage\NotPassStudentServices.cs" />
  259. <Compile Include="ScoreManage\ResultTypeDetailServices.cs" />
  260. <Compile Include="ScoreManage\ScoreConvertByApplyServices.cs" />
  261. <Compile Include="ScoreManage\ScoreConvertByReplaceServices.cs" />
  262. <Compile Include="ScoreManage\ScoreFormulaServices.cs" />
  263. <Compile Include="ScoreManage\ScoreParameterSettingServices.cs" />
  264. <Compile Include="ScoreManage\ScoreParamterCollegeSettingServices.cs" />
  265. <Compile Include="ScoreManage\ScoreServices.cs" />
  266. <Compile Include="ScoreManage\SpecialityScoreByFinalScoreServices.cs" />
  267. <Compile Include="ScoreManage\SpecialityScoreSumServices.cs" />
  268. <Compile Include="ScoreManage\StudentScoreServices.cs" />
  269. <Compile Include="ExaminationApply\ExaminationSubjectCollegeControlServices.cs" />
  270. <Compile Include="ScoreManage\ScoreConvertByLevelServices.cs" />
  271. <Compile Include="SelectCourse\ExecutableFreeSelectionCouseServices.cs" />
  272. <Compile Include="SelectCourse\FreeSelectionCourseApplyServices.cs" />
  273. <Compile Include="SelectCourse\FreeSelectionCourseServices.cs" />
  274. <Compile Include="SelectCourse\OptionalCourseSettingServices.cs" />
  275. <Compile Include="SelectCourse\SelectCourseResult\SelectCourseListServices.cs" />
  276. <Compile Include="SelectCourse\SelectCourseResult\SelectCourseResultServices.cs" />
  277. <Compile Include="SelectCourse\StudentSelectCourseServices.cs" />
  278. <Compile Include="StudentManage\OnlineChecking\CheckingApproveServices.cs" />
  279. <Compile Include="StudentManage\OnlineChecking\CheckingCollectServices.cs" />
  280. <Compile Include="StudentManage\OnlineChecking\CheckingControlServices.cs" />
  281. <Compile Include="StudentManage\OnlineChecking\OpenObjectServices.cs" />
  282. <Compile Include="StudentManage\StudentChange\ChangeApplyServices.cs" />
  283. <Compile Include="StudentManage\StudentChange\ChangeApproveServices.cs" />
  284. <Compile Include="StudentManage\StudentChange\ChangeReportServices.cs" />
  285. <Compile Include="StudentManage\StudentChange\ChangeReportTypeServices.cs" />
  286. <Compile Include="StudentManage\StudentChange\ChangeResultServices.cs" />
  287. <Compile Include="StudentManage\StudentChange\ChangeTotalServices.cs" />
  288. <Compile Include="StudentManage\StudentChange\ChangeTypeSettingServices.cs" />
  289. <Compile Include="StudentManage\StudentProfile\StudentConductServices.cs" />
  290. <Compile Include="StudentManage\StudentProfile\StudentEncourageServices.cs" />
  291. <Compile Include="StudentManage\StudentProfile\StudentPostPracticeServices.cs" />
  292. <Compile Include="StudentManage\StudentProfile\StudentPunishServices.cs" />
  293. <Compile Include="StudentManage\StudentProfile\StudentServices.cs" />
  294. <Compile Include="StudentManage\StudentRegister\ReportControlServices.cs" />
  295. <Compile Include="StudentManage\StudentRegister\StudentReportServices.cs" />
  296. <Compile Include="StudentManage\StudentRegister\StudentReportStatisticsServices.cs" />
  297. <Compile Include="StudentManage\StudentStatistics\InSchoolSettingServices.cs" />
  298. <Compile Include="Students\BatchQuitServices.cs" />
  299. <Compile Include="Students\BatchRepeatServices.cs" />
  300. <Compile Include="Students\BatchSuspendServices.cs" />
  301. <Compile Include="Students\CourseGradeServices.cs" />
  302. <Compile Include="Students\DifferentDynamicServices.cs" />
  303. <Compile Include="EvaluationManage\EvaluationTypeServices.cs" />
  304. <Compile Include="EvaluationManage\EvaluationProjectServices.cs" />
  305. <Compile Include="SelectCourse\ConditionServices.cs" />
  306. <Compile Include="SelectCourse\OpenControlSettingServices.cs" />
  307. <Compile Include="SelectCourse\TypeSettingServices.cs" />
  308. <Compile Include="Students\ExamineApplyServices.cs" />
  309. <Compile Include="Students\HighBaseTable\BachelorSpecialtyStudentCountServices.cs" />
  310. <Compile Include="Students\HighBaseTable\FacultymajorStudentCountServices.cs" />
  311. <Compile Include="Students\HighBaseTable\InschoolAgeStatusServices.cs" />
  312. <Compile Include="Students\HighBaseTable\InschoolOtherStatusServices.cs" />
  313. <Compile Include="Students\HighBaseTable\JuniorSpecialtyStudentCountServices.cs" />
  314. <Compile Include="Students\HighBaseTable\RecruitStatusServices.cs" />
  315. <Compile Include="Students\HighBaseTable\RecruitTerritorialReportServices.cs" />
  316. <Compile Include="Students\HighBaseTable\StudentChangeServices.cs" />
  317. <Compile Include="Students\HighBaseTable\StudentQuitReasonServices.cs" />
  318. <Compile Include="BaseServices.cs" />
  319. <Compile Include="CultureplanManage\CourseMaterial\CoursematerialServices.cs" />
  320. <Compile Include="DALModule.cs" />
  321. <Compile Include="EvaluationManage\EvaluationControlServices.cs" />
  322. <Compile Include="Log\OperateLogServices.cs" />
  323. <Compile Include="Properties\AssemblyInfo.cs" />
  324. <Compile Include="CalendarManage\ActivitieServices.cs" />
  325. <Compile Include="CalendarManage\CalendarViewServices.cs" />
  326. <Compile Include="CalendarManage\CoursesTimeServices.cs" />
  327. <Compile Include="CalendarManage\SchoolYearServices.cs" />
  328. <Compile Include="Service References\PlugworkflowServices\Reference.cs">
  329. <AutoGen>True</AutoGen>
  330. <DesignTime>True</DesignTime>
  331. <DependentUpon>Reference.svcmap</DependentUpon>
  332. </Compile>
  333. <Compile Include="ServiceModule.cs" />
  334. <Compile Include="Students\ReentryServices.cs" />
  335. <Compile Include="Students\StudentEdcationMissionClassServices.cs" />
  336. <Compile Include="Students\StudentExperienceServices.cs" />
  337. <Compile Include="Students\StudentFamilyServices.cs" />
  338. <Compile Include="Students\StudentRecordServices.cs" />
  339. <Compile Include="StudentWeb\Change\StudentChangeServices.cs" />
  340. <Compile Include="StudentWeb\Evaluation\StudentEvaluationEnterServices.cs" />
  341. <Compile Include="StudentWeb\InfoCenter\CheckingResultServices.cs" />
  342. <Compile Include="StudentWeb\InfoCenter\PersonalInfoServices.cs" />
  343. <Compile Include="SupervisionManage\LessonRecordServices.cs" />
  344. <Compile Include="SupervisionManage\ProjectRecordServices.cs" />
  345. <Compile Include="SupervisionManage\SupDocumentServices.cs" />
  346. <Compile Include="SupervisionManage\SupervisionCollegeServices.cs" />
  347. <Compile Include="SupervisionManage\SupervisionUserServices.cs" />
  348. <Compile Include="SupervisionManage\SupEvaluationServices.cs" />
  349. <Compile Include="SystemServices\ControlItemServices.cs" />
  350. <Compile Include="SystemServices\ParameterServices.cs" />
  351. <Compile Include="SystemServices\SerialNumberServices.cs" />
  352. <Compile Include="SystemServices\UserInfoChangeServices.cs" />
  353. <Compile Include="SystemServices\WorkflowServices.cs" />
  354. <Compile Include="SystemSetting\DictionaryItemServices.cs" />
  355. <Compile Include="SystemSetting\DictionaryServices.cs" />
  356. <Compile Include="TeachingMaterial\StockInDetailServices.cs" />
  357. <Compile Include="TeachingMaterial\StockInServices.cs" />
  358. <Compile Include="TeachingMaterial\StockOutDetailServices.cs" />
  359. <Compile Include="TeachingMaterial\StockOutServices.cs" />
  360. <Compile Include="TeachingMaterial\StudentDistributeServices.cs" />
  361. <Compile Include="TeachingMaterial\StudentsOrderServices.cs" />
  362. <Compile Include="TeachingMaterial\SupplierDiscountSetServices.cs" />
  363. <Compile Include="TeachingMaterial\TeachersConfirmOrderServices.cs" />
  364. <Compile Include="TeachingMaterial\TeachersOrderExamineServices.cs" />
  365. <Compile Include="TeachingMaterial\TeachersOrderServices.cs" />
  366. <Compile Include="TeachingMaterial\InventoryServices.cs" />
  367. <Compile Include="TerminatePrinter\PrintControlServices.cs" />
  368. <Compile Include="TerminatePrinter\StudentPrintTimesServices.cs" />
  369. <Compile Include="Students\StudentsServices.cs">
  370. <SubType>Code</SubType>
  371. </Compile>
  372. <Compile Include="SystemServices\AnnouncementServices.cs" />
  373. <Compile Include="SystemServices\BaseWorkflowServices.cs" />
  374. <Compile Include="SystemServices\BatchModifyServices.cs" />
  375. <Compile Include="SystemServices\ConfiguretermsInfoServices.cs" />
  376. <Compile Include="SystemServices\ContextMenuServices.cs" />
  377. <Compile Include="SystemServices\FunctionCodeServices.cs" />
  378. <Compile Include="SystemServices\MailVerifyServices.cs" />
  379. <Compile Include="SystemServices\MenuServices.cs" />
  380. <Compile Include="SystemServices\ProcessRelationServices.cs" />
  381. <Compile Include="SystemServices\RoleServices.cs" />
  382. <Compile Include="SystemServices\ScheduleServices.cs" />
  383. <Compile Include="SystemServices\UserServices.cs" />
  384. <Compile Include="TeachingMaterial\LibraryServices.cs" />
  385. <Compile Include="TeachingMaterial\PublishServices.cs" />
  386. <Compile Include="TeachingMaterial\TeachingMaterialPoolServices.cs" />
  387. <Compile Include="UniversityManage\AdministrativeOrgan\CampusServices.cs" />
  388. <Compile Include="UniversityManage\AdministrativeOrgan\CollegeServices.cs" />
  389. <Compile Include="UniversityManage\AdministrativeOrgan\DepartmentServices.cs" />
  390. <Compile Include="UniversityManage\AdministrativeOrgan\UniversityServices.cs" />
  391. <Compile Include="UniversityManage\ClassroomManage\BuildingsInfoServices.cs" />
  392. <Compile Include="UniversityManage\ClassroomManage\ClassroomServices.cs" />
  393. <Compile Include="UniversityManage\SpecialtyClassManage\ClassmajorServices.cs" />
  394. <Compile Include="UniversityManage\SpecialtyClassManage\FacultymajorServices.cs" />
  395. <Compile Include="UniversityManage\SpecialtyClassManage\GrademajorServices.cs" />
  396. <Compile Include="UniversityManage\TeacherManage\StaffServices.cs" />
  397. </ItemGroup>
  398. <ItemGroup>
  399. <ProjectReference Include="..\..\EMiS.DataLogic\EMIS.DataLogic.csproj">
  400. <Project>{D9B77877-BBB9-4E90-96B6-32AA6C43C3A1}</Project>
  401. <Name>EMIS.DataLogic</Name>
  402. </ProjectReference>
  403. <ProjectReference Include="..\..\EMIS.Entities.HRServices\EMIS.Entities.HRServices.csproj">
  404. <Project>{7EB62FAF-C70F-4EED-AE7E-F3AD03F8824D}</Project>
  405. <Name>EMIS.Entities.HRServices</Name>
  406. </ProjectReference>
  407. <ProjectReference Include="..\..\EMIS.Entities.Log\EMIS.Entities.Log.csproj">
  408. <Project>{DB95178F-587B-4F96-88DA-D4FD8EF75BFF}</Project>
  409. <Name>EMIS.Entities.Log</Name>
  410. </ProjectReference>
  411. <ProjectReference Include="..\..\EMIS.Entities\EMIS.Entities.csproj">
  412. <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
  413. <Name>EMIS.Entities</Name>
  414. </ProjectReference>
  415. <ProjectReference Include="..\..\EMIS.Utility\EMIS.Utility.csproj">
  416. <Project>{E23364FA-480A-4A5D-95A4-ECBEDFDE03B4}</Project>
  417. <Name>EMIS.Utility</Name>
  418. </ProjectReference>
  419. <ProjectReference Include="..\..\EMIS.ViewModel\EMIS.ViewModel.csproj">
  420. <Project>{885CA886-40C2-480E-9576-E771C8F6032E}</Project>
  421. <Name>EMIS.ViewModel</Name>
  422. </ProjectReference>
  423. <ProjectReference Include="..\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
  424. <Project>{5CE392A4-CCF8-437F-AC8D-C7BDD4F1731A}</Project>
  425. <Name>EMIS.ICommonLogic</Name>
  426. </ProjectReference>
  427. </ItemGroup>
  428. <ItemGroup>
  429. <None Include="app.config" />
  430. <Compile Include="EvaluationManage\EvaluationNormServices.cs" />
  431. <Compile Include="EvaluationManage\EvaluationTargetServices.cs" />
  432. <Compile Include="EvaluationManage\EvaluationTableServices.cs" />
  433. <None Include="packages.config" />
  434. <Compile Include="CalendarManage\SCalendarServices.cs" />
  435. <Compile Include="CalendarManage\DutyServices.cs" />
  436. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ActivityInstanceListTransitionsRes.datasource">
  437. <DependentUpon>Reference.svcmap</DependentUpon>
  438. </None>
  439. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.PendingWorkResultModel.datasource">
  440. <DependentUpon>Reference.svcmap</DependentUpon>
  441. </None>
  442. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ProcessDefinitionCreateInstanceRes.datasource">
  443. <DependentUpon>Reference.svcmap</DependentUpon>
  444. </None>
  445. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ProcessDetailResultModel.datasource">
  446. <DependentUpon>Reference.svcmap</DependentUpon>
  447. </None>
  448. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ProcessInstanceAssignAttributeRes.datasource">
  449. <DependentUpon>Reference.svcmap</DependentUpon>
  450. </None>
  451. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ProcessInstanceListHistoryRes.datasource">
  452. <DependentUpon>Reference.svcmap</DependentUpon>
  453. </None>
  454. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ProcessInstanceStartRes.datasource">
  455. <DependentUpon>Reference.svcmap</DependentUpon>
  456. </None>
  457. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ProcessInstanceTerminateRes.datasource">
  458. <DependentUpon>Reference.svcmap</DependentUpon>
  459. </None>
  460. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ProcessItemAndActionResultModel.datasource">
  461. <DependentUpon>Reference.svcmap</DependentUpon>
  462. </None>
  463. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ProcessItemBatchResultModel.datasource">
  464. <DependentUpon>Reference.svcmap</DependentUpon>
  465. </None>
  466. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ProcessItemResultModel.datasource">
  467. <DependentUpon>Reference.svcmap</DependentUpon>
  468. </None>
  469. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ResultModel.datasource">
  470. <DependentUpon>Reference.svcmap</DependentUpon>
  471. </None>
  472. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ServerConnectRes.datasource">
  473. <DependentUpon>Reference.svcmap</DependentUpon>
  474. </None>
  475. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ServerDisconnectRes.datasource">
  476. <DependentUpon>Reference.svcmap</DependentUpon>
  477. </None>
  478. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ServerGetProcessInstanceRes.datasource">
  479. <DependentUpon>Reference.svcmap</DependentUpon>
  480. </None>
  481. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ServerGetWorkItemRes.datasource">
  482. <DependentUpon>Reference.svcmap</DependentUpon>
  483. </None>
  484. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ServerListProcessDefinitionsRes.datasource">
  485. <DependentUpon>Reference.svcmap</DependentUpon>
  486. </None>
  487. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ServerListProcessInstancesRes.datasource">
  488. <DependentUpon>Reference.svcmap</DependentUpon>
  489. </None>
  490. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.ServerListWorkItemsRes.datasource">
  491. <DependentUpon>Reference.svcmap</DependentUpon>
  492. </None>
  493. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.SMSResultModel.datasource">
  494. <DependentUpon>Reference.svcmap</DependentUpon>
  495. </None>
  496. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.WorkItemAssignAttributeRes.datasource">
  497. <DependentUpon>Reference.svcmap</DependentUpon>
  498. </None>
  499. <None Include="Service References\PlugworkflowServices\EMIS.CommonLogic.PlugworkflowServices.WorkItemCompleteRes.datasource">
  500. <DependentUpon>Reference.svcmap</DependentUpon>
  501. </None>
  502. </ItemGroup>
  503. <ItemGroup>
  504. <WCFMetadata Include="Service References\" />
  505. </ItemGroup>
  506. <ItemGroup>
  507. <WCFMetadataStorage Include="Service References\PlugworkflowServices\" />
  508. </ItemGroup>
  509. <ItemGroup>
  510. <None Include="Service References\PlugworkflowServices\configuration91.svcinfo" />
  511. </ItemGroup>
  512. <ItemGroup>
  513. <None Include="Service References\PlugworkflowServices\configuration.svcinfo" />
  514. </ItemGroup>
  515. <ItemGroup>
  516. <None Include="Service References\PlugworkflowServices\entree1.wsdl" />
  517. <None Include="Service References\PlugworkflowServices\Reference.svcmap">
  518. <Generator>WCF Proxy Generator</Generator>
  519. <LastGenOutput>Reference.cs</LastGenOutput>
  520. </None>
  521. </ItemGroup>
  522. <ItemGroup>
  523. <None Include="Service References\PlugworkflowServices\entree1.disco" />
  524. </ItemGroup>
  525. <ItemGroup />
  526. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  527. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  528. Other similar extension points exist, see Microsoft.Common.targets.
  529. <Target Name="BeforeBuild">
  530. </Target>
  531. <Target Name="AfterBuild">
  532. </Target>
  533. -->
  534. </Project>