From 2d4fa55e916000d8a8ace8db4a8a4e4c8304a3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Thu, 12 May 2022 09:35:40 +0200 Subject: [PATCH] init rider repo (for auto complete) --- proj/please_formatter.cs => Main.cs | 4 +--- .../proj.csproj => please_build-formatter.csproj | 2 +- please_build-formatter.sln | 16 ++++++++++++++++ proj/omnisharp.json | 6 ------ 4 files changed, 18 insertions(+), 10 deletions(-) rename proj/please_formatter.cs => Main.cs (98%) rename proj/proj.csproj => please_build-formatter.csproj (80%) create mode 100644 please_build-formatter.sln delete mode 100644 proj/omnisharp.json diff --git a/proj/please_formatter.cs b/Main.cs similarity index 98% rename from proj/please_formatter.cs rename to Main.cs index 503db71..972a0fc 100644 --- a/proj/please_formatter.cs +++ b/Main.cs @@ -1,6 +1,4 @@ -#!/usr/bin/env dotnet-script - -using System.Text.RegularExpressions; +using System.Text.RegularExpressions; ProcessDirectory(Directory.GetCurrentDirectory()); diff --git a/proj/proj.csproj b/please_build-formatter.csproj similarity index 80% rename from proj/proj.csproj rename to please_build-formatter.csproj index d1ff78c..211c653 100644 --- a/proj/proj.csproj +++ b/please_build-formatter.csproj @@ -3,9 +3,9 @@ Exe net6.0 + please_build_formatter enable enable - X diff --git a/please_build-formatter.sln b/please_build-formatter.sln new file mode 100644 index 0000000..dbac611 --- /dev/null +++ b/please_build-formatter.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "please_build-formatter", "please_build-formatter.csproj", "{CFC72DCC-8B8F-4E36-8679-478DB84CE9F0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CFC72DCC-8B8F-4E36-8679-478DB84CE9F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CFC72DCC-8B8F-4E36-8679-478DB84CE9F0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CFC72DCC-8B8F-4E36-8679-478DB84CE9F0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CFC72DCC-8B8F-4E36-8679-478DB84CE9F0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/proj/omnisharp.json b/proj/omnisharp.json deleted file mode 100644 index 74b7fc1..0000000 --- a/proj/omnisharp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "script": { - "enableScriptNuGetReferences": true, - "defaultTargetFramework": "net6.0" - } -} \ No newline at end of file