singrdk/base/Windows/mkjig/mkjig.csproj

24 lines
817 B
XML
Raw 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>mkjig</AssemblyName>
2008-03-05 09:52:00 -05:00
<OutputType>Exe</OutputType>
2008-11-17 18:29:00 -05:00
<ProjectGuid>{8B991225-8919-4367-80C2-26A933850E48}</ProjectGuid>
2008-03-05 09:52:00 -05:00
</PropertyGroup>
<ItemGroup>
2008-11-17 18:29:00 -05:00
<Compile Include="mkjig.cs" />
<Reference Include="System" />
<Reference Include="System.Xml" />
2008-03-05 09:52:00 -05:00
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\Windows.targets" />
</Project>