|
16 | 16 |
|
17 | 17 | <!-- Pack the repo-root README into the package --> |
18 | 18 | <ItemGroup> |
19 | | - <None Include="..\..\README.md" Pack="true" PackagePath="\" /> |
| 19 | + <None Include="../../README.md" Pack="true" PackagePath="\" /> |
20 | 20 | </ItemGroup> |
21 | 21 |
|
22 | 22 | <ItemGroup> |
|
27 | 27 |
|
28 | 28 | <!-- Bundle pre-compiled native libraries for Windows --> |
29 | 29 | <ItemGroup> |
30 | | - <Content Include="runtimes\win-x64\native\WinToastWrapper.dll" Condition="Exists('runtimes\win-x64\native\WinToastWrapper.dll')"> |
| 30 | + <Content Include="../../runtimes/win-x64/native/WinToastWrapper.dll" Condition="Exists('../../runtimes/win-x64/native/WinToastWrapper.dll')"> |
31 | 31 | <PackagePath>runtimes/win-x64/native/WinToastWrapper.dll</PackagePath> |
32 | 32 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
33 | 33 | </Content> |
34 | | - <Content Include="runtimes\win-x86\native\WinToastWrapper.dll" Condition="Exists('runtimes\win-x86\native\WinToastWrapper.dll')"> |
| 34 | + <Content Include="../../runtimes/win-x86/native/WinToastWrapper.dll" Condition="Exists('../../runtimes/win-x86/native/WinToastWrapper.dll')"> |
35 | 35 | <PackagePath>runtimes/win-x86/native/WinToastWrapper.dll</PackagePath> |
36 | 36 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
37 | 37 | </Content> |
38 | | - <Content Include="runtimes\win-arm64\native\WinToastWrapper.dll" Condition="Exists('runtimes\win-arm64\native\WinToastWrapper.dll')"> |
| 38 | + <Content Include="../../runtimes/win-arm64/native/WinToastWrapper.dll" Condition="Exists('../../runtimes/win-arm64/native/WinToastWrapper.dll')"> |
39 | 39 | <PackagePath>runtimes/win-arm64/native/WinToastWrapper.dll</PackagePath> |
40 | 40 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
41 | 41 | </Content> |
42 | 42 | </ItemGroup> |
43 | 43 |
|
44 | 44 | <!-- Bundle pre-compiled native dylibs for macOS --> |
45 | 45 | <ItemGroup> |
46 | | - <Content Include="runtimes/osx-x64/native/libMacNotifyWrapper.dylib" Condition="Exists('runtimes/osx-x64/native/libMacNotifyWrapper.dylib')"> |
| 46 | + <Content Include="../../runtimes/osx-x64/native/libMacNotifyWrapper.dylib" Condition="Exists('../../runtimes/osx-x64/native/libMacNotifyWrapper.dylib')"> |
47 | 47 | <PackagePath>runtimes/osx-x64/native/libMacNotifyWrapper.dylib</PackagePath> |
48 | 48 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
49 | 49 | </Content> |
50 | | - <Content Include="runtimes/osx-arm64/native/libMacNotifyWrapper.dylib" Condition="Exists('runtimes/osx-arm64/native/libMacNotifyWrapper.dylib')"> |
| 50 | + <Content Include="../../runtimes/osx-arm64/native/libMacNotifyWrapper.dylib" Condition="Exists('../../runtimes/osx-arm64/native/libMacNotifyWrapper.dylib')"> |
51 | 51 | <PackagePath>runtimes/osx-arm64/native/libMacNotifyWrapper.dylib</PackagePath> |
52 | 52 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
53 | 53 | </Content> |
|
0 commit comments