homestart.csproj
来自「该项目中对 SQLHelper 类进行了简单封装」· CSPROJ 代码 · 共 330 行 · 第 1/2 页
CSPROJ
330 行
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D88EDB13-6EA9-4664-90FD-79C3F130AC8A}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NET.AfritXia.MyHome.HomeStart</RootNamespace>
<AssemblyName>NET.AfritXia.MyHome.HomeStart</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</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\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Runtime.Serialization">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.ServiceModel">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web.Extensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.Web.Mobile" />
</ItemGroup>
<ItemGroup>
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="AboutMe.aspx.cs">
<DependentUpon>AboutMe.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="AboutMe.aspx.designer.cs">
<DependentUpon>AboutMe.aspx</DependentUpon>
</Compile>
<Compile Include="ArticleList.aspx.cs">
<DependentUpon>ArticleList.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ArticleList.aspx.designer.cs">
<DependentUpon>ArticleList.aspx</DependentUpon>
</Compile>
<Compile Include="ArticleView.aspx.cs">
<DependentUpon>ArticleView.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ArticleView.aspx.designer.cs">
<DependentUpon>ArticleView.aspx</DependentUpon>
</Compile>
<Compile Include="CodeLand\FetchHtmlWriter.cs" />
<Compile Include="CodeLand\MyRss.cs" />
<Compile Include="CodeLand\Visitor.cs" />
<Compile Include="CodeLand\ServiceProxy\ArticleServiceProxy.cs" />
<Compile Include="CodeLand\ServiceProxy\CommentServiceProxy.cs" />
<Compile Include="CodeLand\ServiceProxy\LWordServiceProxy.cs" />
<Compile Include="CodeLand\ServiceProxy\ServiceProxyFactory.cs" />
<Compile Include="Default.aspx.cs">
<DependentUpon>Default.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="DefaultContainer.Master.cs">
<DependentUpon>DefaultContainer.Master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DefaultContainer.Master.designer.cs">
<DependentUpon>DefaultContainer.Master</DependentUpon>
</Compile>
<Compile Include="DefaultLayout.Master.cs">
<DependentUpon>DefaultLayout.Master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DefaultLayout.Master.designer.cs">
<DependentUpon>DefaultLayout.Master</DependentUpon>
</Compile>
<Compile Include="GetRSS.aspx.cs">
<DependentUpon>GetRSS.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="GetRSS.aspx.designer.cs">
<DependentUpon>GetRSS.aspx</DependentUpon>
</Compile>
<Compile Include="LWordList.aspx.cs">
<DependentUpon>LWordList.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="LWordList.aspx.designer.cs">
<DependentUpon>LWordList.aspx</DependentUpon>
</Compile>
<Compile Include="PageCtrls\MsgView\ArticleDatView.ascx.cs">
<DependentUpon>ArticleDatView.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PageCtrls\MsgView\ArticleDatView.ascx.designer.cs">
<DependentUpon>ArticleDatView.ascx</DependentUpon>
</Compile>
<Compile Include="PageCtrls\MsgView\CommentDatView.ascx.cs">
<DependentUpon>CommentDatView.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PageCtrls\MsgView\CommentDatView.ascx.designer.cs">
<DependentUpon>CommentDatView.ascx</DependentUpon>
</Compile>
<Compile Include="PageCtrls\MsgView\LWordDatView.ascx.cs">
<DependentUpon>LWordDatView.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PageCtrls\MsgView\LWordDatView.ascx.designer.cs">
<DependentUpon>LWordDatView.ascx</DependentUpon>
</Compile>
<Compile Include="PageCtrls\MyHomeLogo.ascx.cs">
<DependentUpon>MyHomeLogo.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PageCtrls\MyHomeLogo.ascx.designer.cs">
<DependentUpon>MyHomeLogo.ascx</DependentUpon>
</Compile>
<Compile Include="PageCtrls\MySiteMapPath.ascx.cs">
<DependentUpon>MySiteMapPath.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PageCtrls\MySiteMapPath.ascx.designer.cs">
<DependentUpon>MySiteMapPath.ascx</DependentUpon>
</Compile>
<Compile Include="PageCtrls\NavigationMenu.ascx.cs">
<DependentUpon>NavigationMenu.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?