singrdk/base/Targets/KernelContractsLibrary.targets

24 lines
639 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
2008-11-17 18:29:00 -05:00
###############################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
2008-03-05 09:52:00 -05:00
2008-11-17 18:29:00 -05:00
<!--
2008-03-05 09:52:00 -05:00
This .targets file is for assemblies that are "user" / process assemblies,
i.e. they are not part of the kernel.
2008-11-17 18:29:00 -05:00
2008-03-05 09:52:00 -05:00
-->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Condition="'$(SingularityPathsIncluded)'==''" Project="$(SINGULARITY_ROOT)\Paths.targets"/>
<Import Project="KernelLibrary.targets"/>
</Project>