123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609 |
- <?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>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>EMIS.Entities</RootNamespace>
- <AssemblyName>EMIS.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, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\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.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_Arrangements.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Arrangements_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Campus.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_CampusProfile.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_CampusProfile_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Campus_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Classmajor.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Classmajor_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_College.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_CollegeProfile.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_CollegeProfile_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_College_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_DataCenterCodeTranslate.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_DataCenterCodeTranslate_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Department.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_DepartmentProfile.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_DepartmentProfile_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Department_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Facultymajor.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Facultymajor_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Grademajor.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Grademajor_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_InSchoolSetting.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_InSchoolSetting_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Parameter.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Parameter_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Recruitstudents.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Recruitstudents_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Schoolyear.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Schoolyear_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_SocialClassmajor.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_SocialClassmajor_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Specialty.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Specialty_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Staff.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StaffManageCampus.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StaffManageCampus_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StaffManageCollege.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StaffManageCollege_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StaffManageDepartment.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StaffManageDepartment_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StaffProfile.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StaffProfile_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Staff_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Student.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentAccount.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentAccount_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentContact.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentContact_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentProfile.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentProfile_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentRole.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_StudentRole_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_Student_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_University.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_UniversityProfile.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_UniversityProfile_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_University_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_WechatPayList.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_WechatPayList_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_WechatSubscribe.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="CF_WechatSubscribe_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="DbFunctions.cs" />
- <Compile Include="EMIS.Entities.Context.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>EMIS.Entities.Context.tt</DependentUpon>
- </Compile>
- <Compile Include="EMIS.Entities.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EMIS.Entitis.Mapping.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_CoursesTime.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_CoursesTime_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExaminationMessage.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_ExaminationMessage_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_TrainingClass.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EM_TrainingClass_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_CertisfierDistribute.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_CertisfierDistribute_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_ExaminationScore.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_ExaminationScore_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_LevelSetting.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_LevelSettingSubject.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_LevelSettingSubject_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_LevelSetting_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_ProjectScore.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_ProjectScore_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_Resit.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="ER_Resit_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationBatch.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationBatchProject.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationBatchProjectControl.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationBatchProjectControl_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationBatchProjectPersonControl.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationBatchProjectPersonControl_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationBatchProject_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationBatch_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProject.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProjectCollegeControl.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProjectCollegeControl_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProjectCountLimit.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProjectCountLimit_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProjectFee.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProjectFeeType.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProjectFeeType_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProjectFee_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProjectSubject.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProjectSubject_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationProject_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationRegistration.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationRegistrationConfirm.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationRegistrationConfirm_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationRegistration_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationType.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_ExaminationType_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_InvalidReceipt.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_InvalidReceipt_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_Receipt.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="EX_Receipt_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Sys_Announcement.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_AnnouncementType.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_AnnouncementType_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Announcement_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_BatchModify.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_BatchModifyEvents.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_BatchModifyEvents_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_BatchModifyExpand.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_BatchModifyExpand_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_BatchModify_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ConfiguretermsExpand.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ConfiguretermsExpand_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ConfiguretermsInfo.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ConfiguretermsInfo_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ContextMenu.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ContextMenu_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ControlItem.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ControlItemDetail.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ControlItemDetail_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ControlItem_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Dictionary.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_DictionaryItem.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_DictionaryItem_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Dictionary_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_FunctionCode.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_FunctionCode_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_LoginHistory.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_LoginHistory_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_MailVerifyCode.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_MailVerifyCode_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Menu.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Menu_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Role.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_RoleDataRange.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_RoleDataRange_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Role_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ScheduleJob.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ScheduleJob_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ScheduleLog.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ScheduleLog_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Scheduling.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Scheduling_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_SerialNumber.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_SerialNumber_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ShareRecord.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ShareRecord_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_User.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_UserScore.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_UserScore_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_User_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="TableKey1.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>TableKey.tt</DependentUpon>
- </Compile>
- <Compile Include="TestOperate.cs">
- <DependentUpon>EMIS.Entities.tt</DependentUpon>
- </Compile>
- <Compile Include="TestOperate_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="EMISContext.edmx" />
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="EMIS.Entities.Context.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>EMIS.Entities.Context.cs</LastGenOutput>
- </Content>
- <Content Include="EMIS.Entities.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>EMIS.Entities.cs</LastGenOutput>
- </Content>
- <Content Include="EMIS.Entitis.Mapping.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>EMIS.Entitis.Mapping.cs</LastGenOutput>
- </Content>
- <Content Include="TableKey.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>TableKey1.cs</LastGenOutput>
- </Content>
- <Content Include="空白的EMISContext.txt" />
- </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>
|