Skip to content

Commit

Permalink
Add dark mode support
Browse files Browse the repository at this point in the history
Update NuGet packages
  • Loading branch information
paul1956 committed Dec 12, 2024
1 parent 65c38f6 commit 391e14e
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 3,584 deletions.
14 changes: 8 additions & 6 deletions src/CareLink/CareLink.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,18 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.104.0-preview2" />
<PackageReference Include="DataGridViewDisableButtonColumnEx" Version="1.0.0.1" />
<PackageReference Include="ClosedXML" Version="0.104.2" />
<PackageReference Include="DataGridViewDisableButtonColumnEx" Version="1.0.8" />
<PackageReference Include="FreeSpire.PDF" Version="10.2.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2646-prerelease" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2950-prerelease" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="System.Speech" Version="9.0.0-preview.6.24327.7" />
<PackageReference Include="System.IO.Packaging" Version="9.0.0" />
<PackageReference Include="System.Speech" Version="9.0.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
<PackageReference Include="TableLayputPanelTop" Version="1.0.0.3" />
<PackageReference Include="ToolStripComboBoxEx" Version="1.0.0.2" />
<PackageReference Include="ToolStripComboBoxEx" Version="1.0.8" />
<PackageReference Include="WebView2.DevTools.Dom" Version="4.0.1" />
<PackageReference Include="WinForms.DataVisualization" Version="1.9.2" />
<PackageReference Include="WinForms.DataVisualization" Version="1.10.0-pr2" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/CareLink/obj/CareLink.vbproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\PaulM\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\PaulM\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
<SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" />
</ItemGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Content Include="$(NuGetPackageRoot)toolstripcomboboxex\1.0.0.2\contentFiles\any\net7.0-windows7.0\ComboBox.ico" Condition="Exists('$(NuGetPackageRoot)toolstripcomboboxex\1.0.0.2\contentFiles\any\net7.0-windows7.0\ComboBox.ico')">
<Content Include="$(NuGetPackageRoot)toolstripcomboboxex\1.0.8\contentFiles\any\net8.0-windows10.0.17763\ComboBox.ico" Condition="Exists('$(NuGetPackageRoot)toolstripcomboboxex\1.0.8\contentFiles\any\net8.0-windows10.0.17763\ComboBox.ico')">
<NuGetPackageId>ToolStripComboBoxEx</NuGetPackageId>
<NuGetPackageVersion>1.0.0.2</NuGetPackageVersion>
<NuGetPackageVersion>1.0.8</NuGetPackageVersion>
<NuGetItemType>Content</NuGetItemType>
<Pack>false</Pack>
<Private>False</Private>
Expand All @@ -35,16 +35,16 @@
</Content>
</ItemGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Content Include="$(NuGetPackageRoot)datagridviewdisablebuttoncolumnex\1.0.0.1\contentFiles\any\net7.0-windows7.0\ColumnButton.ico" Condition="Exists('$(NuGetPackageRoot)datagridviewdisablebuttoncolumnex\1.0.0.1\contentFiles\any\net7.0-windows7.0\ColumnButton.ico')">
<Content Include="$(NuGetPackageRoot)datagridviewdisablebuttoncolumnex\1.0.8\contentFiles\any\net8.0-windows10.0.17763\ColumnButton.ico" Condition="Exists('$(NuGetPackageRoot)datagridviewdisablebuttoncolumnex\1.0.8\contentFiles\any\net8.0-windows10.0.17763\ColumnButton.ico')">
<NuGetPackageId>DataGridViewDisableButtonColumnEx</NuGetPackageId>
<NuGetPackageVersion>1.0.0.1</NuGetPackageVersion>
<NuGetPackageVersion>1.0.8</NuGetPackageVersion>
<NuGetItemType>Content</NuGetItemType>
<Pack>false</Pack>
<Private>False</Private>
<Link>ColumnButton.ico</Link>
</Content>
</ItemGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Web_WebView2 Condition=" '$(PkgMicrosoft_Web_WebView2)' == '' ">C:\Users\PaulM\.nuget\packages\microsoft.web.webview2\1.0.2646-prerelease</PkgMicrosoft_Web_WebView2>
<PkgMicrosoft_Web_WebView2 Condition=" '$(PkgMicrosoft_Web_WebView2)' == '' ">C:\Users\PaulM\.nuget\packages\microsoft.web.webview2\1.0.2950-prerelease</PkgMicrosoft_Web_WebView2>
</PropertyGroup>
</Project>
3 changes: 2 additions & 1 deletion src/CareLink/obj/CareLink.vbproj.nuget.g.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.web.webview2\1.0.2646-prerelease\build\Microsoft.Web.WebView2.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.web.webview2\1.0.2646-prerelease\build\Microsoft.Web.WebView2.targets')" />
<Import Project="$(NuGetPackageRoot)system.text.json\9.0.0\buildTransitive\net8.0\System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json\9.0.0\buildTransitive\net8.0\System.Text.Json.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.web.webview2\1.0.2950-prerelease\buildTransitive\Microsoft.Web.WebView2.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.web.webview2\1.0.2950-prerelease\buildTransitive\Microsoft.Web.WebView2.targets')" />
</ImportGroup>
</Project>
Loading

0 comments on commit 391e14e

Please sign in to comment.