Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Apr 8, 2020
1 parent 829fdaf commit 8aca8d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Fizzler.Systems.HtmlAgilityPack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,11 @@
<ItemGroup>
<None Include="..\COPYING.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
</ItemGroup>
<PropertyGroup>
<EmbedUntrackedSource>true</EmbedUntrackedSource>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)', '$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
</PropertyGroup>
<ItemGroup>
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
</ItemGroup>
</Project>

0 comments on commit 8aca8d9

Please sign in to comment.