EMIS.ExtensionLogic.GDJY.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{A015390F-A5E4-4A27-9763-9DCDC32B5CC3}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>EMIS.ExtensionLogic.GDJY</RootNamespace>
  11. <AssemblyName>EMIS.ExtensionLogic.GDJY</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Bowin.Common">
  35. <HintPath>..\..\Lib\Bowin.Common.dll</HintPath>
  36. </Reference>
  37. <Reference Include="EntityFramework">
  38. <HintPath>..\..\Lib\EntityFramework.dll</HintPath>
  39. </Reference>
  40. <Reference Include="EntityFramework.Extended">
  41. <HintPath>..\..\Lib\EntityFramework.Extended.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EntityFramework.SqlServer">
  44. <HintPath>..\..\Lib\EntityFramework.SqlServer.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.ComponentModel.DataAnnotations" />
  48. <Reference Include="System.Configuration" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Transactions" />
  51. <Reference Include="System.Web" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="DataLogic\ExaminationManage\RoomSettingDAL.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. <Compile Include="ServiceLogic\DegreeManage\DegreeListServices.cs" />
  63. <Compile Include="ServiceLogic\EnrollManage\NewStudentCollegeServices.cs" />
  64. <Compile Include="ServiceLogic\EnrollManage\RecruitSpecialtyServices.cs" />
  65. <Compile Include="ServiceLogic\GraduationManage\GraduationApplyServices.cs" />
  66. <Compile Include="ServiceLogic\GraduationManage\GraduationListServices.cs" />
  67. <Compile Include="ServiceLogic\Students\StudentsServices.cs" />
  68. <Compile Include="ServiceLogic\SystemManage\UserServices.cs" />
  69. <Compile Include="ViewModel\EducationManage\EducationMissionClassViewMetadataType.cs" />
  70. <Compile Include="ViewModel\StaffViewMetadataType.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <None Include="app.config" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\..\EMiS.DataLogic\EMIS.DataLogic.csproj">
  77. <Project>{d9b77877-bbb9-4e90-96b6-32aa6c43c3a1}</Project>
  78. <Name>EMIS.DataLogic</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\..\EMIS.Entities\EMIS.Entities.csproj">
  81. <Project>{37e0eaa8-4a6e-46c4-86ef-0745373b1080}</Project>
  82. <Name>EMIS.Entities</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\EMIS.Utility\EMIS.Utility.csproj">
  85. <Project>{e23364fa-480a-4a5d-95a4-ecbedfde03b4}</Project>
  86. <Name>EMIS.Utility</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\EMIS.ViewModel\EMIS.ViewModel.csproj">
  89. <Project>{885CA886-40C2-480E-9576-E771C8F6032E}</Project>
  90. <Name>EMIS.ViewModel</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\..\ServiceLogic\EMIS.CommonLogic\EMIS.CommonLogic.csproj">
  93. <Project>{3f1264d0-c66f-4f85-a0c6-f4e43fee616a}</Project>
  94. <Name>EMIS.CommonLogic</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\..\ServiceLogic\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
  97. <Project>{5ce392a4-ccf8-437f-ac8d-c7bdd4f1731a}</Project>
  98. <Name>EMIS.ICommonLogic</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. </Project>