Skip to content

Commit

Permalink
add project name prefix to props (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlens Nerese <[email protected]>
  • Loading branch information
crlnz and cnerese-genetec authored Sep 14, 2023
1 parent f73c38d commit e75608a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/Common.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project>
<PropertyGroup>
<CompanyName>Genetec</CompanyName>
<PackageId>$(CompanyName).$(MSBuildProjectName)</PackageId>
<LangVersion>10.0</LangVersion>
<SignAssembly>true</SignAssembly>
<RepoRoot>$([System.IO.Directory]::GetParent($(MSBuildThisFileDirectory)).Parent.FullName)</RepoRoot>
Expand Down

0 comments on commit e75608a

Please sign in to comment.