Microsoft.CodeAnalysis.PooledObjects.projitems 1.1 KB
Newer Older
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (c)  Microsoft.  All Rights Reserved.  Licensed under the Apache License, Version 2.0.  See License.txt in the project root for license information. -->
3
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 5 6 7 8 9 10 11 12
  <PropertyGroup>
    <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
    <HasSharedItems>true</HasSharedItems>
    <SharedGUID>c1930979-c824-496b-a630-70f5369a636f</SharedGUID>
  </PropertyGroup>
  <PropertyGroup Label="Configuration">
    <Import_RootNamespace>SharedCollections</Import_RootNamespace>
  </PropertyGroup>
  <ItemGroup>
J
Jared Parsons 已提交
13 14
    <Compile Include="$(MSBuildThisFileDirectory)ArrayBuilder.cs" />
    <Compile Include="$(MSBuildThisFileDirectory)ArrayBuilder.Enumerator.cs" />
15
    <Compile Include="$(MSBuildThisFileDirectory)ObjectPool`1.cs" />
J
Jared Parsons 已提交
16 17
    <Compile Include="$(MSBuildThisFileDirectory)PooledDictionary.cs" />
    <Compile Include="$(MSBuildThisFileDirectory)PooledHashSet.cs" />
18
    <Compile Include="$(MSBuildThisFileDirectory)PooledStringBuilder.cs" />
19
  </ItemGroup>
20
</Project>