mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
rename WindowsSettings project
This commit is contained in:
parent
0a5e636bab
commit
bf1e9397b8
13 changed files with 30 additions and 29 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.29806.167
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
|
|
@ -68,7 +68,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flow.Launcher.Plugin.Proces
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flow.Launcher.Plugin.PluginsManager", "Plugins\Flow.Launcher.Plugin.PluginsManager\Flow.Launcher.Plugin.PluginsManager.csproj", "{4792A74A-0CEA-4173-A8B2-30E6764C6217}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Flow.Plugin.WindowsSettings", "Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Plugin.WindowsSettings.csproj", "{5043CECE-E6A7-4867-9CBE-02D27D83747A}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flow.Launcher.Plugin.WindowsSettings", "Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.csproj", "{5043CECE-E6A7-4867-9CBE-02D27D83747A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Flow.Plugin.WindowsSettings.Classes
|
||||
namespace Flow.Launcher.Plugin.WindowsSettings.Classes
|
||||
{
|
||||
/// <summary>
|
||||
/// A windows setting
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
<TargetFramework>net5.0-windows</TargetFramework>
|
||||
<ProjectGuid>{5043CECE-E6A7-4867-9CBE-02D27D83747A}</ProjectGuid>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Flow.Plugin.WindowsSettings</RootNamespace>
|
||||
<AssemblyName>Flow.Plugin.WindowsSettings</AssemblyName>
|
||||
<RootNamespace>Flow.Launcher.Plugin.WindowsSettings</RootNamespace>
|
||||
<AssemblyName>Flow.Launcher.Plugin.WindowsSettings</AssemblyName>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
<Platforms>x64</Platforms>
|
||||
|
|
@ -6,10 +6,10 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Windows;
|
||||
using Flow.Launcher.Plugin;
|
||||
using Flow.Plugin.WindowsSettings.Classes;
|
||||
using Flow.Plugin.WindowsSettings.Properties;
|
||||
using Flow.Launcher.Plugin.WindowsSettings.Classes;
|
||||
using Flow.Launcher.Plugin.WindowsSettings.Properties;
|
||||
|
||||
namespace Flow.Plugin.WindowsSettings.Helper
|
||||
namespace Flow.Launcher.Plugin.WindowsSettings.Helper
|
||||
{
|
||||
/// <summary>
|
||||
/// Helper class to easier work with context menu entries
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ using System.Linq;
|
|||
using System.Reflection;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using Flow.Plugin.WindowsSettings.Classes;
|
||||
using Flow.Launcher.Plugin.WindowsSettings.Classes;
|
||||
|
||||
namespace Flow.Plugin.WindowsSettings.Helper
|
||||
namespace Flow.Launcher.Plugin.WindowsSettings.Helper
|
||||
{
|
||||
/// <summary>
|
||||
/// Helper class to easier work with the JSON file that contains all Windows settings
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ using System.Diagnostics;
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using Flow.Launcher.Plugin;
|
||||
using Flow.Plugin.WindowsSettings.Classes;
|
||||
using Flow.Plugin.WindowsSettings.Properties;
|
||||
using Flow.Launcher.Plugin.WindowsSettings.Classes;
|
||||
using Flow.Launcher.Plugin.WindowsSettings.Properties;
|
||||
|
||||
namespace Flow.Plugin.WindowsSettings.Helper
|
||||
namespace Flow.Launcher.Plugin.WindowsSettings.Helper
|
||||
{
|
||||
/// <summary>
|
||||
/// Helper class to easier work with results
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using Flow.Plugin.WindowsSettings.Classes;
|
||||
using Flow.Plugin.WindowsSettings.Properties;
|
||||
using Flow.Launcher.Plugin.WindowsSettings.Classes;
|
||||
using Flow.Launcher.Plugin.WindowsSettings.Properties;
|
||||
|
||||
namespace Flow.Plugin.WindowsSettings.Helper
|
||||
namespace Flow.Launcher.Plugin.WindowsSettings.Helper
|
||||
{
|
||||
/// <summary>
|
||||
/// Helper class to easier work with translations.
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Flow.Plugin.WindowsSettings.Classes;
|
||||
using Flow.Launcher.Plugin.WindowsSettings.Classes;
|
||||
|
||||
namespace Flow.Plugin.WindowsSettings.Helper
|
||||
namespace Flow.Launcher.Plugin.WindowsSettings.Helper
|
||||
{
|
||||
/// <summary>
|
||||
/// Helper class to easier work with the version of the Windows OS
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
using System.Runtime.CompilerServices;
|
||||
using Flow.Launcher.Plugin;
|
||||
|
||||
namespace Flow.Plugin.WindowsSettings
|
||||
namespace Flow.Launcher.Plugin.WindowsSettings
|
||||
{
|
||||
public static class Log
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ using System.Collections.Generic;
|
|||
using System.Globalization;
|
||||
using System.Reflection;
|
||||
using Flow.Launcher.Plugin;
|
||||
using Flow.Plugin.WindowsSettings.Classes;
|
||||
using Flow.Plugin.WindowsSettings.Helper;
|
||||
using Flow.Plugin.WindowsSettings.Properties;
|
||||
using Flow.Launcher.Plugin.WindowsSettings.Classes;
|
||||
using Flow.Launcher.Plugin.WindowsSettings.Helper;
|
||||
using Flow.Launcher.Plugin.WindowsSettings.Properties;
|
||||
|
||||
namespace Flow.Plugin.WindowsSettings
|
||||
namespace Flow.Launcher.Plugin.WindowsSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// Main class of this plugin that implement all used interfaces.
|
||||
|
|
|
|||
|
|
@ -8,9 +8,10 @@
|
|||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Flow.Plugin.WindowsSettings.Properties {
|
||||
|
||||
|
||||
namespace Flow.Launcher.Plugin.WindowsSettings.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
|
|
@ -38,7 +39,7 @@ namespace Flow.Plugin.WindowsSettings.Properties {
|
|||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Flow.Plugin.WindowsSettings.Properties.Resources", typeof(Resources).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Flow.Launcher.Plugin.WindowsSettings.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
# Flow.Plugin.WindowsSettings
|
||||
# Flow.Launcher.Plugin.WindowsSettings
|
||||
Port from PowerToy WindowsSettings plugin
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@
|
|||
"Version": "1.0.0",
|
||||
"Language": "csharp",
|
||||
"Website": "https://aka.ms/powertoys",
|
||||
"ExecuteFileName": "Flow.Plugin.WindowsSettings.dll",
|
||||
"ExecuteFileName": "Flow.Launcher.Plugin.WindowsSettings.dll",
|
||||
"IcoPath": "Images\\WindowsSettings.light.png"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue