|
28 | 28 | <DirectPInvoke Include="rl_ball_sym" /> |
29 | 29 |
|
30 | 30 | <!-- Statically linked for publishing --> |
31 | | - <NativeLibrary Include="..\RLBotCS\lib\rl_ball_sym\rl_ball_sym.lib" Condition="'$(OS)' == 'Windows_NT'" /> |
32 | | - <NativeLibrary Include="../RLBotCS/lib/rl_ball_sym/librl_ball_sym.a" Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'" /> |
| 31 | + <NativeLibrary Include="..\RLBotCS\lib\rl_ball_sym\win-x86_64\rl_ball_sym.lib" Condition="'$(OS)' == 'Windows_NT'" /> |
| 32 | + <NativeLibrary Include="../RLBotCS/lib/rl_ball_sym/linux-x86_64/librl_ball_sym.a" Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'" /> |
| 33 | + <NativeLibrary Include="../RLBotCS/lib/rl_ball_sym/mac-aarch64/librl_ball_sym.a" Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))'" /> |
33 | 34 |
|
34 | 35 | <!-- Dynamically linked for development --> |
35 | | - <ContentWithTargetPath Include="..\RLBotCS\lib\rl_ball_sym\rl_ball_sym.dll" Condition="'$(OS)' == 'Windows_NT'"> |
| 36 | + <ContentWithTargetPath Include="..\RLBotCS\lib\rl_ball_sym\win-x86_64\rl_ball_sym.dll" Condition="'$(OS)' == 'Windows_NT'"> |
| 37 | + <CopyToPublishDirectory>Never</CopyToPublishDirectory> |
36 | 38 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
37 | 39 | <TargetPath>rl_ball_sym.dll</TargetPath> |
38 | 40 | </ContentWithTargetPath> |
39 | 41 |
|
40 | | - <ContentWithTargetPath Include="../RLBotCS/lib/rl_ball_sym/librl_ball_sym.so" Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'"> |
| 42 | + <ContentWithTargetPath Include="../RLBotCS/lib/rl_ball_sym/linux-x86_64/librl_ball_sym.so" Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'"> |
| 43 | + <CopyToPublishDirectory>Never</CopyToPublishDirectory> |
41 | 44 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
42 | 45 | <TargetPath>rl_ball_sym.so</TargetPath> |
43 | 46 | </ContentWithTargetPath> |
44 | 47 |
|
| 48 | + <ContentWithTargetPath Include="../RLBotCS/lib/rl_ball_sym/mac-aarch64/librl_ball_sym.dylib" Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))'"> |
| 49 | + <CopyToPublishDirectory>Never</CopyToPublishDirectory> |
| 50 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 51 | + <TargetPath>rl_ball_sym.dylib</TargetPath> |
| 52 | + </ContentWithTargetPath> |
| 53 | + </ItemGroup> |
| 54 | + |
| 55 | + <ItemGroup> |
45 | 56 | <Content Include="TestTomls\*"> |
46 | 57 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
47 | 58 | </Content> |
|
0 commit comments