EMIS.ExtensionLogic.Adult.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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>{C8264C15-28E8-4606-A3EF-0759F698E1E2}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.ExtensionLogic</RootNamespace>
  12. <AssemblyName>EMIS.ExtensionLogic</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="Bowin.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\Lib\Bowin.Common.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  49. </Reference>
  50. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.ComponentModel.DataAnnotations" />
  56. <Reference Include="System.configuration" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Transactions" />
  59. <Reference Include="System.Web" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="CommonDataLogic\GraduationManage\GraduationApplyDAL.cs" />
  68. <Compile Include="CommonDataLogic\GraduationManage\GraduationStandardDAL.cs" />
  69. <Compile Include="CommonLogic\EducationManage\ExecutablePlanServices.cs" />
  70. <Compile Include="CommonLogic\ScoreManage\FinalExaminationServices.cs" />
  71. <Compile Include="CommonLogic\ScoreManage\ScoreServices.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <Compile Include="ViewModel\EducationManage\EducationMissionClassViewMetadataType.cs" />
  74. <Compile Include="ViewModel\StaffViewMetadataType.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="app.config" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\..\EMiS.DataLogic\EMIS.DataLogic.csproj">
  81. <Project>{D9B77877-BBB9-4E90-96B6-32AA6C43C3A1}</Project>
  82. <Name>EMIS.DataLogic</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\EMIS.Entities\EMIS.Entities.csproj">
  85. <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
  86. <Name>EMIS.Entities</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\EMIS.Utility\EMIS.Utility.csproj">
  89. <Project>{E23364FA-480A-4A5D-95A4-ECBEDFDE03B4}</Project>
  90. <Name>EMIS.Utility</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\..\EMIS.ViewModel\EMIS.ViewModel.csproj">
  93. <Project>{885CA886-40C2-480E-9576-E771C8F6032E}</Project>
  94. <Name>EMIS.ViewModel</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\..\ServiceLogic\EMIS.CommonLogic\EMIS.CommonLogic.csproj">
  97. <Project>{3F1264D0-C66F-4F85-A0C6-F4E43FEE616A}</Project>
  98. <Name>EMIS.CommonLogic</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\..\ServiceLogic\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
  101. <Project>{5CE392A4-CCF8-437F-AC8D-C7BDD4F1731A}</Project>
  102. <Name>EMIS.ICommonLogic</Name>
  103. </ProjectReference>
  104. </ItemGroup>
  105. <ItemGroup />
  106. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  107. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  108. Other similar extension points exist, see Microsoft.Common.targets.
  109. <Target Name="BeforeBuild">
  110. </Target>
  111. <Target Name="AfterBuild">
  112. </Target>
  113. -->
  114. </Project>