singrdk/base/Interfaces/Collections/Collections.csproj

33 lines
1.3 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# File: Interfaces\Collections\Makefile
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
2008-11-17 18:29:00 -05:00
<Compile Include="..\Collections\ArrayList.csi" />
<Compile Include="..\Collections\BitArray.csi" />
<Compile Include="..\Collections\CaseInsensitiveComparer.csi" />
<Compile Include="..\Collections\CaseInsensitiveHashCodeProvider.csi" />
<Compile Include="..\Collections\Comparer.csi" />
<Compile Include="..\Collections\DictionaryEntry.csi" />
<Compile Include="..\Collections\Hashtable.csi" />
<Compile Include="..\Collections\IDictionary.csi" />
<Compile Include="..\Collections\IDictionaryEnumerator.csi" />
<Compile Include="..\Collections\IHashCodeProvider.csi" />
<Compile Include="..\Collections\Queue.csi" />
<Compile Include="..\Collections\SortedList.csi" />
<Compile Include="..\Collections\Stack.csi" />
<Compile Include="..\Collections\Collections.csi" />
2008-03-05 09:52:00 -05:00
</ItemGroup>
</Project>