File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
VisualPinball.Engine.PinMAME Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 24
24
-->
25
25
</ItemGroup >
26
26
<Target Name =" PluginsDeploy" AfterTargets =" AfterBuild" >
27
+ <ItemGroup Condition =" '$(RuntimeIdentifier)' != 'ios-arm64' And '$(RuntimeIdentifier)' != 'android-arm64-v8a'" >
28
+ <Plugins Include =" $(OutDir)PinMame.dll" />
29
+ </ItemGroup >
30
+ <ItemGroup Condition =" '$(RuntimeIdentifier)' == 'ios-arm64'" >
31
+ <Plugins Include =" $(NuGetPackageRoot)\pinmame\0.2.0-preview.5\runtimes\ios\lib\netstandard2.1\PinMame.dll" />
32
+ </ItemGroup >
33
+ <ItemGroup Condition =" '$(RuntimeIdentifier)' == 'android-arm64-v8a'" >
34
+ <Plugins Include =" $(NuGetPackageRoot)\pinmame\0.2.0-preview.5\runtimes\android\lib\netstandard2.1\PinMame.dll" />
35
+ </ItemGroup >
27
36
<ItemGroup >
28
37
<Plugins Include =" $(OutDir)$(AssemblyName).dll" />
29
- <Plugins Include =" $(OutDir)PinMame.dll" />
30
38
<Plugins Include =" $(NuGetPackageRoot)\pinmame.native.$(RuntimeIdentifier)\3.5.0-preview.14\runtimes\$(RuntimeIdentifier)\native\*" />
31
39
</ItemGroup >
32
40
<Message Text =" PluginsDeploy: @(Plugins)" />
You can’t perform that action at this time.
0 commit comments