[Build] Physics: removed reference to signed BulletSharp assembly
This commit is contained in:
Родитель
409df5286b
Коммит
9e684f688a
|
@ -1,12 +0,0 @@
|
|||
call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\vc\vcvarsall.bat" x86
|
||||
|
||||
ildasm /all /out:BulletSharp.NetStandard.il BulletSharp.NetStandard.dll
|
||||
ildasm /all /out:iOS\BulletSharp.NetStandard.il iOS\BulletSharp.NetStandard.dll
|
||||
|
||||
@echo "Please patch BulletSharp.NetStandard.il and iOS\BulletSharp.NetStandard.il Xenko.Core.Mathematics reference with .publickeytoken = ( BA CA CC 89 C3 B6 D5 56 )"
|
||||
pause
|
||||
|
||||
mkdir Signed
|
||||
mkdir iOS\Signed
|
||||
ilasm /dll /key:..\..\build\xenko.public.snk /output:Signed\BulletSharp.NetStandard.dll BulletSharp.NetStandard.il
|
||||
ilasm /dll /key:..\..\build\xenko.public.snk /output:iOS\Signed\BulletSharp.NetStandard.dll iOS\BulletSharp.NetStandard.il
|
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче