Skip to content

Commit

Permalink
move build props to csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Sep 3, 2022
1 parent 518b1d5 commit 42adc24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/Directory.Build.props

This file was deleted.

14 changes: 14 additions & 0 deletions src/GeoTimeZone/GeoTimeZone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,18 @@
<EmbeddedResource Include="TZ.dat.gz;TZL.dat.gz" />
</ItemGroup>

<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\.assets\mattjohnsonpint.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>

</Project>

0 comments on commit 42adc24

Please sign in to comment.