diff options
| author | Joel Stålnacke <joel@saker.fi> | 2026-03-20 21:38:46 +0200 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2026-03-20 21:38:46 +0200 |
| commit | 3870982f640260822bf605e693782ce9f5d79cf6 (patch) | |
| tree | 29cba57f08ae2d0ea32968cba49b1c4e6f69987f /Djup/src/Djup.fsproj | |
| parent | 745406dc65aecc438a53f96badc387a32b7a338f (diff) | |
Diffstat (limited to 'Djup/src/Djup.fsproj')
| -rw-r--r-- | Djup/src/Djup.fsproj | 4 |
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> |
