From bca4ad5791c47bcae1ceb4a659d9b8c8284f3b0a Mon Sep 17 00:00:00 2001 From: Recrown Date: Thu, 20 Sep 2018 11:04:32 -0500 Subject: [PATCH] Added physics and json parser --- RhythmBullet/RhythmBullet.csproj | 16 ++++++++++++++++ .../Zer01HD/Game/MainScreen/MainScreen.cs | 2 +- RhythmBullet/packages.config | 5 +++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 RhythmBullet/packages.config diff --git a/RhythmBullet/RhythmBullet.csproj b/RhythmBullet/RhythmBullet.csproj index 3978012..126ea6b 100644 --- a/RhythmBullet/RhythmBullet.csproj +++ b/RhythmBullet/RhythmBullet.csproj @@ -14,6 +14,8 @@ 512 DesktopGL v4.5 + + true @@ -65,9 +67,15 @@ + + ..\packages\BulletSharp.0.11.1\lib\net40-client\BulletSharp.dll + $(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\MonoGame.Framework.dll + + ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll + @@ -122,10 +130,18 @@ PreserveNewest + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + +