12 lines
335 B
XML
12 lines
335 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<!-- This repo does not have solutions to build -->
|
|
<DisableDefaultTargets>true</DisableDefaultTargets>
|
|
<!-- Skip BOM generation -->
|
|
<SkipBillOfMaterials>true</SkipBillOfMaterials>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="artifacts.props" />
|
|
<Import Project="submodules.props" />
|
|
</Project>
|