EMIS.ViewModel.csproj 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  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>{885CA886-40C2-480E-9576-E771C8F6032E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.ViewModel</RootNamespace>
  12. <AssemblyName>EMIS.ViewModel</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="Bowin.Common.Mvc">
  46. <HintPath>..\Lib\Bowin.Common.Mvc.dll</HintPath>
  47. </Reference>
  48. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.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="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\Lib\Newtonsoft.Json.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.ComponentModel.DataAnnotations" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Web" />
  67. <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="System.Web.Mvc, Version=4.0.0.0, 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.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\System.Web.Razor.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  84. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
  85. <Private>True</Private>
  86. </Reference>
  87. <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  88. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
  89. <Private>True</Private>
  90. </Reference>
  91. <Reference Include="System.Xml.Linq" />
  92. <Reference Include="System.Data.DataSetExtensions" />
  93. <Reference Include="Microsoft.CSharp" />
  94. <Reference Include="System.Data" />
  95. <Reference Include="System.Xml" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="AccountManage\LogOnModel.cs" />
  99. <Compile Include="CacheManage\IdNameExt.cs" />
  100. <Compile Include="CalendarManage\ArrangementView.cs" />
  101. <Compile Include="CalendarManage\BaseWorkTimeView.cs" />
  102. <Compile Include="CalendarManage\FullCoursesTimeView.cs" />
  103. <Compile Include="ChargeManage\ArrearsSituation\ArrearsListView.cs" />
  104. <Compile Include="ChargeManage\ArrearsSituation\ChargeControlView.cs" />
  105. <Compile Include="ChargeManage\ArrearsSituation\PassStudentView.cs" />
  106. <Compile Include="ChargeManage\ArrearsSituation\StudentArrearsView.cs" />
  107. <Compile Include="ChargeManage\ChargeSituation\ChargeAggregateView.cs" />
  108. <Compile Include="ChargeManage\ChargeSituation\ChargeDelayView.cs" />
  109. <Compile Include="ChargeManage\ChargeSituation\ChargeProjectView.cs" />
  110. <Compile Include="ChargeManage\ChargeSituation\ChargeStandardView.cs" />
  111. <Compile Include="ChargeManage\ChargeTotal\ChargeTotalSumView.cs" />
  112. <Compile Include="ChargeManage\ChargeTotal\ChargeTotalView.cs" />
  113. <Compile Include="ChargeManage\ChargeSituation\StudentChargePaymenView.cs" />
  114. <Compile Include="ChargeManage\ChargeSituation\StudentChargeView.cs" />
  115. <Compile Include="CultureplanManage\CourseMaterial\ClubCourseView.cs" />
  116. <Compile Include="CultureplanManage\CourseMaterial\CourseTypeSetView.cs" />
  117. <Compile Include="CultureplanManage\CourseMaterial\TeachTypeSettingView.cs" />
  118. <Compile Include="CultureplanManage\CourseMaterial\TeachTypeView.cs" />
  119. <Compile Include="CultureplanManage\PlanManagement\OptionalCoursePlanView.cs" />
  120. <Compile Include="CultureplanManage\PlanManagement\PlanApplicationView.cs" />
  121. <Compile Include="CultureplanManage\PlanManagement\SpecialtyPlanView.cs" />
  122. <Compile Include="CultureplanManage\PlanManagement\StudentSpecialtyPlanView.cs" />
  123. <Compile Include="DegreeManage\DegreeManage\DegreeApplyView.cs" />
  124. <Compile Include="DegreeManage\DegreeSetting\DegreeConditionPackageView.cs" />
  125. <Compile Include="DegreeManage\DegreeSetting\DegreeConditionView.cs" />
  126. <Compile Include="DegreeManage\DegreeSetting\DegreeFinallyScoreView.cs" />
  127. <Compile Include="DegreeManage\DegreeSetting\DegreeForeignLanguageScoreView.cs" />
  128. <Compile Include="DegreeManage\DegreeSetting\DegreeOpenControlView.cs" />
  129. <Compile Include="Dictionary.cs">
  130. <DependentUpon>Dictionary.tt</DependentUpon>
  131. <AutoGen>True</AutoGen>
  132. <DesignTime>True</DesignTime>
  133. </Compile>
  134. <Compile Include="DifferentDynamic\DifferentDynamicView.cs" />
  135. <Compile Include="DifferentDynamic\DifferentDynamicApprovalView.cs" />
  136. <Compile Include="DifferentDynamic\DifferentDynamicStatisticsView.cs" />
  137. <Compile Include="DifferentDynamic\StudentReentryView.cs" />
  138. <Compile Include="DQPSystem\GroupSOCDetailView.cs" />
  139. <Compile Include="DQPSystem\GroupStudentsView.cs" />
  140. <Compile Include="DQPSystem\SOCCourseScoreView.cs" />
  141. <Compile Include="DQPSystem\SOCDetailAttachmentView.cs" />
  142. <Compile Include="DQPSystem\SOCDetailGroupView.cs" />
  143. <Compile Include="DQPSystem\SOCDetailSubmitView.cs" />
  144. <Compile Include="DQPSystem\SOCDetailView.cs" />
  145. <Compile Include="DQPSystem\SOCDetailGroupScoreView.cs" />
  146. <Compile Include="DQPSystem\SOCDetailRawScoreView.cs" />
  147. <Compile Include="DQPSystem\SOCDetailStudentScoreView.cs" />
  148. <Compile Include="DQPSystem\SOCDocView.cs" />
  149. <Compile Include="DQPSystem\SOCGenerateView.cs" />
  150. <Compile Include="DQPSystem\SOCStudentScoreItemView.cs" />
  151. <Compile Include="DQPSystem\SOCStudentScoreTotalView.cs" />
  152. <Compile Include="DQPSystem\SOCStudentView.cs" />
  153. <Compile Include="DQPSystem\SOCTemplateDetailView.cs" />
  154. <Compile Include="DQPSystem\SOCTemplateView.cs" />
  155. <Compile Include="DQPSystem\SOCView.cs" />
  156. <Compile Include="DQPSystem\StudentCommunicateView.cs" />
  157. <Compile Include="DQPSystem\TeacherCommunicateView.cs" />
  158. <Compile Include="EducationManage\CourseProcessTeacherView.cs" />
  159. <Compile Include="EducationManage\CourseProcessView.cs" />
  160. <Compile Include="EducationManage\EducationArrange\EducationMissionClassStudentView.cs" />
  161. <Compile Include="EducationManage\EducationArrange\EducationMissionClassView.cs" />
  162. <Compile Include="EducationManage\EducationMissionClassCheckTeacherView.cs" />
  163. <Compile Include="EducationManage\EducationMissionClassCheckView.cs" />
  164. <Compile Include="EducationManage\EducationMissionClassComboView.cs" />
  165. <Compile Include="EducationManage\EducationMissionClassContainClassView.cs" />
  166. <Compile Include="EducationManage\EducationMissionImportClassView.cs" />
  167. <Compile Include="EducationManage\EducationMissionOpenControlView.cs" />
  168. <Compile Include="EducationManage\EducationSchedulingClassStudentView.cs" />
  169. <Compile Include="EducationManage\ExecutableMinorPlanView.cs" />
  170. <Compile Include="EducationManage\ExecutablePlanGenerateView.cs" />
  171. <Compile Include="EducationManage\LastCourseStarttermView.cs" />
  172. <Compile Include="EducationManage\StudentExecutablePlanView.cs" />
  173. <Compile Include="EducationSchedule\ClassroomExcessiveUseEditView.cs" />
  174. <Compile Include="EducationSchedule\ClassroomExcessiveUseSchedulingView.cs" />
  175. <Compile Include="EducationSchedule\ClassroomExcessiveUseView.cs" />
  176. <Compile Include="EducationSchedule\ClassroomExcessiveUseWeekNumView.cs" />
  177. <Compile Include="EducationSchedule\ClassroomScheduleView.cs" />
  178. <Compile Include="EducationSchedule\ClearAutoScheduleView.cs" />
  179. <Compile Include="EducationSchedule\CollegeSchoolyearView.cs" />
  180. <Compile Include="EducationSchedule\EducationSchedulingAdjustmentStopView.cs" />
  181. <Compile Include="EducationSchedule\EducationSchedulingConflictView.cs" />
  182. <Compile Include="EducationSchedule\EducationSchedulingStopTeacherView.cs" />
  183. <Compile Include="EducationSchedule\EducationSchedulingStopView.cs" />
  184. <Compile Include="EducationSchedule\EducationSchedulingTeacherListView.cs" />
  185. <Compile Include="EducationSchedule\EducationSchedulingTeacherView.cs" />
  186. <Compile Include="EducationSchedule\EducationSchedulingWeekNumStopView.cs" />
  187. <Compile Include="EducationSchedule\EducationSchedulingWeekNumView.cs" />
  188. <Compile Include="EducationSchedule\MobileUserEducationScheduleView.cs" />
  189. <Compile Include="EducationSchedule\ScheduleAdjustmentEditView.cs" />
  190. <Compile Include="EducationSchedule\ScheduleAdjustmentTeacherView.cs" />
  191. <Compile Include="EducationSchedule\ScheduleAdjustmentView.cs" />
  192. <Compile Include="EducationSchedule\ScheduleStopEditView.cs" />
  193. <Compile Include="EducationSchedule\SchedulingWeekListView.cs" />
  194. <Compile Include="EducationSchedule\StudentAndCourseForExcelView.cs" />
  195. <Compile Include="EducationSchedule\TeacherIsBusyView.cs" />
  196. <Compile Include="EducationSchedule\TeacherIsOnWorkResultView.cs" />
  197. <Compile Include="ElectiveEnter\ElectiveCourseEnterView.cs" />
  198. <Compile Include="EnrollManage\NewStudentManage\NewStudentView.cs" />
  199. <Compile Include="EnrollManage\SpecialtyManage\CustomStandardSettingView.cs" />
  200. <Compile Include="EnrollManage\SpecialtyManage\RecruitSpecialtyClassView.cs" />
  201. <Compile Include="EnrollManage\SpecialtyManage\RecruitSpecialtyView.cs" />
  202. <Compile Include="EnrollManage\SpecialtyManage\SpecialtyApplyView.cs" />
  203. <Compile Include="EnrollManage\SpecialtyManage\SpecialtyClassSettingView.cs" />
  204. <Compile Include="EnrollManage\SpecialtyManage\SpecialtyView.cs" />
  205. <Compile Include="EvaluationManage\EvaluationAdviseView.cs" />
  206. <Compile Include="EvaluationManage\EvaluationEnter\EvaluationEnterView.cs" />
  207. <Compile Include="EvaluationManage\EvaluationManage\EvaluationCollegeScoreView.cs" />
  208. <Compile Include="EvaluationManage\EvaluationManage\EvaluationStudentScoreView.cs" />
  209. <Compile Include="EvaluationManage\EvaluationOpenControlView.cs" />
  210. <Compile Include="EvaluationManage\EvaluationResult\EvaluationStaffScoreView.cs" />
  211. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationControlView.cs" />
  212. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationGradeControlView.cs" />
  213. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationIntTypeView.cs" />
  214. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationNeedView.cs" />
  215. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationParticipateTypeView.cs" />
  216. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationSensitiveWordView.cs" />
  217. <Compile Include="EvaluationManage\EvaluationSetting\EvaluationTypeView.cs" />
  218. <Compile Include="EvaluationManage\EvaluationTable\EvaluationNormDetailView.cs" />
  219. <Compile Include="EvaluationManage\EvaluationTable\EvaluationNormView.cs" />
  220. <Compile Include="EvaluationManage\EvaluationTable\EvaluationProjectView.cs" />
  221. <Compile Include="EvaluationManage\EvaluationTable\EvaluationTableView.cs" />
  222. <Compile Include="EvaluationManage\EvaluationTable\EvaluationTargetView.cs" />
  223. <Compile Include="EvaluationManage\SatisfyRateView.cs" />
  224. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationMissionStaffView.cs" />
  225. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentDetailView.cs" />
  226. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentSettingDetailView.cs" />
  227. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentSettingScoreView.cs" />
  228. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentSettingView.cs" />
  229. <Compile Include="EvaluationManage\StudentEvaluation\EvaluationStudentView.cs" />
  230. <Compile Include="EvaluationManage\TeacherEvaluationCountView.cs" />
  231. <Compile Include="EvaluationManage\EvaluationIntTypeView.cs" />
  232. <Compile Include="EvaluationManage\EvaluationRecordView.cs" />
  233. <Compile Include="EvaluationManage\EvaluationTeacherScoreView.cs" />
  234. <Compile Include="EvaluationManage\StudentEvaluationCountView.cs" />
  235. <Compile Include="ExaminationApply\ExaminationClassroomView.cs" />
  236. <Compile Include="ExaminationApply\ExaminationClassStudentStatisticsView.cs" />
  237. <Compile Include="ExaminationApply\StudentListView.cs" />
  238. <Compile Include="ExaminationManage\AdultExaminationPlanImportView.cs" />
  239. <Compile Include="ExaminationManage\ClassroomConflictView.cs" />
  240. <Compile Include="ExaminationManage\ExamiationPlanAutoScheduleView.cs" />
  241. <Compile Include="ExaminationManage\ExaminationModeSettingView.cs" />
  242. <Compile Include="ExaminationManage\AdultExaminationPlanExportView.cs" />
  243. <Compile Include="ExaminationManage\ExaminationNoticeSettingView.cs" />
  244. <Compile Include="ExaminationManage\ExaminationPlanGdssView.cs" />
  245. <Compile Include="ExaminationManage\ExaminationPlanView.cs" />
  246. <Compile Include="ExaminationManage\ExaminationRoomLayoutView.cs" />
  247. <Compile Include="ExaminationManage\ExaminationRoomStudentView.cs" />
  248. <Compile Include="ExaminationApply\ExaminationSubjectView.cs" />
  249. <Compile Include="ExaminationApply\ExaminationTypeView.cs" />
  250. <Compile Include="ExaminationApply\OpenControlView.cs" />
  251. <Compile Include="ExaminationApply\SubjectCountLimitView.cs" />
  252. <Compile Include="ExaminationManage\StudentConflictView.cs" />
  253. <Compile Include="ExaminationManage\StudentExaminationCourseView.cs" />
  254. <Compile Include="ExaminationManage\TeacherConflictView.cs" />
  255. <Compile Include="ExaminationManage\TimeSegmentView.cs" />
  256. <Compile Include="ExcelImportResult.cs" />
  257. <Compile Include="FileUploadConfig.cs" />
  258. <Compile Include="FileUploadView.cs" />
  259. <Compile Include="GraduationManage\GraduateCardManage\GraduateCardApplyView.cs" />
  260. <Compile Include="GraduationManage\GraduationManage\GraduationApplyView.cs" />
  261. <Compile Include="GraduationManage\GraduationManage\GraduationPreliminaryView.cs" />
  262. <Compile Include="GraduationManage\GraduationManage\GraduationScoreTypeCountView.cs" />
  263. <Compile Include="GraduationManage\GraduationRequirement\CourseTypeRequirementView.cs" />
  264. <Compile Include="GraduationManage\GraduationRequirement\GrademajorRequirementView.cs" />
  265. <Compile Include="GraduationManage\GraduationRequirement\GradSpecialtyPlanView.cs" />
  266. <Compile Include="GraduationManage\GraduationRequirement\GraduateDesignCourseView.cs" />
  267. <Compile Include="GraduationManage\GraduationRequirement\GraduationCourseTypeSettingView.cs" />
  268. <Compile Include="GraduationManage\GraduationRequirement\GraduationCourseView.cs" />
  269. <Compile Include="GraduationManage\GraduationSetting\GraduateDesignCourseScoreView.cs" />
  270. <Compile Include="GraduationManage\GraduationSetting\GraduationConditionPackageView.cs" />
  271. <Compile Include="GraduationManage\GraduationSetting\GraduationConditionView.cs" />
  272. <Compile Include="GraduationManage\GraduationSetting\GraduationSchoolYearView.cs" />
  273. <Compile Include="GraduationManage\GraduationSetting\GraduationStandardView.cs" />
  274. <Compile Include="ImportErrorRowView.cs" />
  275. <Compile Include="MinorGraduation\MinorGraduationManage\MinorGraduationApplyView.cs" />
  276. <Compile Include="MinorGraduation\MinorGraduationSetting\MinorGraduationConditionPackageView.cs" />
  277. <Compile Include="MinorGraduation\MinorGraduationSetting\MinorGraduationConditionView.cs" />
  278. <Compile Include="MinorGraduation\MinorGraduationSetting\MinorGraduationStandardView.cs" />
  279. <Compile Include="MinorManage\MinorApply\GrademinorView.cs" />
  280. <Compile Include="MinorManage\MinorApply\MinorApplyView.cs" />
  281. <Compile Include="MinorManage\MinorApply\StudentMinorView.cs" />
  282. <Compile Include="MinorManage\MinorClass\MinorClassView.cs" />
  283. <Compile Include="MinorManage\MinorPlanManage\MinorSpecialtyPlanView.cs" />
  284. <Compile Include="MinorManage\MinorPlanManage\MinorSpecialtyView.cs" />
  285. <Compile Include="MinorManage\MinorPlanManage\MinorPlanApplyView.cs" />
  286. <Compile Include="MinorManage\MinorSetting\MinorConditionView.cs" />
  287. <Compile Include="MinorManage\MinorSetting\MinorStandardSettingView.cs" />
  288. <Compile Include="MinorManage\MinorSpecialtyCourseManage\MinorSpecialtyCourseView.cs" />
  289. <Compile Include="MinorManage\MinorSetting\MinorControlView.cs" />
  290. <Compile Include="PaymentManage\LearningformRateView.cs" />
  291. <Compile Include="PaymentManage\LevelStandardView.cs" />
  292. <Compile Include="PaymentManage\PaymentDetailView.cs" />
  293. <Compile Include="PaymentManage\PaymentFormlulaView.cs" />
  294. <Compile Include="PaymentManage\PaymentStandardView.cs" />
  295. <Compile Include="PaymentManage\PaymentTotalView.cs" />
  296. <Compile Include="PaymentManage\PracticeRateView.cs" />
  297. <Compile Include="PaymentManage\StaffStandardView.cs" />
  298. <Compile Include="PaymentManage\StudentCountRateView.cs" />
  299. <Compile Include="PaymentManage\TeacherTypePaymentFormulaView.cs" />
  300. <Compile Include="PaymentManage\WorktimeAdditionView.cs" />
  301. <Compile Include="PaymentManage\WorktimeAdjustmentView.cs" />
  302. <Compile Include="PaymentManage\WorktimeRateView.cs" />
  303. <Compile Include="PaymentManage\WorktimeSchedulingView.cs" />
  304. <Compile Include="Report\ClassmajorPrintingSchedulingReportView.cs" />
  305. <Compile Include="Report\ClassroomSchedulingReportView.cs" />
  306. <Compile Include="Report\HighBaseAgeCountView.cs" />
  307. <Compile Include="Report\HighBaseFacultymajorStudentCountView.cs" />
  308. <Compile Include="Report\HighBaseRecruitTerriorialReportView.cs" />
  309. <Compile Include="Report\HighBaseStudentOriginCountView.cs" />
  310. <Compile Include="Report\StudentCountReportView.cs" />
  311. <Compile Include="Report\StudentStatisticsDataView.cs" />
  312. <Compile Include="Report\TeacherSchedulingView.cs" />
  313. <Compile Include="RetakeManage\RetakeDivideIntoClassesView.cs" />
  314. <Compile Include="RetakeManage\RetakeConditionPageView.cs" />
  315. <Compile Include="RetakeManage\RetakeConditionView.cs" />
  316. <Compile Include="RetakeManage\RetakeExamsCategoryView.cs" />
  317. <Compile Include="RetakeManage\RetakeOpenControlView.cs" />
  318. <Compile Include="RetakeManage\RetakeParameterView.cs" />
  319. <Compile Include="RetakeManage\RetakePlanSettingSchedulingView.cs" />
  320. <Compile Include="RetakeManage\RetakePlanStudentApplyView.cs" />
  321. <Compile Include="RetakeManage\RetakePlanStudentTeacherView.cs" />
  322. <Compile Include="RetakeManage\RetakePlanTaskSettingView.cs" />
  323. <Compile Include="RetakeManage\RetakePlanTaskView.cs" />
  324. <Compile Include="RetakeManage\RetakePlanTeacherListView.cs" />
  325. <Compile Include="RetakeManage\RetakeStudentApplyView.cs" />
  326. <Compile Include="RetakeManage\RetakeStudentApproveView.cs" />
  327. <Compile Include="RetakeManage\RetakeStudentListView.cs" />
  328. <Compile Include="RetakeManage\RetakeStudentView.cs" />
  329. <Compile Include="SchedulingManage\ScheduleApproval\CollegeScheduleApprovalView.cs" />
  330. <Compile Include="SchedulingManage\SchedulingSettings\CourseTimeHoursView.cs" />
  331. <Compile Include="ScoreManage\CoursematerialPlanView.cs" />
  332. <Compile Include="ScoreManage\ExaminationExemptionCoursematerialView.cs" />
  333. <Compile Include="ScoreManage\ExaminationExemptionView.cs" />
  334. <Compile Include="ScoreManage\ExaminationSubspensionApproveView.cs" />
  335. <Compile Include="ScoreManage\ExaminationSuspensionCoursematerialView.cs" />
  336. <Compile Include="ScoreManage\ExaminationSuspensionView.cs" />
  337. <Compile Include="ScoreManage\ExamsCategorySettingView.cs" />
  338. <Compile Include="ScoreManage\FinallyScoreView.cs" />
  339. <Compile Include="ScoreManage\ImportScoreView.cs" />
  340. <Compile Include="ScoreManage\LevelScoreManage\LevelScoreView.cs" />
  341. <Compile Include="ScoreManage\LevelScoreManage\LevelSettingView.cs" />
  342. <Compile Include="ScoreManage\LevelScoreView.cs" />
  343. <Compile Include="ScoreManage\LevelSettingView.cs" />
  344. <Compile Include="ScoreManage\MisconductApproveView.cs" />
  345. <Compile Include="ScoreManage\MisconductView.cs" />
  346. <Compile Include="ScoreManage\NotPassStudentView.cs" />
  347. <Compile Include="ScoreManage\OperatorView.cs" />
  348. <Compile Include="ScoreManage\PersonalCoursematerialScoreView.cs" />
  349. <Compile Include="ScoreManage\PersonalCourseTypeCreditView.cs" />
  350. <Compile Include="ScoreManage\PersonalCreditView.cs" />
  351. <Compile Include="ScoreManage\ResitStudentView.cs" />
  352. <Compile Include="ScoreManage\ResultTypeDetailView.cs" />
  353. <Compile Include="ScoreManage\ScoreConvertByApplyView.cs" />
  354. <Compile Include="ScoreManage\ScoreConvertByLevelView.cs" />
  355. <Compile Include="ScoreManage\ScoreConvertByReplaceView.cs" />
  356. <Compile Include="ScoreManage\ScoreEditView.cs" />
  357. <Compile Include="ScoreManage\ScoreFormulaDropdownView.cs" />
  358. <Compile Include="ScoreManage\ScoreParameterCollegeSettingView.cs" />
  359. <Compile Include="ScoreManage\SpecialityCreditCourseTypeView.cs" />
  360. <Compile Include="ScoreManage\SpecialityCreditView.cs" />
  361. <Compile Include="ScoreManage\SpecialityScoreGTView.cs" />
  362. <Compile Include="ScoreManage\SpecialityScoreSummaryCoursematerialView.cs" />
  363. <Compile Include="ScoreManage\SpecialityScoreSummarySchoolcodeView.cs" />
  364. <Compile Include="ScoreManage\SpecialityScoreSummaryScoreView.cs" />
  365. <Compile Include="ScoreManage\SpecialityScoreSummaryView.cs" />
  366. <Compile Include="ScoreManage\SpecialityScoreSummaryYearView.cs" />
  367. <Compile Include="ScoreManage\StudentScoreImportView.cs" />
  368. <Compile Include="ScoreManage\StudentScoreInputView.cs" />
  369. <Compile Include="ScoreManage\ScoreView.cs" />
  370. <Compile Include="ScoreManage\StudentScoreView.cs" />
  371. <Compile Include="ScoreManage\SubmitedScoreDetailView.cs" />
  372. <Compile Include="ExaminationApply\ExaminationSubjectCollegeControlView.cs" />
  373. <Compile Include="SelectCourse\ExecutableFreeSelectionCouseSchedulingView.cs" />
  374. <Compile Include="SelectCourse\ExecutableFreeSelectionCouseSpecialtyListView.cs" />
  375. <Compile Include="SelectCourse\ExecutableFreeSelectionCouseTeacherListView.cs" />
  376. <Compile Include="SelectCourse\FreeSelectionCourseApplySpecialtyListView.cs" />
  377. <Compile Include="SelectCourse\ExecutableFreeSelectionCouseView.cs" />
  378. <Compile Include="SelectCourse\FreeSelectionCouseControl.cs" />
  379. <Compile Include="SelectCourse\OptionalCourseClassListView.cs" />
  380. <Compile Include="SelectCourse\OptionalCourseSettingCreateView.cs" />
  381. <Compile Include="SelectCourse\SelectCourseResult\DuplicateOptionCourseView.cs" />
  382. <Compile Include="SelectCourse\SelectCourseResult\SelectCourseListView.cs" />
  383. <Compile Include="SelectCourse\SelectCourseResult\SelectCourseResultView.cs" />
  384. <Compile Include="SelectCourse\SelectCourseResult\StudentCourseTeacherView.cs" />
  385. <Compile Include="SelectCourse\SelectCourseResult\StudentSelectCourseBaseView.cs" />
  386. <Compile Include="SelectCourse\SelectCourseResult\StudentSelectCourseView.cs" />
  387. <Compile Include="SelectCourse\SelectCourseResult\StudentSelectCourseSummaryView.cs" />
  388. <Compile Include="StartEndTimeView.cs" />
  389. <Compile Include="StudentManage\InfoCenter\EditFeildView.cs" />
  390. <Compile Include="StudentManage\OnlineChecking\CheckingContrastView.cs" />
  391. <Compile Include="StudentManage\OnlineChecking\CheckingControlView.cs" />
  392. <Compile Include="StudentManage\OnlineChecking\CheckingHistoryView.cs" />
  393. <Compile Include="StudentManage\OnlineChecking\OpenObjectView.cs" />
  394. <Compile Include="StudentManage\StudentChange\ChangeReportTypeView.cs" />
  395. <Compile Include="StudentManage\StudentChange\ChangeReportView.cs" />
  396. <Compile Include="StudentManage\StudentChange\ChangeTotalView.cs" />
  397. <Compile Include="StudentManage\StudentChange\ChangeTypeSettingView.cs" />
  398. <Compile Include="StudentManage\StudentChange\StudentChangeView.cs" />
  399. <Compile Include="StudentManage\StudentProfile\StudentBaseView.cs" />
  400. <Compile Include="StudentManage\StudentProfile\StudentConductView.cs" />
  401. <Compile Include="StudentManage\StudentProfile\StudentEncourageView.cs" />
  402. <Compile Include="StudentManage\StudentProfile\StudentPostPracticeView.cs" />
  403. <Compile Include="StudentManage\StudentProfile\StudentPunishView.cs" />
  404. <Compile Include="StudentManage\StudentProfile\StudentView.cs" />
  405. <Compile Include="StudentManage\StudentRegister\ReportControlView.cs" />
  406. <Compile Include="StudentManage\StudentRegister\StudentReportStatisticsView.cs" />
  407. <Compile Include="StudentManage\StudentRegister\StudentReportView.cs" />
  408. <Compile Include="StudentManage\StudentStatistics\InSchoolSettingView.cs" />
  409. <Compile Include="Students\BaseStudentView.cs" />
  410. <Compile Include="Students\CourseGradeView.cs" />
  411. <Compile Include="Students\ExaminationSubjectView.cs" />
  412. <Compile Include="Students\HighBaseTable\AdultBachelorSpecialtyStudentCountView.cs" />
  413. <Compile Include="Students\HighBaseTable\AdultJuniorSpecialtyStudentCountView.cs" />
  414. <Compile Include="Students\HighBaseTable\BachelorSpecialtyStudentCountView.cs" />
  415. <Compile Include="Students\HighBaseTable\FacultymajorStudentCountView.cs" />
  416. <Compile Include="Students\HighBaseTable\InschoolAgeStatusView.cs" />
  417. <Compile Include="Students\HighBaseTable\InschoolOtherStatusView.cs" />
  418. <Compile Include="Students\HighBaseTable\JuniorSpecialtyStudentCountView.cs" />
  419. <Compile Include="Students\HighBaseTable\RecruitStatusView.cs" />
  420. <Compile Include="Students\HighBaseTable\RecruitTerritorialReportView.cs" />
  421. <Compile Include="Students\HighBaseTable\StudentChangeDetailStudentCountView.cs" />
  422. <Compile Include="Students\HighBaseTable\StudentChangeStudentCountView.cs" />
  423. <Compile Include="Students\HighBaseTable\StudentQuitStudentCountView.cs" />
  424. <Compile Include="Students\StudentExperienceView.cs" />
  425. <Compile Include="Students\StudentFamilyView.cs" />
  426. <Compile Include="Students\StudentGradView.cs" />
  427. <Compile Include="Students\StudentInfoView.cs" />
  428. <Compile Include="Students\StudentRecordView.cs" />
  429. <Compile Include="Students\StudentRelateCourseView.cs" />
  430. <Compile Include="Students\StudentRelateSchedulingClassView.cs" />
  431. <Compile Include="Students\SubmitedScoreView.cs" />
  432. <Compile Include="SupervisionManage\LessonRecordView.cs" />
  433. <Compile Include="SupervisionManage\ProjectRecordTeacherView.cs" />
  434. <Compile Include="SupervisionManage\ProjectRecordView.cs" />
  435. <Compile Include="SupervisionManage\SupDocumentView.cs" />
  436. <Compile Include="SupervisionManage\SupervisionCollegeView.cs" />
  437. <Compile Include="SupervisionManage\SupEvaluationView.cs" />
  438. <Compile Include="SystemManage\UserManage\UserView.cs" />
  439. <Compile Include="SystemView\BaseProcessRelationView.cs" />
  440. <Compile Include="SystemView\BatchInitPasswordView.cs" />
  441. <Compile Include="SystemView\ContextMenuNoView.cs" />
  442. <Compile Include="SystemView\StandardView.cs" />
  443. <Compile Include="SystemView\WorkflowPermissionView.cs" />
  444. <Compile Include="TeachingMaterial\StockInDetailView.cs" />
  445. <Compile Include="TeachingMaterial\StudentDistributeGenerateView.cs" />
  446. <Compile Include="TeachingMaterial\StudentTeachingMaterialView.cs" />
  447. <Compile Include="TeachingMaterial\SupplierDiscountSetView.cs" />
  448. <Compile Include="TeachingMaterial\TeachingMaterialPoolForOrderView.cs" />
  449. <Compile Include="TeachingMaterial\TeachingMaterialPoolImportView.cs" />
  450. <Compile Include="TerminatePrinter\PrintControlView.cs" />
  451. <Compile Include="TerminatePrinter\StudentPrintMessageView.cs" />
  452. <Compile Include="TerminatePrinter\StudentPrintTimesView.cs" />
  453. <Compile Include="UniversityManage\AdministrativeOrgan\CampusView.cs" />
  454. <Compile Include="UniversityManage\AdministrativeOrgan\CollegeView.cs" />
  455. <Compile Include="UniversityManage\AdministrativeOrgan\DepartmentView.cs" />
  456. <Compile Include="UniversityManage\AdministrativeOrgan\UniversityView.cs" />
  457. <Compile Include="UniversityManage\ClassroomManage\BuildingsInfoView.cs" />
  458. <Compile Include="UniversityManage\ClassroomManage\ClassroomTypeView.cs" />
  459. <Compile Include="UniversityManage\ClassroomManage\ClassroomView.cs" />
  460. <Compile Include="UniversityManage\SpecialtyClassManage\ClassmajorView.cs" />
  461. <Compile Include="UniversityManage\SpecialtyClassManage\FacultymajorView.cs" />
  462. <Compile Include="UniversityManage\SpecialtyClassManage\GrademajorView.cs" />
  463. <Compile Include="UniversityManage\TeacherManage\StaffView.cs" />
  464. <Compile Include="ValidateExtension.cs" />
  465. <Compile Include="WeekNumHelper.cs" />
  466. <Compile Include="EducationSchedule\CollegeSubmitView.cs" />
  467. <Compile Include="EducationSchedule\ContinuousLimitView.cs" />
  468. <Compile Include="EducationSchedule\EducationSchedulingView.cs" />
  469. <Compile Include="EducationManage\EducationSchedulingClassExtentView.cs" />
  470. <Compile Include="EducationSchedule\TeacherWorkTimeView.cs" />
  471. <Compile Include="EvaluationManage\EvaluationSettingDetailView.cs" />
  472. <Compile Include="EvaluationManage\EvaluationSettingView.cs" />
  473. <Compile Include="EvaluationManage\TeacherEvaluationView.cs" />
  474. <Compile Include="SchedulingManage\SchedulingSettings\ClassmajorScheduleSettingView.cs" />
  475. <Compile Include="SchedulingManage\SchedulingSettings\ClassroomReserveView.cs" />
  476. <Compile Include="SchedulingManage\SchedulingSettings\ClassroomScheduleSettingView.cs" />
  477. <Compile Include="SchedulingManage\SchedulingSettings\ClassTimeSettingsView.cs" />
  478. <Compile Include="SchedulingManage\SchedulingSettings\CollegeClassroomView.cs" />
  479. <Compile Include="SchedulingManage\SchedulingSettings\CollegePriorityView.cs" />
  480. <Compile Include="SchedulingManage\SchedulingSettings\CourseScheduleSettingView.cs" />
  481. <Compile Include="SchedulingManage\SchedulingSettings\CourseTypePriorityView.cs" />
  482. <Compile Include="SchedulingManage\SchedulingSettings\TeacherScheduleSettingView.cs" />
  483. <Compile Include="ScoreManage\CreditFormulaView.cs" />
  484. <Compile Include="ScoreManage\FinalExaminationView.cs" />
  485. <Compile Include="ScoreManage\GradePointFormulaView.cs" />
  486. <Compile Include="ScoreManage\ScoreFormulaView.cs" />
  487. <Compile Include="ScoreManage\ScoreParameterSettingDictionaryView.cs" />
  488. <Compile Include="ScoreManage\ScoreParameterSettingView.cs" />
  489. <Compile Include="SystemSetting\DictionaryView.cs" />
  490. <Compile Include="SystemView\WorkflowStatusView.cs" />
  491. <Compile Include="EducationManage\DivideIntoClassesView.cs" />
  492. <Compile Include="EducationManage\EducationMissionClassStudentView.cs" />
  493. <Compile Include="EducationManage\EducationMissionClassTeacherListView.cs" />
  494. <Compile Include="EducationManage\EducationMissionView.cs" />
  495. <Compile Include="EducationManage\EducationSchedulingClassView.cs" />
  496. <Compile Include="EducationManage\ExecutablePlanView.cs" />
  497. <Compile Include="TeachingMaterial\InventoryView.cs" />
  498. <Compile Include="TeachingMaterial\PurchasingStatisticsView.cs" />
  499. <Compile Include="SelectCourse\FreeSelectionCourseApplyTeacherListView.cs" />
  500. <Compile Include="SelectCourse\FreeSelectionCourseApplyView.cs" />
  501. <Compile Include="SelectCourse\FreeSelectionCoursePlanTeacherListView.cs" />
  502. <Compile Include="SelectCourse\FreeSelectionCoursePlanView.cs" />
  503. <Compile Include="SelectCourse\FreeSelectionCourseView.cs" />
  504. <Compile Include="SelectCourse\OptionalCourseSettingView.cs" />
  505. <Compile Include="SelectCourse\SelectCourseConditionView.cs" />
  506. <Compile Include="SelectCourse\SelectCourseOpenControlSettingView.cs" />
  507. <Compile Include="SelectCourse\SelectCourseTypeSettingView.cs" />
  508. <Compile Include="SelectCourse\OptionalCourseTeacherListView.cs" />
  509. <Compile Include="SelectCourse\OptionalCourseTeachingModeView.cs" />
  510. <Compile Include="SystemView\DictionaryItemView.cs" />
  511. <Compile Include="SystemView\SimpleUserView.cs" />
  512. <Compile Include="EducationManage\EducationMissionClassView.cs" />
  513. <Compile Include="TeachingMaterial\StockOutView.cs" />
  514. <Compile Include="TeachingMaterial\StudentDistributeView.cs" />
  515. <Compile Include="TeachingMaterial\StudentsOrderView.cs" />
  516. <Compile Include="TeachingMaterial\StudentDistribute_UserView.cs" />
  517. <Compile Include="TeachingMaterial\TeachersConfirmOrderView.cs" />
  518. <Compile Include="TeachingMaterial\StudentsOrderReportView.cs" />
  519. <Compile Include="TeachingMaterial\TeachersOrderView.cs" />
  520. <Compile Include="TeachingMaterial\StockInView.cs" />
  521. <Compile Include="TeachingMaterial\TeachingMaterialStockInView.cs" />
  522. <Compile Include="ConfiguretView.cs" />
  523. <Compile Include="CultureplanManage\CourseMaterial\CoursematerialView.cs" />
  524. <Compile Include="CultureplanManage\PlanManagement\SpecialtyCourseView.cs" />
  525. <Compile Include="EvaluationManage\EvaluationControlView.cs" />
  526. <Compile Include="EvaluationManage\EvaluationTypeView.cs" />
  527. <Compile Include="EvaluationManage\EvaluationTableView.cs" />
  528. <Compile Include="EvaluationManage\EvaluationNormView.cs" />
  529. <Compile Include="EvaluationManage\EvaluationNormDetailView.cs" />
  530. <Compile Include="EvaluationManage\EvaluationTargetView.cs" />
  531. <Compile Include="EvaluationManage\EvaluationProjectView.cs" />
  532. <Compile Include="Log\OperateLogView.cs" />
  533. <Compile Include="MonthView.cs" />
  534. <Compile Include="QueryParamsModel.cs" />
  535. <Compile Include="ReturnMessage.cs" />
  536. <Compile Include="CalendarManage\ActivitieView.cs" />
  537. <Compile Include="CalendarManage\CalendarView.cs" />
  538. <Compile Include="CalendarManage\CoursesTimeView.cs" />
  539. <Compile Include="CalendarManage\DutyView.cs" />
  540. <Compile Include="CalendarManage\SchoolYearView.cs" />
  541. <Compile Include="CalendarManage\SCalendarView.cs" />
  542. <Compile Include="Students\StudentsView.cs" />
  543. <Compile Include="SystemView\AnnouncementView.cs" />
  544. <Compile Include="SystemView\AnnouncementTypeView.cs" />
  545. <Compile Include="SystemView\ArrayentitysetView.cs" />
  546. <Compile Include="SystemView\ChangePasswordView.cs" />
  547. <Compile Include="SystemView\FunctionCodeView.cs" />
  548. <Compile Include="SystemView\RoleDataRangeSaveView.cs" />
  549. <Compile Include="SystemView\RoleDataRangeView.cs" />
  550. <Compile Include="SystemView\RoleView.cs" />
  551. <Compile Include="SystemView\StudentUserView.cs" />
  552. <Compile Include="SystemView\WorkflowActionView.cs" />
  553. <Compile Include="SystemView\WorkflowApproveHistoryView.cs" />
  554. <Compile Include="TeachingMaterial\LibraryView.cs" />
  555. <Compile Include="TeachingMaterial\PublisherView.cs" />
  556. <Compile Include="EducationManage\BaseTeacherTeachingView.cs" />
  557. <Compile Include="TeachingMaterial\TeachingMaterialPoolView.cs" />
  558. <Compile Include="TestView.cs" />
  559. <Compile Include="Properties\AssemblyInfo.cs" />
  560. <Compile Include="ValidationExtension.cs" />
  561. <Compile Include="WorkflowManage\ActionView.cs" />
  562. </ItemGroup>
  563. <ItemGroup>
  564. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  565. </ItemGroup>
  566. <ItemGroup>
  567. <ProjectReference Include="..\EMIS.Entities\EMIS.Entities.csproj">
  568. <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
  569. <Name>EMIS.Entities</Name>
  570. </ProjectReference>
  571. <ProjectReference Include="..\EMIS.ResourcesGDSS\EMIS.ResourcesGDSS.csproj">
  572. <Project>{fe319feb-1dae-4c18-9685-0bad15e38fda}</Project>
  573. <Name>EMIS.ResourcesGDSS</Name>
  574. </ProjectReference>
  575. </ItemGroup>
  576. <ItemGroup>
  577. <None Include="packages.config" />
  578. </ItemGroup>
  579. <ItemGroup>
  580. <Content Include="Dictionary.tt">
  581. <Generator>TextTemplatingFileGenerator</Generator>
  582. <LastGenOutput>Dictionary.cs</LastGenOutput>
  583. </Content>
  584. </ItemGroup>
  585. <ItemGroup />
  586. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  587. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  588. Other similar extension points exist, see Microsoft.Common.targets.
  589. <Target Name="BeforeBuild">
  590. </Target>
  591. <Target Name="AfterBuild">
  592. </Target>
  593. -->
  594. </Project>