Skip to content

Commit cba13af

Browse files
committed
Remove strong signing and InternalsVisibleTo with public keys
1 parent 2ec3fea commit cba13af

File tree

13 files changed

+0
-57
lines changed

13 files changed

+0
-57
lines changed

src/Cecil.Decompiler/JustDecompiler.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,6 @@
201201
<ErrorReport>prompt</ErrorReport>
202202
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
203203
<Prefer32Bit>false</Prefer32Bit>
204-
<!-- AGPL -->
205-
<SignAssembly>true</SignAssembly>
206-
<AssemblyOriginatorKeyFile>../../common/CDKey.snk</AssemblyOriginatorKeyFile>
207-
<!-- End AGPL -->
208204
</PropertyGroup>
209205
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug JustAssembly|AnyCPU' ">
210206
<DebugSymbols>true</DebugSymbols>

src/ConsoleRunner/ConsoleRunner.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
<ErrorReport>prompt</ErrorReport>
4141
<WarningLevel>4</WarningLevel>
4242
<Prefer32Bit>false</Prefer32Bit>
43-
<!-- AGPL -->
44-
<SignAssembly>true</SignAssembly>
45-
<AssemblyOriginatorKeyFile>../../common/CDKey.snk</AssemblyOriginatorKeyFile>
46-
<!-- End AGPL -->
4743
</PropertyGroup>
4844
<ItemGroup>
4945
<Reference Include="System" />

src/ConsoleRunnerDotNet6/ConsoleRunnerDotNet6.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727

2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2929
<DefineConstants>RELEASE</DefineConstants>
30-
<SignAssembly>true</SignAssembly>
31-
<AssemblyOriginatorKeyFile>../../common/CDKey.snk</AssemblyOriginatorKeyFile>
3230
</PropertyGroup>
3331

3432
<ItemGroup>

src/Decompiler.Tests/Decompiler.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525

2626
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2727
<DefineConstants>RELEASE</DefineConstants>
28-
<SignAssembly>true</SignAssembly>
29-
<AssemblyOriginatorKeyFile>../../common/CDKey.snk</AssemblyOriginatorKeyFile>
3028
</PropertyGroup>
3129

3230
<ItemGroup>

src/EngineInfrastructure/JustDecompile.EngineInfrastructure.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@
8989
<ErrorReport>prompt</ErrorReport>
9090
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
9191
<Prefer32Bit>false</Prefer32Bit>
92-
<!-- AGPL -->
93-
<SignAssembly>true</SignAssembly>
94-
<AssemblyOriginatorKeyFile>../../common/CDKey.snk</AssemblyOriginatorKeyFile>
95-
<!-- End AGPL -->
9692
</PropertyGroup>
9793
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug JustAssembly|AnyCPU'">
9894
<DebugSymbols>true</DebugSymbols>

src/JustDecompileCmd.Shared/AssemblyInfo.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131
// [assembly: AssemblyVersion("1.0.*")]
3232

3333
/* AGPL */
34-
#if RELEASE
35-
[assembly: InternalsVisibleTo("ConsoleRunner, PublicKey=00240000048000009400000006020000002400005253413100040000010001008d3ec49d2c78b3f6029c19200a28c4a8dc279a9dfddcc7413c0737c73b49e08a3761e148e745fe2007d8d057a962c7eaf22e7eded052bb08f1e7f0d7794db4827b09124ffa61625879af57120f8078fad84c8c7d4f6c6ebb9ab14de089d606ca0ed66b9af0c67795fa4e34f61ce62732180d06fb67b3ec93b202f045e10a99d3")]
36-
[assembly: InternalsVisibleTo("ConsoleRunnerDotNet6, PublicKey=00240000048000009400000006020000002400005253413100040000010001008d3ec49d2c78b3f6029c19200a28c4a8dc279a9dfddcc7413c0737c73b49e08a3761e148e745fe2007d8d057a962c7eaf22e7eded052bb08f1e7f0d7794db4827b09124ffa61625879af57120f8078fad84c8c7d4f6c6ebb9ab14de089d606ca0ed66b9af0c67795fa4e34f61ce62732180d06fb67b3ec93b202f045e10a99d3")]
37-
#else
3834
[assembly: InternalsVisibleTo("ConsoleRunner")]
3935
[assembly: InternalsVisibleTo("ConsoleRunnerDotNet6")]
4036
/* End AGPL */
41-
#endif

src/JustDecompileCmdShell/JustDecompileCmd.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@
168168
<ErrorReport>prompt</ErrorReport>
169169
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
170170
<Prefer32Bit>false</Prefer32Bit>
171-
<!-- AGPL -->
172-
<SignAssembly>true</SignAssembly>
173-
<AssemblyOriginatorKeyFile>../../common/CDKey.snk</AssemblyOriginatorKeyFile>
174-
<!-- End AGPL -->
175171
</PropertyGroup>
176172
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release EngineOnly|AnyCPU'">
177173
<OutputPath>bin\Release EngineOnly\</OutputPath>
@@ -184,10 +180,6 @@
184180
<ErrorReport>prompt</ErrorReport>
185181
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
186182
<Prefer32Bit>false</Prefer32Bit>
187-
<!-- AGPL -->
188-
<SignAssembly>true</SignAssembly>
189-
<AssemblyOriginatorKeyFile>../../common/CDKey.snk</AssemblyOriginatorKeyFile>
190-
<!-- End AGPL -->
191183
</PropertyGroup>
192184
<ItemGroup>
193185
<Reference Include="System" />

src/MSBuildProjectCreator/Tools.MSBuildProjectBuilder.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@
7979
<ErrorReport>prompt</ErrorReport>
8080
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
8181
<Prefer32Bit>false</Prefer32Bit>
82-
<!-- AGPL -->
83-
<SignAssembly>true</SignAssembly>
84-
<AssemblyOriginatorKeyFile>../../common/CDKey.snk</AssemblyOriginatorKeyFile>
85-
<!-- End AGPL -->
8682
</PropertyGroup>
8783
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug EngineOnly|AnyCPU'">
8884
<DebugSymbols>true</DebugSymbols>

src/Mono.Cecil/Mono.Cecil.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@
6464
<PlatformTarget>AnyCPU</PlatformTarget>
6565
<ErrorReport>prompt</ErrorReport>
6666
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67-
<!-- AGPL -->
68-
<SignAssembly>true</SignAssembly>
69-
<AssemblyOriginatorKeyFile>../../common/CDKey.snk</AssemblyOriginatorKeyFile>
70-
<!-- End AGPL -->
7167
</PropertyGroup>
7268
<!--Telerik Authorship-->
7369
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug JustAssembly|AnyCPU'">

src/Mono.Cecil/symbols/mdb/Mono.Cecil.Mdb.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
<PlatformTarget>AnyCPU</PlatformTarget>
4646
<ErrorReport>prompt</ErrorReport>
4747
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
48-
<!-- AGPL -->
49-
<SignAssembly>true</SignAssembly>
50-
<AssemblyOriginatorKeyFile>../../../../common/CDKey.snk</AssemblyOriginatorKeyFile>
51-
<!-- End AGPL -->
5248
</PropertyGroup>
5349
<!--Telerik Authorship-->
5450
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug EngineOnly|AnyCPU'">

src/Mono.Cecil/symbols/pdb/Mono.Cecil.Pdb.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@
5757
<PlatformTarget>AnyCPU</PlatformTarget>
5858
<ErrorReport>prompt</ErrorReport>
5959
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60-
<!-- AGPL -->
61-
<SignAssembly>true</SignAssembly>
62-
<AssemblyOriginatorKeyFile>../../../../common/CDKey.snk</AssemblyOriginatorKeyFile>
63-
<!-- End AGPL -->
6460
</PropertyGroup>
6561
<!--Telerik Authorship-->
6662
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug JustAssembly|AnyCPU'">

src/SystemInformationHelpers/SystemInformationHelpers.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@
6868
<ErrorReport>prompt</ErrorReport>
6969
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
7070
<Prefer32Bit>false</Prefer32Bit>
71-
<!-- AGPL -->
72-
<SignAssembly>true</SignAssembly>
73-
<AssemblyOriginatorKeyFile>../../common/CDKey.snk</AssemblyOriginatorKeyFile>
74-
<!-- End AGPL -->
7571
</PropertyGroup>
7672
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug JustAssembly|AnyCPU'">
7773
<DebugSymbols>true</DebugSymbols>

src/Tools.MSBuildProjectBuilder.NetStandard/AssemblyInfo.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,3 @@
1515
// along with CodemerxDecompile. If not, see<https://www.gnu.org/licenses/>.
1616

1717
using System.Runtime.CompilerServices;
18-
19-
/* AGPL */
20-
#if RELEASE
21-
[assembly: InternalsVisibleTo("CodemerxDecompile.Service, PublicKey=00240000048000009400000006020000002400005253413100040000010001008d3ec49d2c78b3f6029c19200a28c4a8dc279a9dfddcc7413c0737c73b49e08a3761e148e745fe2007d8d057a962c7eaf22e7eded052bb08f1e7f0d7794db4827b09124ffa61625879af57120f8078fad84c8c7d4f6c6ebb9ab14de089d606ca0ed66b9af0c67795fa4e34f61ce62732180d06fb67b3ec93b202f045e10a99d3")]
22-
#else
23-
[assembly: InternalsVisibleTo("CodemerxDecompile.Service")]
24-
#endif
25-
/* End AGPL */

0 commit comments

Comments
 (0)