Strong-name sign the assembly.
They key file resides outside of the repository and is symlinked to.
This commit is contained in:
parent
aa2ad96774
commit
a1895ec9c1
@ -192,6 +192,9 @@
|
|||||||
</Compile>
|
</Compile>
|
||||||
<AppDesigner Include="Properties\" />
|
<AppDesigner Include="Properties\" />
|
||||||
<None Include="zaaReloaded2.licenseheader" />
|
<None Include="zaaReloaded2.licenseheader" />
|
||||||
|
<None Include="zaaReloaded2.pfx" />
|
||||||
|
<None Include="zaaReloaded2.snk" />
|
||||||
|
<None Include="zaaReloaded2.snk.pfx" />
|
||||||
<None Include="zaaReloaded2_TemporaryKey.pfx" />
|
<None Include="zaaReloaded2_TemporaryKey.pfx" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
@ -207,6 +210,12 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ManifestCertificateThumbprint>0EDB0CD8E3605AC48387A527A80943403E568BD9</ManifestCertificateThumbprint>
|
<ManifestCertificateThumbprint>0EDB0CD8E3605AC48387A527A80943403E568BD9</ManifestCertificateThumbprint>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<SignAssembly>true</SignAssembly>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<AssemblyOriginatorKeyFile>zaaReloaded2.pfx</AssemblyOriginatorKeyFile>
|
||||||
|
</PropertyGroup>
|
||||||
<!-- Include the build rules for a C# project. -->
|
<!-- Include the build rules for a C# project. -->
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- Include additional build rules for an Office application add-in. -->
|
<!-- Include additional build rules for an Office application add-in. -->
|
||||||
|
1
zaaReloaded2/zaaReloaded2.pfx
Symbolic link
1
zaaReloaded2/zaaReloaded2.pfx
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../private/zaaReloaded2.pfx
|
Loading…
Reference in New Issue
Block a user