Files
speckle-sharp-sdk/src/Directory.Build.props
T
2024-06-21 08:42:42 +01:00

13 lines
480 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project>
<!-- This is the Objects Kit *.Props file -->
<!-- Find Directory.Build.Props file at the root of the repo and import that first -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>
<PropertyGroup>
<!-- Everything inside Objects is packable unless otherwise specified -->
<IsPackable>true</IsPackable>
</PropertyGroup>
</Project>