singrdk/base/Applications/iso9660/Iso9660.proj

22 lines
656 B
XML

<!--
###############################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets"/>
<ItemGroup>
<ProjectReference Include="cddump\cddump.csproj"/>
<ProjectReference Include="cdmount\cdmount.csproj"/>
<ProjectReference Include="cdunmount\cdunmount.csproj"/>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\Dirs.targets"/>
</Project>