summaryrefslogtreecommitdiff
path: root/Djup/src/Djup.fsproj
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2026-03-20 21:38:46 +0200
committerJoel Stålnacke <joel@saker.fi>2026-03-20 21:38:46 +0200
commit3870982f640260822bf605e693782ce9f5d79cf6 (patch)
tree29cba57f08ae2d0ea32968cba49b1c4e6f69987f /Djup/src/Djup.fsproj
parent745406dc65aecc438a53f96badc387a32b7a338f (diff)
Get a player drawing on screenHEADmibomaster
Diffstat (limited to 'Djup/src/Djup.fsproj')
-rw-r--r--Djup/src/Djup.fsproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Djup/src/Djup.fsproj b/Djup/src/Djup.fsproj
index dad45e9..607589c 100644
--- a/Djup/src/Djup.fsproj
+++ b/Djup/src/Djup.fsproj
@@ -27,6 +27,10 @@
<MonoGameContentReference Include="Content/Content.mgcb" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\Djup.Native\src\Djup.Native.csproj" />
+ </ItemGroup>
+
<Import Project="../../Djup.Native/scripts/AddRuntimeTargetsToDepsJson.targets" />
</Project>