|
@@ -1,31 +1,23 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
- <ProductVersion>8.0.30703</ProductVersion>
|
|
|
- <SchemaVersion>2.0</SchemaVersion>
|
|
|
- <ProjectGuid>{D3AD308D-E1FF-418B-9CE5-6658493FC7FF}</ProjectGuid>
|
|
|
+ <ProjectGuid>{A015390F-A5E4-4A27-9763-9DCDC32B5CC3}</ProjectGuid>
|
|
|
<OutputType>Library</OutputType>
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
- <RootNamespace>EMIS.ExtensionLogic</RootNamespace>
|
|
|
- <AssemblyName>EMIS.ExtensionLogic.DGLG</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
+ <RootNamespace>EMIS.ExtensionLogic.GDJY</RootNamespace>
|
|
|
+ <AssemblyName>EMIS.ExtensionLogic.GDJY</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
- <SccProjectName>
|
|
|
- </SccProjectName>
|
|
|
- <SccLocalPath>
|
|
|
- </SccLocalPath>
|
|
|
- <SccAuxPath>
|
|
|
- </SccAuxPath>
|
|
|
- <SccProvider>
|
|
|
- </SccProvider>
|
|
|
+ <Deterministic>true</Deterministic>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<DebugType>full</DebugType>
|
|
|
<Optimize>false</Optimize>
|
|
|
- <OutputPath>..\..\EMIS.Web\bin\</OutputPath>
|
|
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
@@ -43,14 +35,17 @@
|
|
|
<HintPath>..\..\Lib\Bowin.Common.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="EntityFramework">
|
|
|
- <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
|
|
|
+ <HintPath>..\..\Lib\EntityFramework.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="EntityFramework.Extended">
|
|
|
+ <HintPath>..\..\Lib\EntityFramework.Extended.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="EntityFramework.SqlServer">
|
|
|
- <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
|
|
|
+ <HintPath>..\..\Lib\EntityFramework.SqlServer.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
- <Reference Include="System.configuration" />
|
|
|
+ <Reference Include="System.Configuration" />
|
|
|
<Reference Include="System.Core" />
|
|
|
<Reference Include="System.Transactions" />
|
|
|
<Reference Include="System.Web" />
|
|
@@ -58,6 +53,7 @@
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
<Reference Include="System.Data" />
|
|
|
+ <Reference Include="System.Net.Http" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
@@ -68,21 +64,25 @@
|
|
|
<Compile Include="ServiceLogic\EnrollManage\RecruitSpecialtyServices.cs" />
|
|
|
<Compile Include="ServiceLogic\GraduationManage\GraduationApplyServices.cs" />
|
|
|
<Compile Include="ServiceLogic\GraduationManage\GraduationListServices.cs" />
|
|
|
+ <Compile Include="ServiceLogic\Students\StudentsServices.cs" />
|
|
|
<Compile Include="ServiceLogic\SystemManage\UserServices.cs" />
|
|
|
<Compile Include="ViewModel\EducationManage\EducationMissionClassViewMetadataType.cs" />
|
|
|
<Compile Include="ViewModel\StaffViewMetadataType.cs" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="app.config" />
|
|
|
+ </ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\..\EMiS.DataLogic\EMIS.DataLogic.csproj">
|
|
|
- <Project>{D9B77877-BBB9-4E90-96B6-32AA6C43C3A1}</Project>
|
|
|
+ <Project>{d9b77877-bbb9-4e90-96b6-32aa6c43c3a1}</Project>
|
|
|
<Name>EMIS.DataLogic</Name>
|
|
|
</ProjectReference>
|
|
|
<ProjectReference Include="..\..\EMIS.Entities\EMIS.Entities.csproj">
|
|
|
- <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
|
|
|
+ <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>
|
|
|
+ <Project>{e23364fa-480a-4a5d-95a4-ecbedfde03b4}</Project>
|
|
|
<Name>EMIS.Utility</Name>
|
|
|
</ProjectReference>
|
|
|
<ProjectReference Include="..\..\EMIS.ViewModel\EMIS.ViewModel.csproj">
|
|
@@ -90,23 +90,13 @@
|
|
|
<Name>EMIS.ViewModel</Name>
|
|
|
</ProjectReference>
|
|
|
<ProjectReference Include="..\..\ServiceLogic\EMIS.CommonLogic\EMIS.CommonLogic.csproj">
|
|
|
- <Project>{3F1264D0-C66F-4F85-A0C6-F4E43FEE616A}</Project>
|
|
|
+ <Project>{3f1264d0-c66f-4f85-a0c6-f4e43fee616a}</Project>
|
|
|
<Name>EMIS.CommonLogic</Name>
|
|
|
</ProjectReference>
|
|
|
<ProjectReference Include="..\..\ServiceLogic\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
|
|
|
- <Project>{5CE392A4-CCF8-437F-AC8D-C7BDD4F1731A}</Project>
|
|
|
+ <Project>{5ce392a4-ccf8-437f-ac8d-c7bdd4f1731a}</Project>
|
|
|
<Name>EMIS.ICommonLogic</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="app.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>
|