EMIS.ExtensionLogic.LCNX.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{4F5005F6-BFA0-44DD-92FA-075435D01553}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>EMIS.ExtensionLogic</RootNamespace>
  11. <AssemblyName>EMIS.ExtensionLogic.LCNX</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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="AutoMapper">
  35. <HintPath>..\Lib\AutoMapper.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Bowin.Common">
  38. <HintPath>..\Lib\Bowin.Common.dll</HintPath>
  39. </Reference>
  40. <Reference Include="EntityFramework">
  41. <HintPath>..\Lib\EntityFramework.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EntityFramework.Extended">
  44. <HintPath>..\Lib\EntityFramework.Extended.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EntityFramework.SqlServer">
  47. <HintPath>..\Lib\EntityFramework.SqlServer.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Transactions" />
  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.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="DataLogic\ExaminationManage\ExaminationPLanDAL.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="ServiceLogic\DegreeManage\DegreeListServices.cs" />
  62. <Compile Include="ServiceLogic\EnrollManage\NewStudentCollegeServices.cs" />
  63. <Compile Include="ServiceLogic\EnrollManage\RecruitSpecialtyServices.cs" />
  64. <Compile Include="ServiceLogic\ExaminationManage\ExaminationPlanServices.cs" />
  65. <Compile Include="ServiceLogic\GraduationManage\GraduationApplyServices.cs" />
  66. <Compile Include="ServiceLogic\GraduationManage\GraduationListServices.cs" />
  67. <Compile Include="ServiceLogic\StudentManage\StudentServices.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <None Include="App.config" />
  71. </ItemGroup>
  72. <ItemGroup />
  73. <ItemGroup>
  74. <ProjectReference Include="..\EMiS.DataLogic\EMIS.DataLogic.csproj">
  75. <Project>{d9b77877-bbb9-4e90-96b6-32aa6c43c3a1}</Project>
  76. <Name>EMIS.DataLogic</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\EMIS.Entities\EMIS.Entities.csproj">
  79. <Project>{37e0eaa8-4a6e-46c4-86ef-0745373b1080}</Project>
  80. <Name>EMIS.Entities</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\EMIS.Utility\EMIS.Utility.csproj">
  83. <Project>{e23364fa-480a-4a5d-95a4-ecbedfde03b4}</Project>
  84. <Name>EMIS.Utility</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\EMIS.ViewModel\EMIS.ViewModel.csproj">
  87. <Project>{885ca886-40c2-480e-9576-e771c8f6032e}</Project>
  88. <Name>EMIS.ViewModel</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\ServiceLogic\EMIS.CommonLogic\EMIS.CommonLogic.csproj">
  91. <Project>{3f1264d0-c66f-4f85-a0c6-f4e43fee616a}</Project>
  92. <Name>EMIS.CommonLogic</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\ServiceLogic\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
  95. <Project>{5ce392a4-ccf8-437f-ac8d-c7bdd4f1731a}</Project>
  96. <Name>EMIS.ICommonLogic</Name>
  97. </ProjectReference>
  98. </ItemGroup>
  99. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  100. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  101. Other similar extension points exist, see Microsoft.Common.targets.
  102. <Target Name="BeforeBuild">
  103. </Target>
  104. <Target Name="AfterBuild">
  105. </Target>
  106. -->
  107. </Project>