Skip to content

Commit

Permalink
Move IKVM.ByteCode to separate package. This is a long time coming. I…
Browse files Browse the repository at this point in the history
…t reduces the size of the IKVM nupkg file by a slight amount, and may be lower than NuGet max package size.
  • Loading branch information
wasabii committed Jul 9, 2024
1 parent 0211918 commit 3a588b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions IKVM.refs.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
<ItemGroup>
<ProjectReference Include="$(MSBuildThisFileDirectory)src\IKVM.ByteCode\IKVM.ByteCode.csproj">
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
<PrivateAssets>all</PrivateAssets>
<OutputItemType>IkvmLibsItem</OutputItemType>
</ProjectReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="$(MSBuildThisFileDirectory)src\IKVM.Runtime\IKVM.Runtime.csproj">
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
<PrivateAssets>all</PrivateAssets>
Expand Down
3 changes: 3 additions & 0 deletions src/dist-nuget/dist-nuget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageProjectReference Include="..\IKVM.ByteCode\IKVM.ByteCode.csproj">
<PackageTargetPath>.</PackageTargetPath>
</PackageProjectReference>
<PackageProjectReference Include="..\IKVM.MSBuild\IKVM.MSBuild.msbuildproj">
<PackageTargetPath>.</PackageTargetPath>
</PackageProjectReference>
Expand Down

0 comments on commit 3a588b7

Please sign in to comment.