Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Merge pull request #27 from Microsoft/users/tobyhu/improv
Browse files Browse the repository at this point in the history
strong name signing should be false
  • Loading branch information
tobyhu87 committed Apr 15, 2016
2 parents 5add3d1 + 326504c commit 855ae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Common.csproj.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="Branding.targets" />
Expand Down

0 comments on commit 855ae1d

Please sign in to comment.