Add copies of dlls to the project

This commit is contained in:
Melon 2020-10-06 14:52:40 +01:00
parent 7c0b73ea8c
commit f94f0bbec2
7 changed files with 22528 additions and 7 deletions

View File

@ -58,13 +58,10 @@
<Package>gio-sharp-3.0</Package>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\net-libs\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="libnotify.net">
<HintPath>..\..\..\net-libs\libnotify.net.dll</HintPath>
<HintPath>net-libs\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="appindicator3-sharp">
<HintPath>..\..\..\..\..\lib\mono\gac\appindicator3-sharp\12.10.0.0__bf81553d61d0bd64\appindicator3-sharp.dll</HintPath>
<HintPath>net-libs\appindicator3-sharp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -39,7 +39,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\net-libs\Newtonsoft.Json.dll</HintPath>
<HintPath>net-libs\Newtonsoft.Json.dll</HintPath>
<IncludeInPackage>true</IncludeInPackage>
</Reference>
</ItemGroup>

Binary file not shown.

File diff suppressed because it is too large Load Diff