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

📄 treelistview.csproj

📁 SharpDevelop2.0.0 c#开发免费工具
💻 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.50215</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{B08385CD-F0CC-488C-B4F4-EEB34B6D2688}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>TreeListView</RootNamespace>
    <AssemblyName>TreeListView</AssemblyName>
    <WarningLevel>4</WarningLevel>
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
    <NoStdLib>False</NoStdLib>
    <RegisterForComInterop>False</RegisterForComInterop>
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
    <BaseAddress>112721920</BaseAddress>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <FileAlignment>4096</FileAlignment>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>Full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\..\..\..\..\..\AddIns\AddIns\Misc\Debugger\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\..\..\..\..\..\AddIns\AddIns\Misc\Debugger\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Configuration\AssemblyInfo.cs" />
    <Compile Include="Src\APIs\APIsClipboard.cs" />
    <Compile Include="Src\APIs\APIsComctl32.cs" />
    <Compile Include="Src\APIs\APIsEnums.cs" />
    <Compile Include="Src\APIs\APIsGdi.cs" />
    <Compile Include="Src\APIs\APIsMenu.cs" />
    <Compile Include="Src\APIs\APIsShell.cs" />
    <Compile Include="Src\APIs\APIsShlwapi.cs" />
    <Compile Include="Src\APIs\APIsStructs.cs" />
    <Compile Include="Src\APIs\APIsUser32.cs" />
    <Compile Include="Src\APIs\APIsUxTheme.cs" />
    <Compile Include="Src\APIs\APIsWndProc.cs" />
    <Compile Include="Src\APIs\ColorUtil.cs" />
    <Compile Include="Src\APIs\COMInterfaces.cs" />
    <Compile Include="Src\APIs\TextUtil.cs" />
    <Compile Include="Src\TreeListView\Forms\TreeListViewItemsEditor.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Src\TreeListView\ITreeListViewItemComparer.cs" />
    <Compile Include="Src\TreeListView\SelectedTreeListViewItemCollection.cs" />
    <Compile Include="Src\TreeListView\TreeListView.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Src\TreeListView\TreeListViewItem.cs" />
    <Compile Include="Src\TreeListView\TreeListViewItemCollection.cs" />
    <Compile Include="Src\TreeListView\TreeListViewSubItemEdit.cs" />
    <EmbeddedResource Include="Resources\System.Windows.Forms.TreeListView.resources" />
    <EmbeddedResource Include="Src\TreeListView\Forms\TreeListViewItemsEditor.resx">
      <DependentUpon>TreeListViewItemsEditor.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Src\TreeListView\TreeListView.resx">
      <DependentUpon>TreeListView.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Src\TreeListView\TreeListViewSubItemEdit.resx">
      <DependentUpon>TreeListViewSubItemEdit.cs</DependentUpon>
    </EmbeddedResource>
    <None Include="Doc\Readme.txt" />
    <EmbeddedResource Include="Src\TreeListView\Icons\Minus.gif" />
    <EmbeddedResource Include="Src\TreeListView\Icons\Plus.gif" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -