Skip to content

Commit

Permalink
Add 3rd party signing info
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKrivanek committed Sep 22, 2022
1 parent 48320b7 commit 607bc8d
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
<ProjectReference Include="..\Microsoft.TemplateEngine.Utils\Microsoft.TemplateEngine.Utils.csproj" />
</ItemGroup>

<ItemGroup>
<FileSignInfo Include="Argon.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="DiffEngine.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="DiffPlex.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Verify.DiffPlex.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Verify.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Verify.Xunit.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="EmptyFiles.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="FluentAssertions.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="SimpleInfoName.dll" CertificateName="3PartySHA2" />
</ItemGroup>

<ItemGroup>
<Compile Update="LocalizableStrings.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down

0 comments on commit 607bc8d

Please sign in to comment.