17 lines
492 B
XML
17 lines
492 B
XML
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
|
|||
|
<Import Project="..\..\..\..\Paths.targets" />
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
<AssemblyName>Bartok.Contracts</AssemblyName>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="CompilerPhaseContract.sg" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
|
|||
|
|
|||
|
</Project>
|