singrdk/base/Interfaces/Memory/Memory.csproj

21 lines
561 B
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\Memory\Memory.csproj
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
2008-11-17 18:29:00 -05:00
<Compile Include="..\Memory\Memory.csi" />
<Compile Include="..\Memory\SharedHeap.csi" />
2008-03-05 09:52:00 -05:00
</ItemGroup>
</Project>