Skip to content

Commit

Permalink
Remove manual SignAssembly.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Mar 11, 2024
1 parent 212225f commit 209f522
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/ikvmc/ikvmc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net472</TargetFrameworks>
<RuntimeIdentifiers>$(_SupportedToolRuntimes)</RuntimeIdentifiers>
<SignAssembly>true</SignAssembly>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion src/ikvmstub/ikvmstub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>net472;net6.0</TargetFrameworks>
<RuntimeIdentifiers>$(_SupportedToolRuntimes)</RuntimeIdentifiers>
<SignAssembly>true</SignAssembly>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion src/jar/jar.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>sun.tools.jar.Main</StartupObject>
<RootNamespace>ikvm.tools.jar</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/jarsigner/jarsigner.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>sun.security.tools.jarsigner.Main</StartupObject>
<RootNamespace>ikvm.tools.jarsigner</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/java/java.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFrameworks>net6.0;net472</TargetFrameworks>
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<RootNamespace>ikvm.tools.java</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/javac-ref/javac-ref.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>com.sun.tools.javac.Main</StartupObject>
<RootNamespace>ikvm.tools.javac</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/javac/javac.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>com.sun.tools.javac.Main</StartupObject>
<RootNamespace>ikvm.tools.javac</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/javadoc/javadoc.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>com.sun.tools.javadoc.Main</StartupObject>
<RootNamespace>ikvm.tools.javadoc</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/javah/javah.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>com.sun.tools.javah.Main</StartupObject>
<RootNamespace>ikvm.tools.javah</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/javap/javap.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>com.sun.tools.javap.Main</StartupObject>
<RootNamespace>ikvm.tools.javap</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/jdeps/jdeps.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>com.sun.tools.jdeps.Main</StartupObject>
<RootNamespace>ikvm.tools.jdeps</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/keytool/keytool.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>sun.security.tools.keytool.Main</StartupObject>
<RootNamespace>ikvm.tools.keytool</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/orbd/orbd.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>com.sun.corba.se.impl.activation.ORBD</StartupObject>
<RootNamespace>ikvm.tools.orbd</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/policytool/policytool.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>sun.security.tools.policytool.PolicyTool</StartupObject>
<RootNamespace>ikvm.tools.policytool</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/rmic/rmic.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>sun.rmi.rmic.Main</StartupObject>
<RootNamespace>ikvm.tools.rmic</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/schemagen/schemagen.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>com.sun.tools.internal.jxc.SchemaGenerator</StartupObject>
<RootNamespace>ikvm.tools.schemagen</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/wsgen/wsgen.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>com.sun.tools.internal.ws.WsGen</StartupObject>
<RootNamespace>ikvm.tools.wsgen</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/wsimport/wsimport.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<RuntimeIdentifiers>$(_SupportedImageRuntimes)</RuntimeIdentifiers>
<StartupObject>com.sun.tools.internal.ws.WsImport</StartupObject>
<RootNamespace>ikvm.tools.wsimport</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\IKVM.deps.targets" />
Expand Down

0 comments on commit 209f522

Please sign in to comment.