SignAssembly.props 431 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <SignAssembly>True</SignAssembly>
  5. <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\behaviors.public.snk</AssemblyOriginatorKeyFile>
  6. <DelaySign>false</DelaySign>
  7. <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
  8. </PropertyGroup>
  9. </Project>