From d6d4c32e38493de5ec6efdb56a0520ca0a30d3a0 Mon Sep 17 00:00:00 2001 From: Melissa Avery-Weir Date: Wed, 28 Jan 2026 17:10:44 -0500 Subject: [PATCH] A smidge of modernization and adding renovate --- .../Printing.DataGridViewPrint.csproj | 7 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- d20 SRD Spell Lists Tests/app.config | 20 +++- .../d20SRDSpellLists.Tests.csproj | 100 +++++++++++++++++- d20 SRD Spell Lists Tests/packages.config | 27 +++++ d20 SRD Spell Lists.sln | 32 +++--- .../Properties/Resources.Designer.cs | 67 +++++++++++- .../Properties/Settings.Designer.cs | 4 +- d20 SRD Spell Lists/app.config | 8 +- d20 SRD Spell Lists/d20SRDSpellLists.csproj | 51 +++++++-- d20 SRD Spell Lists/packages.config | 5 + renovate.json | 3 + 13 files changed, 288 insertions(+), 44 deletions(-) create mode 100644 d20 SRD Spell Lists Tests/packages.config create mode 100644 d20 SRD Spell Lists/packages.config create mode 100644 renovate.json diff --git a/Printing.DataGridViewPrint/Printing.DataGridViewPrint.csproj b/Printing.DataGridViewPrint/Printing.DataGridViewPrint.csproj index e5625bb..129cec5 100644 --- a/Printing.DataGridViewPrint/Printing.DataGridViewPrint.csproj +++ b/Printing.DataGridViewPrint/Printing.DataGridViewPrint.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties Printing.DataGridViewPrint Printing.DataGridViewPrint - v4.0 + v4.8 512 true BlaiseBraye.GridDrawer.snk @@ -34,6 +34,7 @@ false false true + true @@ -45,6 +46,7 @@ 4 bin\Debug\Printing.DataGridViewPrint.xml false + false pdbonly @@ -54,6 +56,7 @@ prompt 4 bin\Release\Printing.DataGridViewPrint.XML + false diff --git a/Printing.DataGridViewPrint/Properties/Resources.Designer.cs b/Printing.DataGridViewPrint/Properties/Resources.Designer.cs index 4bcfd71..acf394e 100644 --- a/Printing.DataGridViewPrint/Properties/Resources.Designer.cs +++ b/Printing.DataGridViewPrint/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.225 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace Printing.DataGridViewPrint.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Printing.DataGridViewPrint/Properties/Settings.Designer.cs b/Printing.DataGridViewPrint/Properties/Settings.Designer.cs index 6539b6b..b3f5764 100644 --- a/Printing.DataGridViewPrint/Properties/Settings.Designer.cs +++ b/Printing.DataGridViewPrint/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.225 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace Printing.DataGridViewPrint.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/d20 SRD Spell Lists Tests/app.config b/d20 SRD Spell Lists Tests/app.config index 2727e0d..ef1f353 100644 --- a/d20 SRD Spell Lists Tests/app.config +++ b/d20 SRD Spell Lists Tests/app.config @@ -1,7 +1,7 @@ - + - +
@@ -12,4 +12,20 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/d20 SRD Spell Lists Tests/d20SRDSpellLists.Tests.csproj b/d20 SRD Spell Lists Tests/d20SRDSpellLists.Tests.csproj index daac301..51a75de 100644 --- a/d20 SRD Spell Lists Tests/d20SRDSpellLists.Tests.csproj +++ b/d20 SRD Spell Lists Tests/d20SRDSpellLists.Tests.csproj @@ -1,5 +1,8 @@  - + + + + Debug AnyCPU @@ -10,8 +13,11 @@ Properties d20_SRD_Spell_Lists_Tests d20 SRD Spell Lists Tests - v4.0 + v4.8 512 + + + true @@ -21,6 +27,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -29,17 +36,86 @@ TRACE prompt 4 + false + + ..\packages\Microsoft.ApplicationInsights.2.23.0\lib\net46\Microsoft.ApplicationInsights.dll + + + ..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll + + + ..\packages\Microsoft.Testing.Platform.MSBuild.1.9.1\lib\netstandard2.0\Microsoft.Testing.Extensions.MSBuild.dll + + + ..\packages\Microsoft.Testing.Extensions.Telemetry.1.9.1\lib\netstandard2.0\Microsoft.Testing.Extensions.Telemetry.dll + + + ..\packages\Microsoft.Testing.Extensions.TrxReport.Abstractions.1.9.1\lib\netstandard2.0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll + + + ..\packages\Microsoft.Testing.Platform.1.9.1\lib\netstandard2.0\Microsoft.Testing.Platform.dll + + + ..\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll + + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + ..\packages\System.Collections.Immutable.6.0.0\lib\net461\System.Collections.Immutable.dll + + + ..\packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.dll + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll + + + ..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + - - ..\d20 SRD Spell Lists\lib\xunit.dll + + ..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll + + + ..\packages\xunit.v3.assert.3.2.2\lib\netstandard2.0\xunit.v3.assert.dll + + + ..\packages\xunit.v3.common.3.2.2\lib\netstandard2.0\xunit.v3.common.dll + + + ..\packages\xunit.v3.extensibility.core.3.2.2\lib\netstandard2.0\xunit.v3.core.dll + + + ..\packages\xunit.v3.core.mtp-v1.3.2.2\lib\net472\xunit.v3.mtp-v1.dll + + + ..\packages\xunit.v3.runner.common.3.2.2\lib\netstandard2.0\xunit.v3.runner.common.dll + + + ..\packages\xunit.v3.runner.inproc.console.3.2.2\lib\net472\xunit.v3.runner.inproc.console.dll @@ -61,7 +137,23 @@ d20SRDSpellLists + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + +