EMIS.ExtensionLogic.GDSS.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{4F8AA231-A4F2-452D-B3B0-F9A8FC720D7C}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.ExtensionLogic</RootNamespace>
  12. <AssemblyName>EMIS.ExtensionLogic.GDSS</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>..\..\EMIS.Web\bin\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="AutoMapper, Version=2.1.267.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\Lib\AutoMapper.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Bowin.Common">
  47. <HintPath>..\..\Lib\Bowin.Common.dll</HintPath>
  48. </Reference>
  49. <Reference Include="EntityFramework">
  50. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  51. </Reference>
  52. <Reference Include="EntityFramework.SqlServer">
  53. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Transactions" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="DataLogic\ExaminationManage\ExaminationPLanDAL.cs" />
  66. <Compile Include="DataLogic\ScoreManage\FinalExaminationDAL.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="ServiceLogic\CultureplanManage\CoursematerialServices.cs" />
  69. <Compile Include="ServiceLogic\EnrollManage\NewStudentCollegeServices.cs" />
  70. <Compile Include="ServiceLogic\EnrollManage\NewStudentEnterServices.cs" />
  71. <Compile Include="ServiceLogic\EnrollManage\RecruitSpecialtyServices.cs" />
  72. <Compile Include="ServiceLogic\ExaminationManage\ExaminationPlanServices.cs" />
  73. <Compile Include="ServiceLogic\GraduationManage\GraduationApplyServices.cs" />
  74. <Compile Include="ServiceLogic\GraduationManage\GraduationListServices.cs" />
  75. <Compile Include="ServiceLogic\ScoreManage\FinalExaminationServices.cs" />
  76. <Compile Include="ServiceLogic\StudentManage\StudentServices.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\..\EMiS.DataLogic\EMIS.DataLogic.csproj">
  80. <Project>{D9B77877-BBB9-4E90-96B6-32AA6C43C3A1}</Project>
  81. <Name>EMIS.DataLogic</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\EMIS.Entities\EMIS.Entities.csproj">
  84. <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
  85. <Name>EMIS.Entities</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\EMIS.Utility\EMIS.Utility.csproj">
  88. <Project>{E23364FA-480A-4A5D-95A4-ECBEDFDE03B4}</Project>
  89. <Name>EMIS.Utility</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\..\EMIS.ViewModel\EMIS.ViewModel.csproj">
  92. <Project>{885CA886-40C2-480E-9576-E771C8F6032E}</Project>
  93. <Name>EMIS.ViewModel</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\..\ServiceLogic\EMIS.CommonLogic\EMIS.CommonLogic.csproj">
  96. <Project>{3F1264D0-C66F-4F85-A0C6-F4E43FEE616A}</Project>
  97. <Name>EMIS.CommonLogic</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\..\ServiceLogic\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
  100. <Project>{5CE392A4-CCF8-437F-AC8D-C7BDD4F1731A}</Project>
  101. <Name>EMIS.ICommonLogic</Name>
  102. </ProjectReference>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <None Include="app.config" />
  106. </ItemGroup>
  107. <ItemGroup />
  108. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  109. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  110. Other similar extension points exist, see Microsoft.Common.targets.
  111. <Target Name="BeforeBuild">
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. -->
  116. </Project>