singrdk/base/Services/transforms/ServiceTransform.csproj

26 lines
706 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>
<OutputType>Library</OutputType>
<AssemblyName>ServiceTransform</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Compile Include="ServiceTransform.sg" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\ConsoleCategory.targets" />
</Project>