From 1964548acbc56edb346d2e396eb0108010d869e1 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Thu, 9 Sep 2021 17:28:10 -0400 Subject: port to .NET 5 dependency changes - Newtonsoft.JSON + System.Windows.Forms.DataVisualization + System.Data.SqlClient (indirect, but was not added automatically by NuGet) added ARM64 target --- grapher/grapher.csproj | 246 +++++++------------------------------------------ 1 file changed, 33 insertions(+), 213 deletions(-) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 9a9412b..f96fea7 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -1,217 +1,37 @@ - - - - - Debug - AnyCPU - {EF67F71F-ABF5-4760-B50D-D1B9836DF01C} + + + WinExe - grapher - rawaccel - v4.7.2 - 512 - true - true - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - $(SolutionDir)$(Platform)\$(Configuration)\ - DEBUG;TRACE - full - x64 - 7.3 - prompt - MinimumRecommendedRules.ruleset - true - - + net5.0-windows + ARM64;x64 + true + false + false $(SolutionDir)$(Platform)\$(Configuration)\ - TRACE - true - pdbonly - x64 - 7.3 - prompt - MinimumRecommendedRules.ruleset - true - - + false mouse.ico - - - - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - - - - - - - - - - - - - - - - Form - - - AboutBox.cs - - - - Form - - - DeviceMenuForm.cs - - - - - - - Form - - - MessageDialog.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Form - - - Form1.cs - - - - - - - - - - - - - - - - - - - - - - - - - AboutBox.cs - Designer - - - DeviceMenuForm.cs - - - Form1.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - - - - {28a3656f-a1de-405c-b547-191c32ec555f} - wrapper - - - - - - - - - False - Microsoft .NET Framework 4.7.2 %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - - - - - - IF ($(ConfigurationName)) == (Debug) GOTO END -copy /Y "$(TargetPath)" "$(SolutionDir)signed\$(TargetFileName)" -:END - + false + rawaccel + + + + ARM64 + + + ARM64 + + + + x64 + + + x64 + + + + + + + + \ No newline at end of file -- cgit v1.2.3