123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{9DE774CF-4415-4CFE-9095-9B3602FDA607}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>EMISOnline.DataLogic</RootNamespace>
- <AssemblyName>EMISOnline.DataLogic</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>Svn</SccProjectName>
- <SccLocalPath>Svn</SccLocalPath>
- <SccAuxPath>Svn</SccAuxPath>
- <SccProvider>SubversionScc</SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Bowin.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Lib\Bowin.Common.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.Entity" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="CourseworkMgr\CourseworkDAL.cs" />
- <Compile Include="CourseworkMgr\TeacherScoreDAL.cs" />
- <Compile Include="Educational\CollegeDAL.cs" />
- <Compile Include="Educational\CourseBuildDAL.cs" />
- <Compile Include="Educational\CourseDAL.cs" />
- <Compile Include="Educational\CourseWareDAL.cs" />
- <Compile Include="Educational\EducationMissionClassDAL.cs" />
- <Compile Include="Educational\FacultymajorDAL.cs" />
- <Compile Include="Educational\ScoreRuleDAL.cs" />
- <Compile Include="Educational\StudentsDAL.cs" />
- <Compile Include="Educational\TeachingPlanDAL.cs" />
- <Compile Include="ExamSetting\ExamPaperDAL.cs" />
- <Compile Include="ExamSetting\ExamSettingDAL.cs" />
- <Compile Include="ExamSetting\QuestionDAL.cs" />
- <Compile Include="ExamSetting\QuestionSettingDAL.cs" />
- <Compile Include="ExamSetting\SqlHelper.cs" />
- <Compile Include="ExamSetting\TestPaperDAL.cs" />
- <Compile Include="FtpFile\FTPVideoDAL.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Repositories\agentsRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\backup_20120913Repository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\base_paramRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\base_param_typeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\base_question_typeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CampusRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ClassmajorRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CollegeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\comm_param_setRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\comm_setRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CourseChapterRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CourseChapter_VideoRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CoursematerialExtendRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CoursematerialRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CourseStudyStatusRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CourseVideoRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CourseworkAnswerRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CourseworkRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CourseworkResultRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\DepartmentRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\DictionaryItemRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\DictionaryRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\EducationMissionClassRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\EducationMissionClassTeachingSettingRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\EducationMissionClass_CF_ClassmajorRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\EducationMissionRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\EducationSchedulingClassRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\EducationSchedulingClass_CF_StudentRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\EMISOnlineContextContainerRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExamineeAnswerRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminerRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExamPaperRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExamResultRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExamWarningRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\exchangeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExecutableFreeSelectionCouseRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExecutableFreeSelectionCouseTeachingSettingRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExecutableOptionalCourseRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExecutableOptionalCourseTeachingSettingRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExecutablePlanRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExecutablePlanTeachingSettingRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\FacultymajorRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\FreeSelectionCouseRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\FTPVideoRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\FunctionCodeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\GrademajorRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\keywordRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\LoginCountRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\LogRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\MailVerifyCodeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\MenuRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\MissionClassTeacherRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\MSsavedforeignkeycolumnsRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\MSsavedforeignkeyextendedpropertiesRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\MSsavedforeignkeysRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\MSsnapshotdeliveryprogressRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\objectsRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\onlinetestRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\onlinetest_manRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\onlinetest_manshowRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\OptionalCoursePlanRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\paperRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\paper_guideRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\paper_question_setRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\paper_question_set_fortestRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\questionRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\question_administratorRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\question_fileRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\question_keywordRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\question_libaryRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\question_provid_answerRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\RecruitstudentsRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\Repository.cs" />
- <Compile Include="Repositories\RepositoryGenerator.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\RoleRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\SchoolyearRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ScoreRuleRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\SpecialtyCourseRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\SpecialtyCourseTeachingSettingRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StaffProfileRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StaffRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StudentContactRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StudentContrastRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StudentEducationMissionClassRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StudentRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StudentRoleRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\subscriptionsRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\TeacherScoreRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\test_questionRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\UniversityRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\UserRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\User_Sys_RoleRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\VTestQestionRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Student\CourseEaxmDAL.cs" />
- <Compile Include="Student\CourseScoreDAL.cs" />
- <Compile Include="Student\SchoolyearDAL.cs" />
- <Compile Include="Student\CoursematerialDAL.cs" />
- <Compile Include="Student\StudentHomeWorkDAL.cs" />
- <Compile Include="SystemDAL\MenuDAL.cs" />
- <Compile Include="SystemDAL\RoleDAL.cs" />
- <Compile Include="SystemDAL\UserDAL.cs" />
- <Compile Include="UnitOfWork.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\EMISOnline.Entities\EMISOnline.Entities.csproj">
- <Project>{DC4CFCCD-5C8A-41D7-9211-21EA79584A90}</Project>
- <Name>EMISOnline.Entities</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMISOnline.ViewModel\EMISOnline.ViewModel.csproj">
- <Project>{1DDEEEA1-5267-47E4-B361-7E226AA6483A}</Project>
- <Name>EMISOnline.ViewModel</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Repositories\RepositoryGenerator.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>RepositoryGenerator.cs</LastGenOutput>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|