Skip to content

Commit 40eea94

Browse files
committed
Added code signing instructions in the project file
1 parent 1859d23 commit 40eea94

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Commands.RemoteApp.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,16 @@
3434
<DefineConstants>TRACE</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
37+
<SignAssembly>true</SignAssembly>
38+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
39+
<DelaySign>true</DelaySign>
3740
<Prefer32Bit>false</Prefer32Bit>
3841
</PropertyGroup>
3942
<PropertyGroup>
4043
<StartupObject />
4144
</PropertyGroup>
4245
<ItemGroup>
46+
<None Include="MSSharedLibKey.snk" />
4347
<None Include="packages.config">
4448
<SubType>Designer</SubType>
4549
</None>
Binary file not shown.

0 commit comments

Comments
 (0)