diff --git a/BepuPhysics/BepuPhysics.csproj b/BepuPhysics/BepuPhysics.csproj index 0807aab3..6d9803f7 100644 --- a/BepuPhysics/BepuPhysics.csproj +++ b/BepuPhysics/BepuPhysics.csproj @@ -1,28 +1,9 @@ - + - net8.0 - 2.5.0-beta.24 - Bepu Entertainment LLC - Ross Nordby Speedy real time physics simulation library. - © Bepu Entertainment LLC - https://github.com/bepu/bepuphysics2 - Apache-2.0 - https://github.com/bepu/bepuphysics2 - bepuphysicslogo256.png Debug;Release;ReleaseNoProfiling - latest physics;3d;rigid body;real time;simulation - True - true - - true - false key.snk - true - - true - snupkg @@ -30,6 +11,8 @@ 1573;1591;CA2014 + + false TRACE;DEBUG;CHECKMATH;PROFILE @@ -84,15 +67,6 @@ TextTemplatingFileGenerator ContactNonconvexTypes.cs - - True - - - - - - - \ No newline at end of file diff --git a/BepuUtilities/BepuUtilities.csproj b/BepuUtilities/BepuUtilities.csproj index 03ac78cb..5b7eb708 100644 --- a/BepuUtilities/BepuUtilities.csproj +++ b/BepuUtilities/BepuUtilities.csproj @@ -1,35 +1,18 @@ - + BepuUtilities BepuUtilities - net8.0 - 2.5.0-beta.24 - Bepu Entertainment LLC - Ross Nordby Supporting utilities library for BEPUphysics v2. - © Bepu Entertainment LLC - https://github.com/bepu/bepuphysics2 - Apache-2.0 - https://github.com/bepu/bepuphysics2 - bepuphysicslogo256.png Debug;Release - latest - True - true - - true - false key.snk - true - - true - snupkg 1573;1591 + + false TRACE;DEBUG;CHECKMATH @@ -39,17 +22,5 @@ true TRACE;RELEASE - - - - True - - - - - - - - \ No newline at end of file diff --git a/CommonSettings.props b/CommonSettings.props new file mode 100644 index 00000000..88dfbf27 --- /dev/null +++ b/CommonSettings.props @@ -0,0 +1,35 @@ + + + net8.0 + 2.5.0-beta.24 + Bepu Entertainment LLC + Ross Nordby + © Bepu Entertainment LLC + https://github.com/bepu/bepuphysics2 + https://github.com/bepu/bepuphysics2 + Apache-2.0 + latest + bepuphysicslogo256.png + True + true + + true + false + true + + true + snupkg + + + + + True + + + + + + + + + \ No newline at end of file