14 lines
411 B
Plaintext
14 lines
411 B
Plaintext
|
<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>
|