⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exambll.csproj

📁 在线考试系统完整版源码(C#&Access) 该考试系统为一同学毕业设计
💻 CSPROJ
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{8BBEF129-2599-4C60-AB36-2A6F570BD016}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>ExamBLL</RootNamespace>
    <AssemblyName>ExamBLL</AssemblyName>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Auto Generated Code\AnswerManager.cs" />
    <Compile Include="Auto Generated Code\CourseManager.cs" />
    <Compile Include="Auto Generated Code\DepartmentManager.cs" />
    <Compile Include="Auto Generated Code\FillBlankProblemManager.cs" />
    <Compile Include="Auto Generated Code\JiandaManager.cs" />
    <Compile Include="Auto Generated Code\JudgeProblemManager.cs" />
    <Compile Include="Auto Generated Code\MakePaperManager.cs" />
    <Compile Include="Auto Generated Code\MultiProblemManager.cs" />
    <Compile Include="Auto Generated Code\PaperDetailManager.cs" />
    <Compile Include="Auto Generated Code\PaperManager.cs" />
    <Compile Include="Auto Generated Code\RoleManager.cs" />
    <Compile Include="Auto Generated Code\ScoreManager.cs" />
    <Compile Include="Auto Generated Code\SingleProblemManager.cs" />
    <Compile Include="Auto Generated Code\UserManager.cs" />
    <Compile Include="Class1.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\ExamDAL\ExamDAL.csproj">
      <Project>{2AA45A75-E105-4E6A-989D-CD2CBFFFA224}</Project>
      <Name>ExamDAL</Name>
    </ProjectReference>
    <ProjectReference Include="..\ExamModel\ExamModel.csproj">
      <Project>{81D99E5E-4EAF-447D-ADED-2853013B39CC}</Project>
      <Name>ExamModel</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -