graduationnet.csproj

来自「系统简介: 本系统是一个用于管理学生毕业系统的简单系统。系统包含的信息包括学生」· CSPROJ 代码 · 共 155 行

CSPROJ
155
字号
<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>{804A2BB3-F3F5-4E15-B8A1-66973B493CC8}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>graduationNET</RootNamespace>
    <AssemblyName>graduationNET</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.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="gradinfo.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="gradinfo.Designer.cs">
      <DependentUpon>gradinfo.cs</DependentUpon>
    </Compile>
    <Compile Include="internship.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="internship.Designer.cs">
      <DependentUpon>internship.cs</DependentUpon>
    </Compile>
    <Compile Include="login.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="login.Designer.cs">
      <DependentUpon>login.cs</DependentUpon>
    </Compile>
    <Compile Include="MainFrm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="MainFrm.Designer.cs">
      <DependentUpon>MainFrm.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="gradinfo.resx">
      <SubType>Designer</SubType>
      <DependentUpon>gradinfo.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="internship.resx">
      <SubType>Designer</SubType>
      <DependentUpon>internship.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="login.resx">
      <SubType>Designer</SubType>
      <DependentUpon>login.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="MainFrm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>MainFrm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="search.resx">
      <SubType>Designer</SubType>
      <DependentUpon>search.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="skill.resx">
      <SubType>Designer</SubType>
      <DependentUpon>skill.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="thesis.resx">
      <SubType>Designer</SubType>
      <DependentUpon>thesis.cs</DependentUpon>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <None Include="__NET_51671DataSet.xsc">
      <DependentUpon>__NET_51671DataSet.xsd</DependentUpon>
    </None>
    <None Include="__NET_51671DataSet.xsd">
      <Generator>MSDataSetGenerator</Generator>
      <LastGenOutput>__NET_51671DataSet.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </None>
    <None Include="__NET_51671DataSet.xss">
      <DependentUpon>__NET_51671DataSet.xsd</DependentUpon>
    </None>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Compile Include="search.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="search.Designer.cs">
      <DependentUpon>search.cs</DependentUpon>
    </Compile>
    <Compile Include="skill.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="skill.Designer.cs">
      <DependentUpon>skill.cs</DependentUpon>
    </Compile>
    <Compile Include="thesis.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="thesis.Designer.cs">
      <DependentUpon>thesis.cs</DependentUpon>
    </Compile>
    <Compile Include="__NET_51671DataSet.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>__NET_51671DataSet.xsd</DependentUpon>
    </Compile>
  </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 + =
减小字号Ctrl + -
显示快捷键?