From 9de6ec68a419b6f7511c72f97dacaa559a7477fe Mon Sep 17 00:00:00 2001 From: Keegan Campbell Date: Wed, 21 Feb 2024 11:51:02 -0800 Subject: [PATCH] maint: Remove outdated content from dotnet generation (#51) --- .vscode/launch.json | 17 ----------------- source-generator.sln | 30 ------------------------------ 2 files changed, 47 deletions(-) delete mode 100644 source-generator.sln diff --git a/.vscode/launch.json b/.vscode/launch.json index 836031ad..fcec7ae5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,23 +4,6 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - { - "name": "C#: GitHub.Octokit Debug", - "type": "dotnet", - "request": "launch", - "projectPath": "${workspaceFolder}/generated/csharp/GitHub/GitHub.Octokit.csproj" - }, - { - "name": ".NET Core Launch (console)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceFolder}/generated/csharp/bin/Debug/net7.0/csharp.dll", - "args": [], - "cwd": "${workspaceFolder}", - "console": "integratedTerminal", - "stopAtEntry": false - }, { "name": "Debug Go post-processing", "type": "go", diff --git a/source-generator.sln b/source-generator.sln deleted file mode 100644 index e092d670..00000000 --- a/source-generator.sln +++ /dev/null @@ -1,30 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.002.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "generated", "generated", "{DA8C3044-5DD2-45EE-A1C9-9291E1FF725A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitHub.Octokit.Client", "generated\csharp\GitHub\GitHub.Octokit.csproj", "{9B4D5FE1-40FA-4E03-B09B-D2DFE65AEA78}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9B4D5FE1-40FA-4E03-B09B-D2DFE65AEA78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9B4D5FE1-40FA-4E03-B09B-D2DFE65AEA78}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9B4D5FE1-40FA-4E03-B09B-D2DFE65AEA78}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9B4D5FE1-40FA-4E03-B09B-D2DFE65AEA78}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {9B4D5FE1-40FA-4E03-B09B-D2DFE65AEA78} = {DA8C3044-5DD2-45EE-A1C9-9291E1FF725A} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {EDDCF069-4EF4-4BE0-8420-5EEF5336079E} - EndGlobalSection -EndGlobal