EMISOnline.DataLogic.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  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>{9DE774CF-4415-4CFE-9095-9B3602FDA607}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMISOnline.DataLogic</RootNamespace>
  12. <AssemblyName>EMISOnline.DataLogic</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>Svn</SccProjectName>
  16. <SccLocalPath>Svn</SccLocalPath>
  17. <SccAuxPath>Svn</SccAuxPath>
  18. <SccProvider>SubversionScc</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Bowin.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\..\Lib\Bowin.Common.dll</HintPath>
  41. </Reference>
  42. <Reference Include="EntityFramework">
  43. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EntityFramework.SqlServer">
  46. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.configuration" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Data.Entity" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="CourseworkMgr\CourseworkDAL.cs" />
  60. <Compile Include="CourseworkMgr\TeacherScoreDAL.cs" />
  61. <Compile Include="Educational\CollegeDAL.cs" />
  62. <Compile Include="Educational\CourseBuildDAL.cs" />
  63. <Compile Include="Educational\CourseDAL.cs" />
  64. <Compile Include="Educational\CourseWareDAL.cs" />
  65. <Compile Include="Educational\EducationMissionClassDAL.cs" />
  66. <Compile Include="Educational\FacultymajorDAL.cs" />
  67. <Compile Include="Educational\ScoreRuleDAL.cs" />
  68. <Compile Include="Educational\StudentsDAL.cs" />
  69. <Compile Include="Educational\TeachingPlanDAL.cs" />
  70. <Compile Include="ExamSetting\ExamPaperDAL.cs" />
  71. <Compile Include="ExamSetting\ExamSettingDAL.cs" />
  72. <Compile Include="ExamSetting\QuestionDAL.cs" />
  73. <Compile Include="ExamSetting\QuestionSettingDAL.cs" />
  74. <Compile Include="ExamSetting\SqlHelper.cs" />
  75. <Compile Include="ExamSetting\TestPaperDAL.cs" />
  76. <Compile Include="FtpFile\FTPVideoDAL.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="Repositories\agentsRepository.cs">
  79. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  80. </Compile>
  81. <Compile Include="Repositories\backup_20120913Repository.cs">
  82. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="Repositories\base_paramRepository.cs">
  85. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="Repositories\base_param_typeRepository.cs">
  88. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  89. </Compile>
  90. <Compile Include="Repositories\base_question_typeRepository.cs">
  91. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="Repositories\CampusRepository.cs">
  94. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  95. </Compile>
  96. <Compile Include="Repositories\ClassmajorRepository.cs">
  97. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  98. </Compile>
  99. <Compile Include="Repositories\CollegeRepository.cs">
  100. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  101. </Compile>
  102. <Compile Include="Repositories\comm_param_setRepository.cs">
  103. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  104. </Compile>
  105. <Compile Include="Repositories\comm_setRepository.cs">
  106. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  107. </Compile>
  108. <Compile Include="Repositories\CourseChapterRepository.cs">
  109. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  110. </Compile>
  111. <Compile Include="Repositories\CourseChapter_VideoRepository.cs">
  112. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  113. </Compile>
  114. <Compile Include="Repositories\CoursematerialExtendRepository.cs">
  115. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  116. </Compile>
  117. <Compile Include="Repositories\CoursematerialRepository.cs">
  118. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  119. </Compile>
  120. <Compile Include="Repositories\CourseStudyStatusRepository.cs">
  121. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="Repositories\CourseVideoRepository.cs">
  124. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="Repositories\CourseworkAnswerRepository.cs">
  127. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  128. </Compile>
  129. <Compile Include="Repositories\CourseworkRepository.cs">
  130. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  131. </Compile>
  132. <Compile Include="Repositories\CourseworkResultRepository.cs">
  133. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  134. </Compile>
  135. <Compile Include="Repositories\DepartmentRepository.cs">
  136. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  137. </Compile>
  138. <Compile Include="Repositories\DictionaryItemRepository.cs">
  139. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  140. </Compile>
  141. <Compile Include="Repositories\DictionaryRepository.cs">
  142. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  143. </Compile>
  144. <Compile Include="Repositories\EducationMissionClassRepository.cs">
  145. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  146. </Compile>
  147. <Compile Include="Repositories\EducationMissionClassTeachingSettingRepository.cs">
  148. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  149. </Compile>
  150. <Compile Include="Repositories\EducationMissionClass_CF_ClassmajorRepository.cs">
  151. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  152. </Compile>
  153. <Compile Include="Repositories\EducationMissionRepository.cs">
  154. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  155. </Compile>
  156. <Compile Include="Repositories\EducationSchedulingClassRepository.cs">
  157. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  158. </Compile>
  159. <Compile Include="Repositories\EducationSchedulingClass_CF_StudentRepository.cs">
  160. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  161. </Compile>
  162. <Compile Include="Repositories\EMISOnlineContextContainerRepository.cs">
  163. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  164. </Compile>
  165. <Compile Include="Repositories\ExamineeAnswerRepository.cs">
  166. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  167. </Compile>
  168. <Compile Include="Repositories\ExaminerRepository.cs">
  169. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  170. </Compile>
  171. <Compile Include="Repositories\ExamPaperRepository.cs">
  172. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  173. </Compile>
  174. <Compile Include="Repositories\ExamResultRepository.cs">
  175. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  176. </Compile>
  177. <Compile Include="Repositories\ExamWarningRepository.cs">
  178. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  179. </Compile>
  180. <Compile Include="Repositories\exchangeRepository.cs">
  181. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  182. </Compile>
  183. <Compile Include="Repositories\ExecutableFreeSelectionCouseRepository.cs">
  184. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  185. </Compile>
  186. <Compile Include="Repositories\ExecutableFreeSelectionCouseTeachingSettingRepository.cs">
  187. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  188. </Compile>
  189. <Compile Include="Repositories\ExecutableOptionalCourseRepository.cs">
  190. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  191. </Compile>
  192. <Compile Include="Repositories\ExecutableOptionalCourseTeachingSettingRepository.cs">
  193. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  194. </Compile>
  195. <Compile Include="Repositories\ExecutablePlanRepository.cs">
  196. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  197. </Compile>
  198. <Compile Include="Repositories\ExecutablePlanTeachingSettingRepository.cs">
  199. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  200. </Compile>
  201. <Compile Include="Repositories\FacultymajorRepository.cs">
  202. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  203. </Compile>
  204. <Compile Include="Repositories\FreeSelectionCouseRepository.cs">
  205. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  206. </Compile>
  207. <Compile Include="Repositories\FTPVideoRepository.cs">
  208. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  209. </Compile>
  210. <Compile Include="Repositories\FunctionCodeRepository.cs">
  211. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  212. </Compile>
  213. <Compile Include="Repositories\GrademajorRepository.cs">
  214. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  215. </Compile>
  216. <Compile Include="Repositories\keywordRepository.cs">
  217. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  218. </Compile>
  219. <Compile Include="Repositories\LoginCountRepository.cs">
  220. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  221. </Compile>
  222. <Compile Include="Repositories\LogRepository.cs">
  223. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  224. </Compile>
  225. <Compile Include="Repositories\MailVerifyCodeRepository.cs">
  226. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  227. </Compile>
  228. <Compile Include="Repositories\MenuRepository.cs">
  229. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  230. </Compile>
  231. <Compile Include="Repositories\MissionClassTeacherRepository.cs">
  232. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  233. </Compile>
  234. <Compile Include="Repositories\MSsavedforeignkeycolumnsRepository.cs">
  235. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  236. </Compile>
  237. <Compile Include="Repositories\MSsavedforeignkeyextendedpropertiesRepository.cs">
  238. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  239. </Compile>
  240. <Compile Include="Repositories\MSsavedforeignkeysRepository.cs">
  241. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  242. </Compile>
  243. <Compile Include="Repositories\MSsnapshotdeliveryprogressRepository.cs">
  244. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  245. </Compile>
  246. <Compile Include="Repositories\objectsRepository.cs">
  247. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  248. </Compile>
  249. <Compile Include="Repositories\onlinetestRepository.cs">
  250. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  251. </Compile>
  252. <Compile Include="Repositories\onlinetest_manRepository.cs">
  253. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  254. </Compile>
  255. <Compile Include="Repositories\onlinetest_manshowRepository.cs">
  256. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  257. </Compile>
  258. <Compile Include="Repositories\OptionalCoursePlanRepository.cs">
  259. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  260. </Compile>
  261. <Compile Include="Repositories\paperRepository.cs">
  262. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  263. </Compile>
  264. <Compile Include="Repositories\paper_guideRepository.cs">
  265. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  266. </Compile>
  267. <Compile Include="Repositories\paper_question_setRepository.cs">
  268. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  269. </Compile>
  270. <Compile Include="Repositories\paper_question_set_fortestRepository.cs">
  271. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  272. </Compile>
  273. <Compile Include="Repositories\questionRepository.cs">
  274. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  275. </Compile>
  276. <Compile Include="Repositories\question_administratorRepository.cs">
  277. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  278. </Compile>
  279. <Compile Include="Repositories\question_fileRepository.cs">
  280. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  281. </Compile>
  282. <Compile Include="Repositories\question_keywordRepository.cs">
  283. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  284. </Compile>
  285. <Compile Include="Repositories\question_libaryRepository.cs">
  286. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  287. </Compile>
  288. <Compile Include="Repositories\question_provid_answerRepository.cs">
  289. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  290. </Compile>
  291. <Compile Include="Repositories\RecruitstudentsRepository.cs">
  292. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  293. </Compile>
  294. <Compile Include="Repositories\Repository.cs" />
  295. <Compile Include="Repositories\RepositoryGenerator.cs">
  296. <AutoGen>True</AutoGen>
  297. <DesignTime>True</DesignTime>
  298. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  299. </Compile>
  300. <Compile Include="Repositories\RoleRepository.cs">
  301. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  302. </Compile>
  303. <Compile Include="Repositories\SchoolyearRepository.cs">
  304. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  305. </Compile>
  306. <Compile Include="Repositories\ScoreRuleRepository.cs">
  307. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  308. </Compile>
  309. <Compile Include="Repositories\SpecialtyCourseRepository.cs">
  310. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  311. </Compile>
  312. <Compile Include="Repositories\SpecialtyCourseTeachingSettingRepository.cs">
  313. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  314. </Compile>
  315. <Compile Include="Repositories\StaffProfileRepository.cs">
  316. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  317. </Compile>
  318. <Compile Include="Repositories\StaffRepository.cs">
  319. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  320. </Compile>
  321. <Compile Include="Repositories\StudentContactRepository.cs">
  322. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  323. </Compile>
  324. <Compile Include="Repositories\StudentContrastRepository.cs">
  325. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  326. </Compile>
  327. <Compile Include="Repositories\StudentEducationMissionClassRepository.cs">
  328. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  329. </Compile>
  330. <Compile Include="Repositories\StudentRepository.cs">
  331. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  332. </Compile>
  333. <Compile Include="Repositories\StudentRoleRepository.cs">
  334. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  335. </Compile>
  336. <Compile Include="Repositories\subscriptionsRepository.cs">
  337. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  338. </Compile>
  339. <Compile Include="Repositories\TeacherScoreRepository.cs">
  340. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  341. </Compile>
  342. <Compile Include="Repositories\test_questionRepository.cs">
  343. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  344. </Compile>
  345. <Compile Include="Repositories\UniversityRepository.cs">
  346. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  347. </Compile>
  348. <Compile Include="Repositories\UserRepository.cs">
  349. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  350. </Compile>
  351. <Compile Include="Repositories\User_Sys_RoleRepository.cs">
  352. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  353. </Compile>
  354. <Compile Include="Repositories\VTestQestionRepository.cs">
  355. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  356. </Compile>
  357. <Compile Include="Student\CourseEaxmDAL.cs" />
  358. <Compile Include="Student\CourseScoreDAL.cs" />
  359. <Compile Include="Student\SchoolyearDAL.cs" />
  360. <Compile Include="Student\CoursematerialDAL.cs" />
  361. <Compile Include="Student\StudentHomeWorkDAL.cs" />
  362. <Compile Include="SystemDAL\MenuDAL.cs" />
  363. <Compile Include="SystemDAL\RoleDAL.cs" />
  364. <Compile Include="SystemDAL\UserDAL.cs" />
  365. <Compile Include="UnitOfWork.cs" />
  366. </ItemGroup>
  367. <ItemGroup>
  368. <ProjectReference Include="..\EMISOnline.Entities\EMISOnline.Entities.csproj">
  369. <Project>{DC4CFCCD-5C8A-41D7-9211-21EA79584A90}</Project>
  370. <Name>EMISOnline.Entities</Name>
  371. </ProjectReference>
  372. <ProjectReference Include="..\EMISOnline.ViewModel\EMISOnline.ViewModel.csproj">
  373. <Project>{1DDEEEA1-5267-47E4-B361-7E226AA6483A}</Project>
  374. <Name>EMISOnline.ViewModel</Name>
  375. </ProjectReference>
  376. </ItemGroup>
  377. <ItemGroup>
  378. <Content Include="Repositories\RepositoryGenerator.tt">
  379. <Generator>TextTemplatingFileGenerator</Generator>
  380. <LastGenOutput>RepositoryGenerator.cs</LastGenOutput>
  381. </Content>
  382. </ItemGroup>
  383. <ItemGroup>
  384. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  385. </ItemGroup>
  386. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  387. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  388. Other similar extension points exist, see Microsoft.Common.targets.
  389. <Target Name="BeforeBuild">
  390. </Target>
  391. <Target Name="AfterBuild">
  392. </Target>
  393. -->
  394. </Project>