|
52 | 52 | <Compile Include="BatchedDeque.fs" /> |
53 | 53 | <Compile Include="BatchedQueue.fs" /> |
54 | 54 | <Compile Include="BinaryRandomAccessList.fs" /> |
55 | | - <Compile Include="BinaryRoseTree.fs" /> |
| 55 | + <Compile Include="BinaryRoseTree.fs" /> |
56 | 56 | <Compile Include="BinaryTreeZipper.fs" /> |
57 | 57 | <Compile Include="BinomialHeap.fs" /> |
58 | 58 | <Compile Include="IntMap.fs" /> |
|
62 | 62 | <Compile Include="Deque.fs" /> |
63 | 63 | <Compile Include="DList.fs" /> |
64 | 64 | <Compile Include="EagerRoseTree.fs" /> |
65 | | - <Compile Include="FlatList.fsi" /> |
66 | | - <Compile Include="FlatList.fs" /> |
| 65 | + <Compile Include="FlatList.fsi" /> |
| 66 | + <Compile Include="FlatList.fs" /> |
67 | 67 | <Compile Include="PairingHeap.fs" /> |
68 | 68 | <Compile Include="HeapPriorityQueue.fs" /> |
69 | 69 | <Compile Include="HoodMelvilleQueue.fs" /> |
70 | 70 | <Compile Include="ImplicitQueue.fs" /> |
71 | | - <Compile Include="IndexedRoseTree.fs" /> |
| 71 | + <Compile Include="IndexedRoseTree.fs" /> |
72 | 72 | <Compile Include="LeftistHeap.fs" /> |
73 | 73 | <Compile Include="ListZipper.fs" /> |
74 | 74 | <Compile Include="PhysicistQueue.fs" /> |
|
79 | 79 | <Compile Include="SkewBinaryRandomAccessList.fs" /> |
80 | 80 | <Compile Include="TimeSeries.fs" /> |
81 | 81 | <Compile Include="Vector.fs" /> |
| 82 | + <Compile Include="CSharpCompat.fs" /> |
82 | 83 | </ItemGroup> |
83 | 84 | <ItemGroup> |
84 | 85 | <Reference Include="FSharp.Core" Condition="$(TargetFrameworkVersion) == 'v3.5'"> |
|
0 commit comments