Rename solution and project

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2023-10-03 11:47:09 +07:00
parent 00d8a90bcf
commit 7ee3585e55
4 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
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;

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace WindowsFormsApp1.Properties {
namespace fuzzy_set_calculator.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4DD4B527-5B45-4DCB-A174-F82A583069B1}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>WindowsFormsApp1</RootNamespace>
<AssemblyName>WindowsFormsApp1</AssemblyName>
<RootNamespace>fuzzy_set_calculator</RootNamespace>
<AssemblyName>fuzzy_set_calculator</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>

View File

@@ -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