22 lines
775 B
XML
22 lines
775 B
XML
<!--
|
|
##############################################################################
|
|
|
|
Microsoft Research Singularity
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
##############################################################################
|
|
-->
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\..\Paths.targets" />
|
|
<PropertyGroup>
|
|
<AssemblyName>DebugUtils</AssemblyName>
|
|
<OutputType>Library</OutputType>
|
|
<ProjectGuid>{14BD2604-CAFE-4B1E-95A5-0ECB174384C5}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.sg" />
|
|
<Compile Include="ImpatientWatcher.sg" />
|
|
</ItemGroup>
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
|
|
</Project> |