Skip to content

Commit

Permalink
去除v2rayN签名
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed May 8, 2018
1 parent 925b24d commit ee15eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v2rayN/v2rayN/v2rayN.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Jrohy.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
Expand Down Expand Up @@ -215,7 +216,6 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Jrohy.pfx" />
<None Include="app.config">
<SubType>Designer</SubType>
</None>
Expand Down

0 comments on commit ee15eb5

Please sign in to comment.