2008-03-05 09:52:00 -05:00
|
|
|
|
<!--
|
|
|
|
|
##############################################################################
|
|
|
|
|
|
|
|
|
|
Microsoft Research Singularity
|
|
|
|
|
|
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
|
-->
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2008-11-17 18:29:00 -05:00
|
|
|
|
<Import Project="..\..\Paths.targets" />
|
2008-03-05 09:52:00 -05:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2008-11-17 18:29:00 -05:00
|
|
|
|
<AssemblyName>mkuniontest</AssemblyName>
|
2008-03-05 09:52:00 -05:00
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2008-11-17 18:29:00 -05:00
|
|
|
|
<Compile Include="MkunionTest.cs" />
|
|
|
|
|
|
|
|
|
|
<CsUnionFile Include="Tree.csunion">
|
|
|
|
|
<Namespace>Microsoft.Singularity.Applications</Namespace>
|
|
|
|
|
</CsUnionFile>
|
2008-03-05 09:52:00 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2008-11-17 18:29:00 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
</ItemGroup>
|
2008-03-05 09:52:00 -05:00
|
|
|
|
|
2008-11-17 18:29:00 -05:00
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\Windows.targets" />
|
|
|
|
|
</Project>
|