Skip to content

Commit 29598d0

Browse files
Signing.
1 parent d3abe06 commit 29598d0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/ResourceManager/Common/Commands.Common.Strategies/Commands.Common.Strategies.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
<ErrorReport>prompt</ErrorReport>
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
32+
<PropertyGroup>
33+
<SignAssembly>true</SignAssembly>
34+
</PropertyGroup>
35+
<PropertyGroup>
36+
<DelaySign>true</DelaySign>
37+
</PropertyGroup>
38+
<PropertyGroup>
39+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
40+
</PropertyGroup>
3241
<ItemGroup>
3342
<Reference Include="Microsoft.Azure.Management.Compute, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
3443
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Compute.16.3.0\lib\net452\Microsoft.Azure.Management.Compute.dll</HintPath>
@@ -94,6 +103,7 @@
94103
<Compile Include="StateLocation.cs" />
95104
</ItemGroup>
96105
<ItemGroup>
106+
<None Include="MSSharedLibKey.snk" />
97107
<None Include="packages.config" />
98108
</ItemGroup>
99109
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Binary file not shown.

0 commit comments

Comments
 (0)