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

📄 csdnreader2005.csproj

📁 定义社区节点
💻 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>{01689900-86D4-476D-AFBD-42F434D5EA7C}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>feiyun0112.cnblogs.com.CSDNReader</RootNamespace>
    <AssemblyName>CSDN Reader</AssemblyName>
    <ApplicationIcon>Resources\CSDN.ico</ApplicationIcon>
  </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>
    <RunCodeAnalysis>true</RunCodeAnalysis>
    <CodeAnalysisRules>-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Portability#CA1901;-Microsoft.Portability#CA1900;-Microsoft.Naming#CA1718;-Microsoft.Naming#CA1720;-Microsoft.Naming#CA1700;-Microsoft.Naming#CA1712;-Microsoft.Naming#CA1713;-Microsoft.Naming#CA1709;-Microsoft.Naming#CA1708;-Microsoft.Naming#CA1715;-Microsoft.Naming#CA1710;-Microsoft.Naming#CA1707;-Microsoft.Naming#CA1722;-Microsoft.Naming#CA1711;-Microsoft.Naming#CA1716;-Microsoft.Naming#CA1705;-Microsoft.Naming#CA1725;-Microsoft.Naming#CA1719;-Microsoft.Naming#CA1721;-Microsoft.Naming#CA1706;-Microsoft.Naming#CA1724;-Microsoft.Naming#CA1726;-Microsoft.Security#CA2122;-Microsoft.Security#CA2123;-Microsoft.Performance#CA1811;-Microsoft.Usage#CA2209;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Design#CA2210;-Microsoft.Design#CA1009;-Microsoft.Design#CA1031;-Microsoft.Design#CA1002;-Microsoft.Design#CA1014;-Microsoft.Design#CA1062</CodeAnalysisRules>
  </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.Web" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Controls\frmTopic.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Controls\frmTopic.Designer.cs">
      <DependentUpon>frmTopic.cs</DependentUpon>
    </Compile>
    <Compile Include="Controls\TopicTabPage.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Controls\TopicTabPage.Designer.cs">
      <DependentUpon>TopicTabPage.cs</DependentUpon>
    </Compile>
    <Compile Include="Controls\TreeViewEx.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="frmAbout.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmAbout.Designer.cs">
      <DependentUpon>frmAbout.cs</DependentUpon>
    </Compile>
    <Compile Include="frmCSDNReader.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmCSDNReader.Designer.cs">
      <DependentUpon>frmCSDNReader.cs</DependentUpon>
    </Compile>
    <Compile Include="frmLogin.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmLogin.Designer.cs">
      <DependentUpon>frmLogin.cs</DependentUpon>
    </Compile>
    <Compile Include="frmRoom.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmRoom.Designer.cs">
      <DependentUpon>frmRoom.cs</DependentUpon>
    </Compile>
    <Compile Include="frmSettings.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmSettings.Designer.cs">
      <DependentUpon>frmSettings.cs</DependentUpon>
    </Compile>
    <Compile Include="Functions\CommonFunc.cs" />
    <Compile Include="Functions\DB\DBFunc.cs" />
    <Compile Include="Functions\DB\SettingDBFunc.cs" />
    <Compile Include="Functions\DB\VersionDBFunc.cs" />
    <Compile Include="Model\Enum.cs" />
    <Compile Include="Functions\RegexFunc.cs" />
    <Compile Include="Functions\SettingFunc.cs" />
    <Compile Include="Functions\DelegateFunc.cs" />
    <Compile Include="Functions\ListviewFunc.cs" />
    <Compile Include="Functions\DB\RoomDBFunc.cs" />
    <Compile Include="Functions\TreeviewFunc.cs" />
    <Compile Include="Functions\MsgFunc.cs" />
    <Compile Include="Functions\VersionFunc.cs" />
    <Compile Include="Functions\Win32API.cs" />
    <Compile Include="Functions\WorkerFunc.cs" />
    <Compile Include="GlobalSuppressions.cs" />
    <Compile Include="Model\Font.cs" />
    <Compile Include="Model\RequestState.cs" />
    <Compile Include="Model\Room.cs" />
    <Compile Include="Model\Setting.cs" />
    <Compile Include="Model\Topic.cs" />
    <Compile Include="Model\User.cs" />
    <Compile Include="Model\Variant.cs" />
    <Compile Include="Functions\WEBFunc.cs" />
    <Compile Include="Model\Worker.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="Controls\frmTopic.resx">
      <SubType>Designer</SubType>
      <DependentUpon>frmTopic.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Controls\TopicTabPage.resx">
      <SubType>Designer</SubType>
      <DependentUpon>TopicTabPage.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Controls\TreeViewEx.resx">
      <DependentUpon>TreeViewEx.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="frmAbout.resx">
      <SubType>Designer</SubType>
      <DependentUpon>frmAbout.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="frmCSDNReader.resx">
      <SubType>Designer</SubType>
      <DependentUpon>frmCSDNReader.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="frmLogin.resx">
      <SubType>Designer</SubType>
      <DependentUpon>frmLogin.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="frmRoom.resx">
      <SubType>Designer</SubType>
      <DependentUpon>frmRoom.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="frmSettings.resx">
      <SubType>Designer</SubType>
      <DependentUpon>frmSettings.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <SubType>Designer</SubType>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Resources\CSDN.ico" />
    <Content Include="Resources\CSDNNew.ico" />
    <None Include="Resources\quit.png" />
    <None Include="Resources\Login.png" />
    <None Include="Resources\edit_add.png" />
    <None Include="Resources\edit.png" />
    <None Include="Resources\edit_remove.png" />
  </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 + -