123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667 |
- <?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>{DC4CFCCD-5C8A-41D7-9211-21EA79584A90}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>EMISOnline.Entities</RootNamespace>
- <AssemblyName>EMISOnline.Entities</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="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.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.Entity" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Security" />
- <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="CF_Campus.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Campus_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Classmajor.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Classmajor_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_College.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_College_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Department.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Department_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Facultymajor.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Facultymajor_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Grademajor.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Grademajor_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Recruitstudents.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Recruitstudents_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Schoolyear.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Schoolyear_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Staff.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StaffProfile.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StaffProfile_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Staff_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Student.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentContact.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentContact_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentContrast.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentContrast_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentRole.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentRole_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Student_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_University.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_University_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Coursework.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CourseworkAnswer.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CourseworkAnswer_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CourseworkResult.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CourseworkResult_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Coursework_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EMISOnline.Entities.Context.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>EMISOnline.Entities.Context.tt</DependentUpon>
- </Compile>
- <Compile Include="EMISOnline.Entities.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EMISOnline.Entitis.Mapping.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EMISOnlineContext.Designer.cs" />
- <Compile Include="EMISOnlineContext2.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>EMISOnlineContext.edmx</DependentUpon>
- </Compile>
- <Compile Include="EM_CourseChapter.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_CourseChapter_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_CourseChapter_Video.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_CourseChapter_Video_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_Coursematerial.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_CoursematerialExtend.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_CoursematerialExtend_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_Coursematerial_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_CourseStudyStatus.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_CourseStudyStatus_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_CourseVideo.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_CourseVideo_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationMission.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationMissionClass.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationMissionClassTeachingSetting.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationMissionClassTeachingSetting_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationMissionClass_CF_Classmajor.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationMissionClass_CF_Classmajor_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationMissionClass_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationMission_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationSchedulingClass.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationSchedulingClass_CF_Student.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationSchedulingClass_CF_Student_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_EducationSchedulingClass_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutableFreeSelectionCouse.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutableFreeSelectionCouseTeachingSetting.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutableFreeSelectionCouseTeachingSetting_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutableFreeSelectionCouse_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutableOptionalCourse.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutableOptionalCourseTeachingSetting.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutableOptionalCourseTeachingSetting_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutableOptionalCourse_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutablePlan.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutablePlanTeachingSetting.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutablePlanTeachingSetting_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExecutablePlan_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_FreeSelectionCouse.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_FreeSelectionCouse_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_FTPVideo.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_FTPVideo_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_MissionClassTeacher.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_MissionClassTeacher_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_OptionalCoursePlan.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_OptionalCoursePlan_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_SpecialtyCourse.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_SpecialtyCourseTeachingSetting.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_SpecialtyCourseTeachingSetting_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_SpecialtyCourse_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_ScoreRule.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_ScoreRule_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_TeacherScore.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_TeacherScore_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamineeAnswer.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamineeAnswer_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamPaper.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamPaper_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamResult.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamResult_backup_20120913.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamResult_backup_20120913_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamResult_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamSetting_Examiner.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamSetting_Examiner_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamWarning.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ExamWarning_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Exam_Log.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Exam_Log_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="MSreplication_objects.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="MSreplication_objects_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="MSreplication_subscriptions.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="MSreplication_subscriptions_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="MSsavedforeignkeycolumns.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="MSsavedforeignkeycolumns_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="MSsavedforeignkeyextendedproperties.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="MSsavedforeignkeyextendedproperties_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="MSsavedforeignkeys.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="MSsavedforeignkeys_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="MSsnapshotdeliveryprogress.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="MSsnapshotdeliveryprogress_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="MSsubscription_agents.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="MSsubscription_agents_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Sys_Dictionary.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_DictionaryItem.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_DictionaryItem_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Dictionary_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_FunctionCode.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_FunctionCode_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_LoginCount.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_LoginCount_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_MailVerifyCode.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_MailVerifyCode_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Menu.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Menu_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Role.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Role_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_User.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_User_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_User_Sys_Role.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_User_Sys_Role_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="TableKey.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>TableKey.tt</DependentUpon>
- </Compile>
- <Compile Include="test_base_param.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_base_param_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_base_param_type.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_base_param_type_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_base_question_type.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_base_question_type_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_comm_param_set.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_comm_param_set_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_comm_set.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_comm_set_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_exchange.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_exchange_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_keyword.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_keyword_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_onlinetest.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_onlinetest_man.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_onlinetest_manshow.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_onlinetest_manshow_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_onlinetest_man_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_onlinetest_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_paper.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_paper_guide.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_paper_guide_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_paper_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_paper_question_set.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_paper_question_set_fortest.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_paper_question_set_fortest_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_paper_question_set_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question_administrator.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question_administrator_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question_file.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question_file_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question_keyword.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question_keyword_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question_libary.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question_libary_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question_provid_answer.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="test_question_provid_answer_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="VTestQestion.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="VTestQestion_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="v_question.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="v_question_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="V_StudentEducationMissionClass.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="V_StudentEducationMissionClass_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="v_test_question.cs">
- <DependentUpon>EMISOnline.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="v_test_question_Mapping.cs">
- <DependentUpon>EMISOnline.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Content Include="EMISOnline.Entities.Context.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>EMISOnline.Entities.Context.cs</LastGenOutput>
- </Content>
- <Content Include="EMISOnline.Entities.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>EMISOnline.Entities.cs</LastGenOutput>
- </Content>
- <Content Include="EMISOnline.Entitis.Mapping.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>EMISOnline.Entitis.Mapping.cs</LastGenOutput>
- </Content>
- <Content Include="TableKey.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>TableKey.cs</LastGenOutput>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- <EntityDeploy Include="EMISOnlineContext.edmx">
- <Generator>EntityModelCodeGenerator</Generator>
- <LastGenOutput>EMISOnlineContext2.Designer.cs</LastGenOutput>
- </EntityDeploy>
- </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>
|