Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SignAssembly to Directory.Build.props #99

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>

<PropertyGroup Condition="Exists('$(MSBuildThisFileDirectory)/Sources/Key.snk')">
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)/Sources/Key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

</Project>
Binary file added Sources/Key.snk
Binary file not shown.
24 changes: 21 additions & 3 deletions Sources/Towel/Towel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,31 @@
<DependentUpon>Omnitree.tt</DependentUpon>
</Compile>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>Towel_Testing</_Parameter1>
<_Parameter1>
Towel_Testing, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f33a29044fa9d7
40c9b3213a93e57c84b472c84e0b8a0e1ae48e67a9f8f6de9d5f7f3d52ac23e48ac51801f1dc95
0abe901da34d2a9e3baadb141a17c77ef3c565dd5ee5054b91cf63bb3c6ab83f72ab3aafe93d0f
c3c2348b764fafb0b1c0733de51459aeab46580384bf9d74c4e28164b7cde247f891ba07891c9d
872ad2bb
</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>Towel_Benchmarking</_Parameter1>
<_Parameter1>
Towel_Benchmarking, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f33a29044fa9d7
40c9b3213a93e57c84b472c84e0b8a0e1ae48e67a9f8f6de9d5f7f3d52ac23e48ac51801f1dc95
0abe901da34d2a9e3baadb141a17c77ef3c565dd5ee5054b91cf63bb3c6ab83f72ab3aafe93d0f
c3c2348b764fafb0b1c0733de51459aeab46580384bf9d74c4e28164b7cde247f891ba07891c9d
872ad2bb
</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>Towel_Generating</_Parameter1>
<_Parameter1>
Towel_Generating, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f33a29044fa9d7
40c9b3213a93e57c84b472c84e0b8a0e1ae48e67a9f8f6de9d5f7f3d52ac23e48ac51801f1dc95
0abe901da34d2a9e3baadb141a17c77ef3c565dd5ee5054b91cf63bb3c6ab83f72ab3aafe93d0f
c3c2348b764fafb0b1c0733de51459aeab46580384bf9d74c4e28164b7cde247f891ba07891c9d
872ad2bb
</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>