From 7a89b0a1b646081ea87e3fce52b2161f68bd9408 Mon Sep 17 00:00:00 2001 From: Nick Kelly Date: Wed, 8 May 2024 12:59:02 -0700 Subject: [PATCH 1/2] Added support for VS2022. Upgraded to .NET Framework 4.8. --- .gitignore | 3 ++ ...CeciliaSharp.FolderToSolutionFolder.csproj | 20 ++++++-- FolderToSolutionFolder/LICENSE.txt | 2 +- .../Properties/AssemblyInfo.cs | 4 +- FolderToSolutionFolder/app.config | 3 ++ FolderToSolutionFolder/packages.config | 50 ++++++++++--------- .../source.extension.vsixmanifest | 8 +-- 7 files changed, 54 insertions(+), 36 deletions(-) diff --git a/.gitignore b/.gitignore index f1e3d20..4f2a816 100644 --- a/.gitignore +++ b/.gitignore @@ -250,3 +250,6 @@ paket-files/ # JetBrains Rider .idea/ *.sln.iml + +# CodeRush +.cr/ diff --git a/FolderToSolutionFolder/CeciliaSharp.FolderToSolutionFolder.csproj b/FolderToSolutionFolder/CeciliaSharp.FolderToSolutionFolder.csproj index d8f8723..081cebb 100644 --- a/FolderToSolutionFolder/CeciliaSharp.FolderToSolutionFolder.csproj +++ b/FolderToSolutionFolder/CeciliaSharp.FolderToSolutionFolder.csproj @@ -1,6 +1,6 @@  - + 15.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) @@ -25,7 +25,7 @@ Properties CeciliaSharp.FolderToSolutionFolder CeciliaSharp.FolderToSolutionFolder - v4.6 + v4.8 true true true @@ -41,6 +41,8 @@ DEBUG;TRACE prompt 4 + AnyCPU + false pdbonly @@ -217,16 +219,24 @@ Designer + + + + + + + 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}. - - + + + + -