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