123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- <?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>{5CE392A4-CCF8-437F-AC8D-C7BDD4F1731A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>EMIS.CommonLogic</RootNamespace>
- <AssemblyName>EMIS.ICommonLogic</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="Bowin.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\Lib\Bowin.Common.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Senparc.CO2NET, Version=0.5.2.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Senparc.CO2NET.0.5.2\lib\net40\Senparc.CO2NET.dll</HintPath>
- </Reference>
- <Reference Include="Senparc.CO2NET.APM, Version=0.2.5.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Senparc.CO2NET.APM.0.2.5\lib\net40\Senparc.CO2NET.APM.dll</HintPath>
- </Reference>
- <Reference Include="Senparc.NeuChar, Version=0.6.2.1, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Senparc.NeuChar.0.6.2.1\lib\net40\Senparc.NeuChar.dll</HintPath>
- </Reference>
- <Reference Include="Senparc.Weixin, Version=6.3.11.20950, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\Lib\Senparc.Weixin.dll</HintPath>
- </Reference>
- <Reference Include="Senparc.Weixin.MP, Version=16.6.15.15965, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\Lib\Senparc.Weixin.MP.dll</HintPath>
- </Reference>
- <Reference Include="Senparc.Weixin.TenPay, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\Lib\Senparc.Weixin.TenPay.dll</HintPath>
- </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.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.ServiceModel.Web" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions" />
- <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="CalendarManage\IArrangementServices.cs" />
- <Compile Include="CerificateManage\ICertisfierDistributeServices.cs" />
- <Compile Include="DataCenterSynch\IClassmajorSynchServices.cs" />
- <Compile Include="DataCenterSynch\ICollegeSynchServices.cs" />
- <Compile Include="DataCenterSynch\IFacultySynchServices.cs" />
- <Compile Include="DataCenterSynch\IStudentSynchServices.cs" />
- <Compile Include="DataCenterSynch\ISynchr.cs" />
- <Compile Include="EducationManage\IExaminationMessageServices.cs" />
- <Compile Include="EducationManage\ITrainingClassServices.cs" />
- <Compile Include="ExaminationApply\IExaminationSubjectServices.cs" />
- <Compile Include="ExaminationApply\IExaminationSubjectsServices.cs" />
- <Compile Include="ExaminationApply\IExaminationTypeServices.cs" />
- <Compile Include="ExaminationApply\IOpenControlServices.cs" />
- <Compile Include="ExaminationApply\ISubjectCountLimitServices.cs" />
- <Compile Include="ExamManage\IExamBatchProjectServices.cs" />
- <Compile Include="ExamManage\IExaminationBatchServices.cs" />
- <Compile Include="ExamManage\IExamProjectControlServices.cs" />
- <Compile Include="ExamManage\IExamSubjectLimitServices.cs" />
- <Compile Include="ITestServices.cs" />
- <Compile Include="ProjectShareManage\IShareRecordServices.cs" />
- <Compile Include="ScoreManage\ILevelSettingSubjectServices.cs" />
- <Compile Include="ExamManage\IProjectFeeServices.cs" />
- <Compile Include="ExamManage\IExamPersonControlServices.cs" />
- <Compile Include="FeeManage\IFeeServices.cs" />
- <Compile Include="ScoreManage\IExaminationScoreServices.cs" />
- <Compile Include="ScoreManage\ILevelScoreServices.cs" />
- <Compile Include="ScoreManage\ILevelSettingServices.cs" />
- <Compile Include="ExaminationApply\IExaminationSubjectCollegeControlServices.cs" />
- <Compile Include="ScoreManage\IProjectScoreServices.cs" />
- <Compile Include="ScoreManage\IResitServices.cs" />
- <Compile Include="Students\IExamineApplyServices.cs" />
- <Compile Include="IBaseServices.cs" />
- <Compile Include="Log\IOperateLogServices.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="CalendarManage\ICoursesTimeServices.cs" />
- <Compile Include="CalendarManage\ISchoolYearServices.cs" />
- <Compile Include="Students\IStudentRecordServices.cs" />
- <Compile Include="SystemServices\IAlipayServices.cs" />
- <Compile Include="SystemServices\IControlItemServices.cs" />
- <Compile Include="SystemServices\IFileUploadServices.cs" />
- <Compile Include="SystemServices\IParameterServices.cs" />
- <Compile Include="SystemServices\IScheduleServices.cs" />
- <Compile Include="SystemServices\ISerialNumberServices.cs" />
- <Compile Include="SystemServices\IUserInfoChangeServices.cs" />
- <Compile Include="SystemServices\IWechatMPServices.cs" />
- <Compile Include="SystemServices\IWechatPayServices.cs" />
- <Compile Include="SystemSetting\IDictionaryItemServices.cs" />
- <Compile Include="SystemSetting\IDictionaryServices.cs" />
- <Compile Include="UniversityInformationManage\AdministrativeOrgan\ICampusServices.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UniversityInformationManage\AdministrativeOrgan\ICollegeServices.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UniversityInformationManage\AdministrativeOrgan\IDepartmentServices.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UniversityInformationManage\AdministrativeOrgan\IUniversityServices.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="UniversityInformationManage\Specialtyclass\IClassmajorServices.cs" />
- <Compile Include="UniversityInformationManage\Specialtyclass\IFacultymajorServices.cs" />
- <Compile Include="UniversityInformationManage\Specialtyclass\IGrademajorServices.cs" />
- <Compile Include="RecruitStudentsManage\Specialty\ISpecialtyServices.cs" />
- <Compile Include="Students\IStudentsServices.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="SystemServices\IAnnouncementServices.cs" />
- <Compile Include="SystemServices\IBatchModifyServices.cs" />
- <Compile Include="SystemServices\IConfiguretermsInfoServices.cs" />
- <Compile Include="SystemServices\IContextMenuServices.cs" />
- <Compile Include="SystemServices\IFunctionCodeServices.cs" />
- <Compile Include="SystemServices\IMailVerifyServices.cs" />
- <Compile Include="SystemServices\IMenuServices.cs" />
- <Compile Include="SystemServices\IRoleServices.cs" />
- <Compile Include="SystemServices\IUserServices.cs" />
- <Compile Include="UniversityInformationManage\TeacherManagement\IStaffServices.cs" />
- </ItemGroup>
- <ItemGroup>
- <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>
- <None Include="app.config" />
- <None Include="packages.config" />
- </ItemGroup>
- <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>
|