diff --git a/Flow.Launcher.Plugin/AllowedLanguage.cs b/Flow.Launcher.Plugin/AllowedLanguage.cs index d4c8b0d2f..94c645d27 100644 --- a/Flow.Launcher.Plugin/AllowedLanguage.cs +++ b/Flow.Launcher.Plugin/AllowedLanguage.cs @@ -1,34 +1,58 @@ namespace Flow.Launcher.Plugin { -#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member + /// + /// Allowed plugin languages + /// public static class AllowedLanguage { + /// + /// Python + /// public static string Python { get { return "PYTHON"; } } + /// + /// C# + /// public static string CSharp { get { return "CSHARP"; } } + /// + /// F# + /// public static string FSharp { get { return "FSHARP"; } } + /// + /// Standard .exe + /// public static string Executable { get { return "EXECUTABLE"; } } + /// + /// Determines if this language is a .NET language + /// + /// + /// public static bool IsDotNet(string language) { return language.ToUpper() == CSharp || language.ToUpper() == FSharp; } + /// + /// Determines if this language is supported + /// + /// + /// public static bool IsAllowed(string language) { return IsDotNet(language) @@ -36,5 +60,4 @@ || language.ToUpper() == Executable.ToUpper(); } } -#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member } diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Flow.Launcher.Plugin.Calculator_jxec3w3p_wpftmp.csproj b/Plugins/Flow.Launcher.Plugin.Calculator/Flow.Launcher.Plugin.Calculator_jxec3w3p_wpftmp.csproj deleted file mode 100644 index b82d45f12..000000000 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Flow.Launcher.Plugin.Calculator_jxec3w3p_wpftmp.csproj +++ /dev/null @@ -1,445 +0,0 @@ - - - Flow.Launcher.Plugin.Caculator - obj\Debug\ - obj\ - C:\oss\Flow\Flow.Launcher_temp\Plugins\Flow.Launcher.Plugin.Calculator\obj\ - <_TargetAssemblyProjectName>Flow.Launcher.Plugin.Calculator - - - - Library - net6.0-windows - {59BD9891-3837-438A-958D-ADC7F91F6F7E} - Properties - Flow.Launcher.Plugin.Caculator - Flow.Launcher.Plugin.Caculator - true - true - false - false - en - - - true - portable - false - ..\..\Output\Debug\Plugins\Flow.Launcher.Plugin.Caculator\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - ..\..\Output\Release\Plugins\Flow.Launcher.Plugin.Caculator\ - TRACE - prompt - 4 - false - - - - PreserveNewest - - - - - - - - MSBuild:Compile - Designer - PreserveNewest - - - PreserveNewest - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch_ihrotl52_wpftmp.csproj b/Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch_ihrotl52_wpftmp.csproj deleted file mode 100644 index d77476937..000000000 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch_ihrotl52_wpftmp.csproj +++ /dev/null @@ -1,438 +0,0 @@ - - - Flow.Launcher.Plugin.WebSearch - obj\Debug\ - obj\ - C:\oss\Flow\Flow.Launcher_temp\Plugins\Flow.Launcher.Plugin.WebSearch\obj\ - <_TargetAssemblyProjectName>Flow.Launcher.Plugin.WebSearch - - - - Library - net6.0-windows - {403B57F2-1856-4FC7-8A24-36AB346B763E} - Properties - true - Flow.Launcher.Plugin.WebSearch - Flow.Launcher.Plugin.WebSearch - true - false - false - en - - - true - portable - false - ..\..\Output\Debug\Plugins\Flow.Launcher.Plugin.WebSearch\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - ..\..\Output\Release\Plugins\Flow.Launcher.Plugin.WebSearch\ - TRACE - prompt - 4 - false - - - - PreserveNewest - - - PreserveNewest - - - - - PreserveNewest - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file