singrdk/base/Windows/mkunion/mkunion.csproj

26 lines
742 B
XML
Raw Permalink Normal View History

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>mkunion</AssemblyName>
2008-03-05 09:52:00 -05:00
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
2008-11-17 18:29:00 -05:00
<Compile Include="mkunion.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
2008-03-05 09:52:00 -05:00
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\Windows.targets" />
2008-11-17 18:29:00 -05:00
</Project>