elsa-core/samples/Directory.Build.props

9 lines
210 B
Plaintext
Raw Normal View History

2024-02-02 17:49:40 +00:00
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>