📄 学籍管理系统.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>{6664EC31-BA38-4A40-9E7F-8BBB149C0472}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>学籍管理系统</RootNamespace>
<AssemblyName>学籍管理系统</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="DevComponents.DotNetBar2, Version=6.6.0.4, Culture=neutral, PublicKeyToken=e2e022990f6c7501, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\UI设计\DotNetBar\DevComponents.DotNetBar2.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="about.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="about.Designer.cs">
<DependentUpon>about.cs</DependentUpon>
</Compile>
<Compile Include="chengji.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="chengji.Designer.cs">
<DependentUpon>chengji.cs</DependentUpon>
</Compile>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="infomd.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="infomd.Designer.cs">
<DependentUpon>infomd.cs</DependentUpon>
</Compile>
<Compile Include="jiaocai.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="jiaocai.Designer.cs">
<DependentUpon>jiaocai.cs</DependentUpon>
</Compile>
<Compile Include="login.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="login.Designer.cs">
<DependentUpon>login.cs</DependentUpon>
</Compile>
<Compile Include="Main.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Main.Designer.cs">
<DependentUpon>Main.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="about.resx">
<SubType>Designer</SubType>
<DependentUpon>about.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="chengji.resx">
<SubType>Designer</SubType>
<DependentUpon>chengji.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<SubType>Designer</SubType>
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="infomd.resx">
<SubType>Designer</SubType>
<DependentUpon>infomd.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="jiaocai.resx">
<SubType>Designer</SubType>
<DependentUpon>jiaocai.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="login.resx">
<SubType>Designer</SubType>
<DependentUpon>login.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="student.resx">
<SubType>Designer</SubType>
<DependentUpon>student.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="sysset.resx">
<SubType>Designer</SubType>
<DependentUpon>sysset.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="user.resx">
<SubType>Designer</SubType>
<DependentUpon>user.cs</DependentUpon>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="student.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="student.Designer.cs">
<DependentUpon>student.cs</DependentUpon>
</Compile>
<Compile Include="sysset.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="sysset.Designer.cs">
<DependentUpon>sysset.cs</DependentUpon>
</Compile>
<Compile Include="user.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="user.Designer.cs">
<DependentUpon>user.cs</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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -