123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.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>{D9B77877-BBB9-4E90-96B6-32AA6C43C3A1}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>EMIS.DataLogic</RootNamespace>
- <AssemblyName>EMIS.DataLogic</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>Svn</SccProjectName>
- <SccLocalPath>Svn</SccLocalPath>
- <SccAuxPath>Svn</SccAuxPath>
- <SccProvider>SubversionScc</SccProvider>
- <TargetFrameworkProfile />
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="EntityFramework.Extended, Version=6.0.0.0, Culture=neutral, PublicKeyToken=05b7e29bdd433584, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\EntityFramework.Extended.6.1.0.168\lib\net40\EntityFramework.Extended.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Spire.Barcode, Version=2.3.0.16040, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
- <HintPath>..\packages\FreeSpire.Barcode.2.3\lib\net40\Spire.Barcode.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <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="CerificateManage\CertisfierDistributeDAL.cs" />
- <Compile Include="Common\CalendarManage\ArrangementDAL.cs" />
- <Compile Include="DataCenterSynch\ClassmajorSynchDAL.cs" />
- <Compile Include="DataCenterSynch\CollegeSynchDAL.cs" />
- <Compile Include="DataCenterSynch\FacultySynchDAL.cs" />
- <Compile Include="DataCenterSynch\StudentSynchDAL.cs" />
- <Compile Include="LYDataCenterUnitOfWork.cs" />
- <Compile Include="DataCenterUnitOfWork.cs" />
- <Compile Include="EducationManage\ExaminationMessageDAL.cs" />
- <Compile Include="EducationManage\TrainingClassDAL.cs" />
- <Compile Include="ExaminationApply\ExaminationSubjectDAL.cs" />
- <Compile Include="ExaminationApply\ExaminationTypeDAL.cs" />
- <Compile Include="ExaminationApply\OpenControlDAL.cs" />
- <Compile Include="ExaminationApply\SubjectCountLimitDAL.cs" />
- <Compile Include="ExamManage\ExamBatchProjectDAL.cs" />
- <Compile Include="ExamManage\ExaminationBatchDAL.cs" />
- <Compile Include="ExamManage\ExamProjectControlDAL.cs" />
- <Compile Include="ExamManage\ExamSubjectLimitDAL.cs" />
- <Compile Include="ProjectShareManage\ShareRecordDAL.cs" />
- <Compile Include="Repositories\DataCenter\XJYDRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationMessageRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\LoginHistoryRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\LYDataCenter\DataCenterRepository.cs" />
- <Compile Include="Repositories\LYDataCenter\XXBZ_JWXT_BJXX_VIEWRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\LYDataCenter\XXBZ_JWXT_XSJBXX_VIEWRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\LYDataCenter\XXBZ_JWXT_XSYDXX_VIEWRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\LYDataCenter\XXBZ_JWXT_XSZTXX_VIEWRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\LYDataCenter\XXBZ_JWXT_YXXX_VIEWRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\LYDataCenter\XXBZ_JWXT_ZYXX_VIEWRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ReceiptRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ScheduleJobRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ScheduleLogRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\SchedulingRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ShareRecordRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\SocialClassmajorRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\TestOperateRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\UserScoreRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="ScoreManage\LevelSettingSubjectDAL.cs" />
- <Compile Include="ExamManage\ProjectFeeDAL.cs" />
- <Compile Include="ExamManage\ExamPersonControlDAL.cs" />
- <Compile Include="FeeManage\FeeDAL.cs" />
- <Compile Include="FeeManage\InvalidReceiptDAL.cs" />
- <Compile Include="HRServiceRepositories\HRServiceContextContainerRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="HRServiceRepositories\OrgInfoRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="HRServiceRepositories\PostsRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="HRServiceRepositories\Repository.cs" />
- <Compile Include="HRServiceRepositories\UsersRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="HRUnitOfWork.cs" />
- <Compile Include="Repositories\BatchModifyEventsRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CertisfierDistributeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ControlItemDetailRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ControlItemRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\DataCenterCodeTranslateRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\DataCenter\BJDMRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\DataCenter\BXZYRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\DataCenter\DataCenterContextContainerRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\DataCenter\DWBMRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\DataCenter\DataCenterRepository.cs" />
- <Compile Include="Repositories\DataCenter\LXXXRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\DataCenter\RepositoryGenerator.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- </Compile>
- <Compile Include="Repositories\DataCenter\XSJBXXRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationBatchProjectControlRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationBatchProjectPersonControlRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationBatchProjectRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationBatchRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationProjectCollegeControlRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationProjectCountLimitRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationProjectFeeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationProjectFeeTypeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationProjectRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationProjectSubjectRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationRegistrationConfirmRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationRegistrationRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationScoreRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ExaminationTypeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\InvalidReceiptRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\LevelSettingRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\LevelSettingSubjectRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\Log\OperateRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\Log\VWUserRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ProjectScoreRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ResitRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\SerialNumberRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StaffManageCampusRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StaffManageCollegeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StaffManageDepartmentRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\TrainingClassRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\WechatPayListRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\WechatSubscribeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="ScoreManage\ExaminationScoreDAL.cs" />
- <Compile Include="ScoreManage\LevelScoreDAL.cs" />
- <Compile Include="ScoreManage\LevelSettingDAL.cs" />
- <Compile Include="ExaminationApply\ExaminationSubjectCollegeControlDAL.cs" />
- <Compile Include="ScoreManage\ProjectScoreDAL.cs" />
- <Compile Include="ScoreManage\ResitDAL.cs" />
- <Compile Include="StudentSystem\Examine\ExamineApplyDAL.cs" />
- <Compile Include="StudentSystem\StudentMaterial\StudentRecordDAL.cs" />
- <Compile Include="SystemDAL\DictionaryDAL.cs" />
- <Compile Include="Repositories\ParameterRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StudentRoleRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="SystemDAL\ParameterDAL.cs" />
- <Compile Include="SystemDAL\ScheduleDAL.cs" />
- <Compile Include="SystemDAL\SerialNumberDAL.cs" />
- <Compile Include="SystemDAL\UserInfoChangeDAL.cs" />
- <Compile Include="SystemDAL\WechatMPDAL.cs" />
- <Compile Include="SystemDAL\WechatPayListDAL.cs" />
- <Compile Include="SystemSetting\ControlItemDAL.cs" />
- <Compile Include="SystemSetting\DictionaryDAL.cs" />
- <Compile Include="SystemSetting\DictionaryItemDAL.cs" />
- <Compile Include="UniversityInformationManage\AdministrativeOrgan\CampusDAL.cs" />
- <Compile Include="UniversityInformationManage\AdministrativeOrgan\CollegeDAL.cs" />
- <Compile Include="UniversityInformationManage\AdministrativeOrgan\DepartmentDAL.cs" />
- <Compile Include="UniversityInformationManage\AdministrativeOrgan\UniversityDAL.cs" />
- <Compile Include="Common\CalendarManage\CoursesTimeDAL.cs" />
- <Compile Include="Common\CalendarManage\SchoolYearDAL.cs" />
- <Compile Include="UniversityInformationManage\Specialtyclass\ClassmajorDAL.cs" />
- <Compile Include="UniversityInformationManage\Specialtyclass\FacultymajorDAL.cs" />
- <Compile Include="UniversityInformationManage\Specialtyclass\GrademajorDAL.cs" />
- <Compile Include="RecruitStudentsManage\Specialtymanage\SpecialtyDAL.cs" />
- <Compile Include="Common\Students\StudentsDAL.cs" />
- <Compile Include="Common\Students\InSchoolStatusSettingDAL.cs" />
- <Compile Include="UniversityInformationManage\TeacherManagement\StaffDAL.cs" />
- <Compile Include="Log\OperateLogDAL.cs" />
- <Compile Include="Repositories\AnnouncementRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\AnnouncementTypeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\BatchModifyExpandRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\BatchModifyRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CampusProfileRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ClassmajorRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ConfiguretermsExpandRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ConfiguretermsInfoRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\FacultymajorRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\GrademajorRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\InSchoolSettingRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\Log\LogRepository.cs" />
- <Compile Include="Repositories\MailVerifyCodeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\RoleDataRangeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\SpecialtyRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StaffProfileRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StudentAccountRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StudentContactRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StudentProfileRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="SystemDAL\AnnouncementDAL.cs" />
- <Compile Include="SystemDAL\ContextMenuDAL.cs" />
- <Compile Include="Repositories\RecruitstudentsRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="SystemDAL\DataRangeDAL.cs" />
- <Compile Include="SystemDAL\FunctionDAL.cs" />
- <Compile Include="SystemDAL\MailVerifyCodeDAL.cs" />
- <Compile Include="SystemDAL\MenuDAL.cs" />
- <Compile Include="SystemDAL\RoleDAL.cs" />
- <Compile Include="SystemDAL\UserDAL.cs" />
- <Compile Include="UnitOfWork.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Repositories\ArrangementsRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CampusRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CollegeProfileRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CollegeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\ContextMenuRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\CoursesTimeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\DepartmentProfileRepository.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\FunctionCodeRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\MenuRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\Repository.cs">
- <SubType>Code</SubType>
- </Compile>
- <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\StaffRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\StudentRepository.cs">
- <DependentUpon>RepositoryGenerator.tt</DependentUpon>
- </Compile>
- <Compile Include="Repositories\UniversityProfileRepository.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="LogUnitOfWork.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\LxlWork\Bowindll\Bowin.Common\Bowin.Common.csproj">
- <Project>{8a4c1c47-63ba-481b-b1ff-8175a91b2d32}</Project>
- <Name>Bowin.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMIS.Entities.DataCenter\EMIS.Entities.DataCenter.csproj">
- <Project>{7e254a1d-2061-487d-af0c-dd9e90968956}</Project>
- <Name>EMIS.Entities.DataCenter</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMIS.Entities.HRServices\EMIS.Entities.HRServices.csproj">
- <Project>{7EB62FAF-C70F-4EED-AE7E-F3AD03F8824D}</Project>
- <Name>EMIS.Entities.HRServices</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMIS.Entities.Log\EMIS.Entities.Log.csproj">
- <Project>{DB95178F-587B-4F96-88DA-D4FD8EF75BFF}</Project>
- <Name>EMIS.Entities.Log</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMIS.Entities.LYDataCenter\EMIS.Entities.LYDataCenter.csproj">
- <Project>{7893159a-b2a7-40dd-85ba-df93f9e7aee1}</Project>
- <Name>EMIS.Entities.LYDataCenter</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMIS.Entities\EMIS.Entities.csproj">
- <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
- <Name>EMIS.Entities</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMIS.Utility\EMIS.Utility.csproj">
- <Project>{E23364FA-480A-4A5D-95A4-ECBEDFDE03B4}</Project>
- <Name>EMIS.Utility</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMIS.ViewModel\EMIS.ViewModel.csproj">
- <Project>{885CA886-40C2-480E-9576-E771C8F6032E}</Project>
- <Name>EMIS.ViewModel</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="HRServiceRepositories\RepositoryGenerator.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>RepositoryGenerator./</LastGenOutput>
- </Content>
- <Content Include="Repositories\DataCenter\RepositoryGenerator.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>RepositoryGenerator.cs</LastGenOutput>
- </Content>
- <None Include="Repositories\Log\RepositoryGenerator.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>RepositoryGenerator./</LastGenOutput>
- </None>
- <Content Include="Repositories\LYDataCenter\RepositoryGenerator.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>RepositoryGenerator./</LastGenOutput>
- </Content>
- <Content Include="Repositories\RepositoryGenerator.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>RepositoryGenerator.cs</LastGenOutput>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <None Include="app.config" />
- <None Include="packages.config" />
- </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>
|