Skip to content

Commit

Permalink
Sign projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
SychicBoy committed May 6, 2022
1 parent 8451c3b commit e955ce0
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 12 deletions.
6 changes: 6 additions & 0 deletions NETReactorSlayer-x64.CLI/NETReactorSlayer-x64.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\NETReactorSlayer.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
</StartupObject>
Expand Down

This file was deleted.

6 changes: 6 additions & 0 deletions NETReactorSlayer.CLI/NETReactorSlayer.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\NETReactorSlayer.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
Expand Down
2 changes: 0 additions & 2 deletions NETReactorSlayer.CLI/NETReactorSlayer.CLI.csproj.DotSettings

This file was deleted.

13 changes: 13 additions & 0 deletions NETReactorSlayer.Core/NETReactorSlayer.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\NETReactorSlayer.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.2.1\lib\net48\0Harmony.dll</HintPath>
Expand Down Expand Up @@ -105,4 +111,11 @@
<Content Include="Libs\de4dot.blocks.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\StrongNamer.0.2.5\build\StrongNamer.targets" Condition="Exists('..\packages\StrongNamer.0.2.5\build\StrongNamer.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\StrongNamer.0.2.5\build\StrongNamer.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\StrongNamer.0.2.5\build\StrongNamer.targets'))" />
</Target>
</Project>

This file was deleted.

Binary file added NETReactorSlayer.Core/NETReactorSlayer.snk
Binary file not shown.
8 changes: 4 additions & 4 deletions NETReactorSlayer.Core/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

<packages>
<package id="dnlib" version="3.5.0" targetFramework="net48" />
<package id="Lib.Harmony" version="2.2.1" targetFramework="net48" />
<package id="SharpZipLib" version="1.3.3" targetFramework="net45" />
<package id="dnlib" version="3.5.0" targetFramework="net48" />
<package id="Lib.Harmony" version="2.2.1" targetFramework="net48" />
<package id="SharpZipLib" version="1.3.3" targetFramework="net45" />
<package id="StrongNamer" version="0.2.5" targetFramework="net48" />
</packages>
6 changes: 6 additions & 0 deletions NETReactorSlayer.GUI/NETReactorSlayer.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<PropertyGroup>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\NETReactorSlayer.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference
Include="dnlib, Version=3.5.0.0, Culture=neutral, PublicKeyToken=50e96378b6e77999, processorArchitecture=MSIL">
Expand Down
2 changes: 0 additions & 2 deletions NETReactorSlayer.GUI/NETReactorSlayer.GUI.csproj.DotSettings

This file was deleted.

Binary file added NETReactorSlayer.snk
Binary file not shown.

0 comments on commit e955ce0

Please sign in to comment.