Disabling signing to fix our build.
authorsl
Wed, 14 May 2014 07:53:47 +0200
changeset 129c8c6738077
parent 0 316364bd7d25
child 2 5f7e2c772e63
Disabling signing to fix our build.
GenericHid.csproj
     1.1 --- a/GenericHid.csproj	Wed May 14 07:52:21 2014 +0200
     1.2 +++ b/GenericHid.csproj	Wed May 14 07:53:47 2014 +0200
     1.3 @@ -108,7 +108,7 @@
     1.4      <GenerateManifests>true</GenerateManifests>
     1.5    </PropertyGroup>
     1.6    <PropertyGroup>
     1.7 -    <SignManifests>true</SignManifests>
     1.8 +    <SignManifests>false</SignManifests>
     1.9    </PropertyGroup>
    1.10    <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    1.11    <!-- To modify your build process, add your task inside one of the targets below and uncomment it.