⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 net.afritxia.rssfoundation.csproj

📁 该项目中对 SQLHelper 类进行了简单封装
💻 CSPROJ
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{0032DC9E-BACE-45D8-AD33-86985977C678}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>NET.AfritXia.RssFoundation</RootNamespace>
    <AssemblyName>NET.AfritXia.RssFoundation</AssemblyName>
    <SccProjectName>
    </SccProjectName>
    <SccLocalPath>
    </SccLocalPath>
    <SccAuxPath>
    </SccAuxPath>
    <SccProvider>
    </SccProvider>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>2.0</OldToolsVersion>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  </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.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="IRssItemTagConverter.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Rss.cs" />
    <Compile Include="RssChannelTag.cs" />
    <Compile Include="RssChannel\CopyrightTag.cs" />
    <Compile Include="RssChannel\DocsTag.cs" />
    <Compile Include="RssChannel\GeneratorTag.cs" />
    <Compile Include="RssChannel\ImageTag.cs" />
    <Compile Include="RssChannel\LanguageTag.cs" />
    <Compile Include="RssChannel\LastBuildDateTag.cs" />
    <Compile Include="RssChannel\ManagingEditorTag.cs" />
    <Compile Include="RssChannel\RatingTag.cs" />
    <Compile Include="RssChannel\RssImage\URLTag.cs" />
    <Compile Include="RssChannel\RssItem\AuthorTag.cs" />
    <Compile Include="RssChannel\RssItem\CommentsTag.cs" />
    <Compile Include="RssChannel\RssItem\GuidTag.cs" />
    <Compile Include="RssChannel\RssItem\SourceTag.cs" />
    <Compile Include="RssChannel\RssTextInput\NameTag.cs" />
    <Compile Include="RssChannel\SkipDaysTag.cs" />
    <Compile Include="RssChannel\SkipHoursTag.cs" />
    <Compile Include="RssChannel\TextInputTag.cs" />
    <Compile Include="RssChannel\TTLTag.cs" />
    <Compile Include="RssChannel\WebMasterTag.cs" />
    <Compile Include="RssChannel\CloudTag.cs" />
    <Compile Include="RssChannel\RssItem\EnclosureTag.cs" />
    <Compile Include="RssFactory.cs" />
    <Compile Include="RssGeneric\CategoryTag.cs" />
    <Compile Include="RssGeneric\DescriptionTag.cs" />
    <Compile Include="RssGeneric\LinkTag.cs" />
    <Compile Include="RssGeneric\PubDateTag.cs" />
    <Compile Include="RssGeneric\TitleTag.cs" />
    <Compile Include="RssItemTag.cs" />
    <Compile Include="RssRootTag.cs" />
    <Compile Include="RssTagBase.cs" />
  </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 + -