diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index 3016fdc..5f60a3d 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace WindowsFormsApp1.Properties { +namespace fuzzy_set_calculator.Properties { using System; @@ -39,7 +39,7 @@ namespace WindowsFormsApp1.Properties { internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WindowsFormsApp1.Properties.Resources", typeof(Resources).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("fuzzy_set_calculator.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index c43a8a3..1785dae 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace WindowsFormsApp1.Properties { +namespace fuzzy_set_calculator.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] diff --git a/WindowsFormsApp1.csproj b/fuzzy_set_calculator.csproj similarity index 96% rename from WindowsFormsApp1.csproj rename to fuzzy_set_calculator.csproj index 602d75b..bdce134 100644 --- a/WindowsFormsApp1.csproj +++ b/fuzzy_set_calculator.csproj @@ -6,8 +6,8 @@ AnyCPU {4DD4B527-5B45-4DCB-A174-F82A583069B1} WinExe - WindowsFormsApp1 - WindowsFormsApp1 + fuzzy_set_calculator + fuzzy_set_calculator v4.8 512 true diff --git a/WindowsFormsApp1.sln b/fuzzy_set_calculator.sln similarity index 86% rename from WindowsFormsApp1.sln rename to fuzzy_set_calculator.sln index 8bd8e6a..3266029 100644 --- a/WindowsFormsApp1.sln +++ b/fuzzy_set_calculator.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.6.33815.320 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApp1", "WindowsFormsApp1.csproj", "{4DD4B527-5B45-4DCB-A174-F82A583069B1}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fuzzy_set_calculator", "fuzzy_set_calculator.csproj", "{4DD4B527-5B45-4DCB-A174-F82A583069B1}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution