10 lines
297 B
XML
10 lines
297 B
XML
<Project>
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
|
|
|
|
<Import Project="build\sources.props" />
|
|
<Import Project="build\dependencies.props" />
|
|
<Import Project="version.props" />
|
|
|
|
</Project>
|