|
10 | 10 |
|
11 | 11 | <ItemGroup>
|
12 | 12 | <Compile Include="System\Collections\BitArray.cs" />
|
13 |
| - <Compile Include="$(CoreLibSharedDir)System\Collections\Generic\DebugViewDictionaryItem.cs" |
14 |
| - Link="Common\System\Collections\Generic\DebugViewDictionaryItem.cs" /> |
15 |
| - <Compile Include="$(CoreLibSharedDir)System\Collections\Generic\ICollectionDebugView.cs" |
16 |
| - Link="Common\System\Collections\Generic\ICollectionDebugView.cs" /> |
17 |
| - <Compile Include="$(CoreLibSharedDir)System\Collections\Generic\IDictionaryDebugView.cs" |
18 |
| - Link="Common\System\Collections\Generic\IDictionaryDebugView.cs" /> |
19 |
| - <Compile Include="$(CoreLibSharedDir)System\Collections\ObjectModel\CollectionHelpers.cs" |
20 |
| - Link="Common\System\Collections\ObjectModel\CollectionHelpers.cs" /> |
| 13 | + <Compile Include="System\Collections\ThrowHelper.cs" /> |
| 14 | + <Compile Include="$(CoreLibSharedDir)System\Collections\Generic\DebugViewDictionaryItem.cs" Link="Common\System\Collections\Generic\DebugViewDictionaryItem.cs" /> |
| 15 | + <Compile Include="$(CoreLibSharedDir)System\Collections\Generic\ICollectionDebugView.cs" Link="Common\System\Collections\Generic\ICollectionDebugView.cs" /> |
| 16 | + <Compile Include="$(CoreLibSharedDir)System\Collections\Generic\IDictionaryDebugView.cs" Link="Common\System\Collections\Generic\IDictionaryDebugView.cs" /> |
| 17 | + <Compile Include="$(CoreLibSharedDir)System\Collections\ObjectModel\CollectionHelpers.cs" Link="Common\System\Collections\ObjectModel\CollectionHelpers.cs" /> |
21 | 18 | <Compile Include="System\Collections\Generic\LinkedList.cs" />
|
22 | 19 | <Compile Include="System\Collections\Generic\OrderedDictionary.cs" />
|
23 | 20 | <Compile Include="System\Collections\Generic\PriorityQueue.cs" />
|
|
32 | 29 | <Compile Include="System\Collections\Generic\StackDebugView.cs" />
|
33 | 30 | <Compile Include="System\Collections\StructuralComparisons.cs" />
|
34 | 31 | <!-- Shared Common -->
|
35 |
| - <Compile Include="$(CoreLibSharedDir)System\Collections\HashHelpers.cs" |
36 |
| - Link="Common\System\Collections\HashHelpers.cs" /> |
37 |
| - <Compile Include="$(CommonPath)System\Collections\Generic\BitHelper.cs" |
38 |
| - Link="Common\System\Collections\Generic\BitHelper.cs" /> |
39 |
| - <Compile Include="$(CommonPath)System\Collections\Generic\EnumerableHelpers.cs" |
40 |
| - Link="Common\System\Collections\Generic\EnumerableHelpers.cs" /> |
41 |
| - <Compile Include="$(CommonPath)System\Obsoletions.cs" |
42 |
| - Link="Common\System\Obsoletions.cs" /> |
| 32 | + <Compile Include="$(CoreLibSharedDir)System\Collections\HashHelpers.cs" Link="Common\System\Collections\HashHelpers.cs" /> |
| 33 | + <Compile Include="$(CommonPath)System\Collections\Generic\BitHelper.cs" Link="Common\System\Collections\Generic\BitHelper.cs" /> |
| 34 | + <Compile Include="$(CommonPath)System\Collections\Generic\EnumerableHelpers.cs" Link="Common\System\Collections\Generic\EnumerableHelpers.cs" /> |
| 35 | + <Compile Include="$(CommonPath)System\Obsoletions.cs" Link="Common\System\Obsoletions.cs" /> |
43 | 36 | </ItemGroup>
|
44 | 37 |
|
45 | 38 | <ItemGroup>
|
|
0 commit comments