📄 stuinfoms.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>{9FB0A515-C13B-485E-84B3-6509507D241D}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>StudentInfoMS</RootNamespace>
<AssemblyName>StudentInfoMS</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="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="login.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="login.Designer.cs">
<DependentUpon>login.cs</DependentUpon>
</Compile>
<Compile Include="mystuInfoDBDataSet10.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>mystuInfoDBDataSet10.xsd</DependentUpon>
</Compile>
<Compile Include="mystuInfoDBDataSet11.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>mystuInfoDBDataSet11.xsd</DependentUpon>
</Compile>
<Compile Include="mystuInfoDBDataSet21.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>mystuInfoDBDataSet21.xsd</DependentUpon>
</Compile>
<Compile Include="mystuInfoDBDataSet31.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>mystuInfoDBDataSet31.xsd</DependentUpon>
</Compile>
<Compile Include="mystuInfoDBDataSet41.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>mystuInfoDBDataSet41.xsd</DependentUpon>
</Compile>
<Compile Include="praiseandpunish.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="praiseandpunish.Designer.cs">
<DependentUpon>praiseandpunish.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<SubType>Designer</SubType>
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="login.resx">
<SubType>Designer</SubType>
<DependentUpon>login.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="praiseandpunish.resx">
<SubType>Designer</SubType>
<DependentUpon>praiseandpunish.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="query_stuinfo.resx">
<SubType>Designer</SubType>
<DependentUpon>query_stuinfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="studentInfo.resx">
<SubType>Designer</SubType>
<DependentUpon>studentInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="xuejiguanli.resx">
<SubType>Designer</SubType>
<DependentUpon>xuejiguanli.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="yuanxixinxi.resx">
<SubType>Designer</SubType>
<DependentUpon>yuanxixinxi.cs</DependentUpon>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="app.config" />
<None Include="mystuInfoDBDataSet10.xsc">
<DependentUpon>mystuInfoDBDataSet10.xsd</DependentUpon>
</None>
<None Include="mystuInfoDBDataSet10.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>mystuInfoDBDataSet10.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="mystuInfoDBDataSet10.xss">
<DependentUpon>mystuInfoDBDataSet10.xsd</DependentUpon>
</None>
<None Include="mystuInfoDBDataSet11.xsc">
<DependentUpon>mystuInfoDBDataSet11.xsd</DependentUpon>
</None>
<None Include="mystuInfoDBDataSet11.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>mystuInfoDBDataSet11.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="mystuInfoDBDataSet11.xss">
<DependentUpon>mystuInfoDBDataSet11.xsd</DependentUpon>
</None>
<None Include="mystuInfoDBDataSet21.xsc">
<DependentUpon>mystuInfoDBDataSet21.xsd</DependentUpon>
</None>
<None Include="mystuInfoDBDataSet21.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>mystuInfoDBDataSet21.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="mystuInfoDBDataSet21.xss">
<DependentUpon>mystuInfoDBDataSet21.xsd</DependentUpon>
</None>
<None Include="mystuInfoDBDataSet31.xsc">
<DependentUpon>mystuInfoDBDataSet31.xsd</DependentUpon>
</None>
<None Include="mystuInfoDBDataSet31.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>mystuInfoDBDataSet31.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="mystuInfoDBDataSet31.xss">
<DependentUpon>mystuInfoDBDataSet31.xsd</DependentUpon>
</None>
<None Include="mystuInfoDBDataSet41.xsc">
<DependentUpon>mystuInfoDBDataSet41.xsd</DependentUpon>
</None>
<None Include="mystuInfoDBDataSet41.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>mystuInfoDBDataSet41.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="mystuInfoDBDataSet41.xss">
<DependentUpon>mystuInfoDBDataSet41.xsd</DependentUpon>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="query_stuinfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="query_stuinfo.Designer.cs">
<DependentUpon>query_stuinfo.cs</DependentUpon>
</Compile>
<Compile Include="studentInfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="studentInfo.Designer.cs">
<DependentUpon>studentInfo.cs</DependentUpon>
</Compile>
<Compile Include="xuejiguanli.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="xuejiguanli.Designer.cs">
<DependentUpon>xuejiguanli.cs</DependentUpon>
</Compile>
<Compile Include="yuanxixinxi.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="yuanxixinxi.Designer.cs">
<DependentUpon>yuanxixinxi.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 + -