10 lines
332 B
XML
10 lines
332 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<OutputInRepoRoot>true</OutputInRepoRoot>
|
|
<ToolSharedSourceRoot>$(MSBuildThisFileDirectory)Shared\</ToolSharedSourceRoot>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
|
|
|
|
</Project>
|