singrdk/base/Applications/Runtime/Full/Corlibsg.csproj

39 lines
1.5 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
###############################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project 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>
<AssemblyName>Corlibsg</AssemblyName>
<OutputType>Library</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DisableNullParameterValidation>true</DisableNullParameterValidation>
</PropertyGroup>
<ItemGroup>
2008-11-17 18:29:00 -05:00
<Compile Include="Singularity\CorlibSgAssemblyInfo.sg"/>
2008-03-05 09:52:00 -05:00
<Compile Include="Singularity\Io\PipeLookAhead.sg"/>
<Compile Include="Singularity\Io\PipeMultiplexer.sg"/>
<Compile Include="Singularity\Directory\NameService.sg"/>
<Compile Include="System\Process.sg"/>
<Compile Include="System\Principal.sg"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Directory.Contracts\Directory.Contracts.csproj"/>
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Io.Contracts\Io.Contracts.csproj"/>
2008-11-17 18:29:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Interfaces\Singularity.V1\Singularity.V1.App.csproj">
2008-03-05 09:52:00 -05:00
<ExcludeFromNativeReferences>true</ExcludeFromNativeReferences>
</ProjectReference>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\AppRuntime.targets"/>
</Project>