📄 windowsapplication1.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>{57992059-1E8F-4E73-B567-D1BE45046750}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WindowsApplication1</RootNamespace>
<AssemblyName>WindowsApplication1</AssemblyName>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<BootstrapperEnabled>true</BootstrapperEnabled>
</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="IrisSkin2, Version=2006.3.22.45, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>F:\c#\VS2005应用程序界面美化\IrisSkin2.dll</HintPath>
</Reference>
<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="bin\Debug\studentpointsDataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>studentpointsDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="info.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="info.Designer.cs">
<DependentUpon>info.cs</DependentUpon>
</Compile>
<Compile Include="insertstudent.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="insertstudent.Designer.cs">
<DependentUpon>insertstudent.cs</DependentUpon>
</Compile>
<Compile Include="login.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="login.Designer.cs">
<DependentUpon>login.cs</DependentUpon>
</Compile>
<Compile Include="pointoperate.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="pointoperate.Designer.cs">
<DependentUpon>pointoperate.cs</DependentUpon>
</Compile>
<Compile Include="pointsoperateDataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>pointsoperateDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="info.resx">
<SubType>Designer</SubType>
<DependentUpon>info.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="insertstudent.resx">
<SubType>Designer</SubType>
<DependentUpon>insertstudent.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="login.resx">
<SubType>Designer</SubType>
<DependentUpon>login.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="pointoperate.resx">
<SubType>Designer</SubType>
<DependentUpon>pointoperate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</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>
</Compile>
<None Include="app.config" />
<None Include="bin\Debug\DiamondBlue.ssk" />
<None Include="bin\Debug\studentpointsDataSet.xsc">
<DependentUpon>studentpointsDataSet.xsd</DependentUpon>
</None>
<None Include="bin\Debug\studentpointsDataSet.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>studentpointsDataSet.Designer.cs</LastGenOutput>
</None>
<None Include="bin\Debug\studentpointsDataSet.xss">
<DependentUpon>studentpointsDataSet.xsd</DependentUpon>
</None>
<None Include="bin\Debug\WindowsApplication1.exe.config" />
<None Include="bin\Debug\WindowsApplication1.vshost.exe.config" />
<None Include="pointsoperateDataSet.xsc">
<DependentUpon>pointsoperateDataSet.xsd</DependentUpon>
</None>
<None Include="pointsoperateDataSet.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>pointsoperateDataSet.Designer.cs</LastGenOutput>
</None>
<None Include="pointsoperateDataSet.xss">
<DependentUpon>pointsoperateDataSet.xsd</DependentUpon>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="studentpointsDataSet.xsc">
<DependentUpon>studentpointsDataSet.xsd</DependentUpon>
</None>
<None Include="studentpointsDataSet.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>studentpointsDataSet.Designer.cs</LastGenOutput>
</None>
<None Include="studentpointsDataSet.xss">
<DependentUpon>studentpointsDataSet.xsd</DependentUpon>
</None>
<None Include="studentpointsDataSet1.xsc">
<DependentUpon>studentpointsDataSet1.xsd</DependentUpon>
</None>
<None Include="studentpointsDataSet1.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>studentpointsDataSet1.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="studentpointsDataSet1.xss">
<DependentUpon>studentpointsDataSet1.xsd</DependentUpon>
</None>
<None Include="studentpointsDataSet2.xsc">
<DependentUpon>studentpointsDataSet2.xsd</DependentUpon>
</None>
<None Include="studentpointsDataSet2.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>studentpointsDataSet2.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="studentpointsDataSet2.xss">
<DependentUpon>studentpointsDataSet2.xsd</DependentUpon>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="studentpointsDataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>studentpointsDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="studentpointsDataSet1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>studentpointsDataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="studentpointsDataSet2.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>studentpointsDataSet2.xsd</DependentUpon>
</Compile>
<Compile Include="user.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="user.Designer.cs">
<DependentUpon>user.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="bin\Debug\studentpoints.mdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="bin\Debug\studentpoints_log.ldf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<DependentUpon>studentpoints.mdf</DependentUpon>
</Content>
<Content Include="bin\Debug\WindowsApplication1.exe" />
<Content Include="bin\Debug\WindowsApplication1.pdb" />
<Content Include="bin\Debug\WindowsApplication1.vshost.exe" />
<Content Include="pointsoperate.mdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="pointsoperate_log.ldf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<DependentUpon>pointsoperate.mdf</DependentUpon>
</Content>
<Content Include="studentpoints.mdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="studentpoints_log.ldf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<DependentUpon>studentpoints.mdf</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
<Visible>False</Visible>
<ProductName>SQL Server 2005 Express Edition</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</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 + -