Skip to content

Commit

Permalink
Include in package.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Aug 22, 2024
1 parent 8f281a5 commit d32f963
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions IKVM.refs.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="$(MSBuildThisFileDirectory)src\IKVM.CoreLib\IKVM.CoreLib.csproj">
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
<PrivateAssets>all</PrivateAssets>
<OutputItemType>IkvmLibsItem</OutputItemType>
</ProjectReference>
<ProjectReference Include="$(MSBuildThisFileDirectory)src\IKVM.Runtime\IKVM.Runtime.csproj">
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit d32f963

Please sign in to comment.