Skip to content

Commit 94ace7c

Browse files
committed
Replacing AGauge with binary from upstream
Removing the NuGet package of AGauge and replacing the reference with a compiled binary from the nutdotnet/AGauge project with fixes merged in from @PaulMartinsen
1 parent ba52749 commit 94ace7c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

WinNUT_V2/WinNUT-Client/WinNUT-client.vbproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
9797
</PropertyGroup>
9898
<ItemGroup>
99+
<Reference Include="AGauge, Version=2.1.8367.22654, Culture=neutral, processorArchitecture=MSIL">
100+
<SpecificVersion>False</SpecificVersion>
101+
<HintPath>lib\AGauge.dll</HintPath>
102+
</Reference>
99103
<Reference Include="System" />
100104
<Reference Include="System.Data" />
101105
<Reference Include="System.Deployment" />
@@ -405,16 +409,14 @@
405409
</ProjectReference>
406410
</ItemGroup>
407411
<ItemGroup>
408-
<PackageReference Include="AGauge_V2">
409-
<Version>2.0.2</Version>
410-
</PackageReference>
411412
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
412413
<Version>7.1.2</Version>
413414
</PackageReference>
414415
<PackageReference Include="Newtonsoft.Json">
415416
<Version>13.0.1</Version>
416417
</PackageReference>
417418
</ItemGroup>
419+
<ItemGroup />
418420
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
419421
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.ResxResources.targets" Label="MultilingualAppToolkit" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\v$(MultilingualAppToolkitVersion)\Microsoft.Multilingual.ResxResources.targets')" />
420422
<Target Name="MATPrerequisite" BeforeTargets="PrepareForBuild" Condition="!Exists('$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.ResxResources.targets')" Label="MultilingualAppToolkit">
40 KB
Binary file not shown.

0 commit comments

Comments
 (0)