|
36 | 36 |
|
37 | 37 | <!-- These are needed for dealing with native Windows DLLs --> |
38 | 38 | <ItemGroup Condition="'$(RuntimeIdentifier)'=='win-x86'"> |
39 | | - <ContentWithTargetPath Include="..\BinaryObjectScanner\runtimes\win-x86\CascLib.dll"> |
| 39 | + <ContentWithTargetPath Include="..\BinaryObjectScanner\runtimes\win-x86\native\CascLib.dll"> |
40 | 40 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
41 | 41 | <CopyToPublishDirectory>Always</CopyToPublishDirectory> |
42 | 42 | <TargetPath>CascLib.dll</TargetPath> |
43 | 43 | </ContentWithTargetPath> |
44 | | - <ContentWithTargetPath Include="..\BinaryObjectScanner\runtimes\win-x86\mspack.dll"> |
| 44 | + <ContentWithTargetPath Include="..\BinaryObjectScanner\runtimes\win-x86\native\mspack.dll"> |
45 | 45 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
46 | 46 | <CopyToPublishDirectory>Always</CopyToPublishDirectory> |
47 | 47 | <TargetPath>mspack.dll</TargetPath> |
48 | 48 | </ContentWithTargetPath> |
49 | | - <ContentWithTargetPath Include="..\BinaryObjectScanner\runtimes\win-x86\StormLib.dll"> |
| 49 | + <ContentWithTargetPath Include="..\BinaryObjectScanner\runtimes\win-x86\native\StormLib.dll"> |
50 | 50 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
51 | 51 | <CopyToPublishDirectory>Always</CopyToPublishDirectory> |
52 | 52 | <TargetPath>StormLib.dll</TargetPath> |
53 | 53 | </ContentWithTargetPath> |
54 | 54 | </ItemGroup> |
55 | 55 | <ItemGroup Condition="'$(RuntimeIdentifier)'=='win-x64'"> |
56 | | - <ContentWithTargetPath Include="..\BinaryObjectScanner\runtimes\win-x64\CascLib.dll"> |
| 56 | + <ContentWithTargetPath Include="..\BinaryObjectScanner\runtimes\win-x64\native\CascLib.dll"> |
57 | 57 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
58 | 58 | <CopyToPublishDirectory>Always</CopyToPublishDirectory> |
59 | 59 | <TargetPath>CascLib.dll</TargetPath> |
60 | 60 | </ContentWithTargetPath> |
61 | | - <ContentWithTargetPath Include="..\BinaryObjectScanner\runtimes\win-x64\StormLib.dll"> |
| 61 | + <ContentWithTargetPath Include="..\BinaryObjectScanner\runtimes\win-x64\native\StormLib.dll"> |
62 | 62 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
63 | 63 | <CopyToPublishDirectory>Always</CopyToPublishDirectory> |
64 | 64 | <TargetPath>StormLib.dll</TargetPath> |
|
0 commit comments