Skip to content

Commit

Permalink
Add import for PackSite.Library.Locking.props in PackSite.Libraries.p…
Browse files Browse the repository at this point in the history
…rops

This commit adds an import statement for a new property file, 'PackSite.Library.Locking.props', in the existing list of imports within 'PackSite.Libraries.props'.
  • Loading branch information
adambajguz committed Nov 28, 2024
1 parent b496bf4 commit c5f974f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/props/PackSite.Libraries.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Import Project="PackSite.Library.Identifiers.props" Condition="Exists('PackSite.Library.Identifiers.props')" />
<Import Project="PackSite.Library.Languages.props" Condition="Exists('PackSite.Library.Languages.props')" />
<Import Project="PackSite.Library.Licensing.props" Condition="Exists('PackSite.Library.Licensing.props')" />
<Import Project="PackSite.Library.Locking.props" Condition="Exists('PackSite.Library.Locking.props')" />
<Import Project="PackSite.Library.Logging.props" Condition="Exists('PackSite.Library.Logging.props')" />
<Import Project="PackSite.Library.Modeling.props" Condition="Exists('PackSite.Library.Modeling.props')" />
<Import Project="PackSite.Library.Modularity.props" Condition="Exists('PackSite.Library.Modularity.props')" />
Expand Down

0 comments on commit c5f974f

Please sign in to comment.