21 lines
561 B
XML
21 lines
561 B
XML
<!--
|
|
##############################################################################
|
|
#
|
|
# 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>
|
|
<Compile Include="..\Memory\Memory.csi" />
|
|
<Compile Include="..\Memory\SharedHeap.csi" />
|
|
</ItemGroup>
|
|
</Project>
|