Skip to content

Commit

Permalink
[Build] Physics: removed reference to signed BulletSharp assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
xen2 committed Apr 3, 2020
1 parent 409df52 commit 9e684f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
12 changes: 0 additions & 12 deletions deps/BulletPhysics/sign.bat

This file was deleted.

3 changes: 1 addition & 2 deletions sources/engine/Xenko.Physics/Xenko.Physics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<XenkoBuildTags>*</XenkoBuildTags>
<XenkoBulletPlatform></XenkoBulletPlatform> <!--Empty by default, only iOS needs special care-->
<XenkoBulletPlatform Condition="'$(XenkoPlatform)' == 'iOS'">iOS</XenkoBulletPlatform>
<XenkoBulletSignedDir Condition="'$(XenkoSign)' == 'true'">Signed\</XenkoBulletSignedDir>
<XenkoCodeAnalysis>true</XenkoCodeAnalysis>
</PropertyGroup>
<ItemGroup>
Expand All @@ -25,7 +24,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</XenkoContent>
<Reference Include="BulletSharp">
<HintPath>..\..\..\deps\BulletPhysics\$(XenkoBulletPlatform)\$(XenkoBulletSignedDir)BulletSharp.NetStandard.dll</HintPath>
<HintPath>..\..\..\deps\BulletPhysics\$(XenkoBulletPlatform)\BulletSharp.NetStandard.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 9e684f6

Please sign in to comment.