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

📄 powercollections.csproj

📁 C#写的类似于STL的集合类,首先是C#编写,可以用于.net变程.
💻 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>{5821977D-AC2C-4912-BCD0-6E6B1A756167}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Wintellect.PowerCollections</RootNamespace>
    <AssemblyName>PowerCollections</AssemblyName>
    <WarningLevel>4</WarningLevel>
    <SignAssembly>true</SignAssembly>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>.\bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <BaseAddress>1239678976</BaseAddress>
    <NoWarn>
    </NoWarn>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugSymbols>false</DebugSymbols>
    <Optimize>true</Optimize>
    <OutputPath>.\bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <DocumentationFile>bin\Release\PowerCollections.XML</DocumentationFile>
    <BaseAddress>1239678976</BaseAddress>
    <NoWarn>
    </NoWarn>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Algorithms.cs" />
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="Bag.cs" />
    <Compile Include="CollectionBase.cs" />
    <Compile Include="Deque.cs" />
    <Compile Include="DictionaryBase.cs" />
    <Compile Include="Hash.cs" />
    <Compile Include="ListBase.cs" />
    <Compile Include="MultiDictionary.cs" />
    <Compile Include="MultiDictionaryBase.cs" />
    <Compile Include="OrderedBag.cs" />
    <Compile Include="OrderedMultiDictionary.cs" />
    <Compile Include="OrderedSet.cs" />
    <Compile Include="Pair.cs" />
    <Compile Include="ReadOnlyCollectionBase.cs" />
    <Compile Include="ReadOnlyDictionaryBase.cs" />
    <Compile Include="ReadOnlyListBase.cs" />
    <Compile Include="BigList.cs" />
    <Compile Include="ReadOnlyMultiDictionaryBase.cs" />
    <Compile Include="Set.cs" />
    <Compile Include="Comparers.cs" />
    <None Include="app.config" />
    <Compile Include="RedBlack.cs" />
    <Compile Include="OrderedDictionary.cs" />
    <Compile Include="Strings.cs" />
    <Compile Include="Triple.cs" />
    <Compile Include="Util.cs" />
    <AppDesigner Include="Properties\" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Properties\" />
    <Folder Include="UnusedCode\" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>

⌨️ 快捷键说明

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