singrdk/base/Contracts/Contracts.Kernel.proj

19 lines
916 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Paths.targets"/>
<ItemGroup>
<ProjectReference Include="Directory.Contracts\Directory.Contracts.Kernel.csproj"/>
<ProjectReference Include="Diagnostics.Contracts\Diagnostics.Contracts.Kernel.csproj"/>
<ProjectReference Include="FileSystem.Contracts\FileSystem.Contracts.Kernel.csproj"/>
<ProjectReference Include="Io.Contracts\Io.Contracts.Kernel.csproj"/>
<ProjectReference Include="NetStack.Contracts\NetStack.Contracts.Kernel.csproj"/>
<ProjectReference Include="Stress.Contracts\Stress.Contracts.Kernel.csproj"/>
<ProjectReference Include="Security.Contracts\Security.Contracts.Kernel.csproj"/>
<ProjectReference Include="WebApps.Contracts\WebApps.Contracts.Kernel.csproj"/>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\Dirs.targets"/>
</Project>