elsa-core/samples/Directory.Build.props
2024-02-02 20:01:14 +02:00

9 lines
210 B
XML

<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>