Корректировка названия проекта

This commit is contained in:
Мельников Игорь 2022-10-01 16:17:04 +04:00
parent 54c62546e1
commit 230d75d44d
5 changed files with 5 additions and 6 deletions

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocomotivesAdvanced", "LocomotivesAdvanced\LocomotivesAdvanced.csproj", "{BDC2C139-8290-41DB-98D4-B49450DED07A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WarmlyLocomotive", "LocomotivesAdvanced\WarmlyLocomotive.csproj", "{BDC2C139-8290-41DB-98D4-B49450DED07A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -1,6 +1,6 @@
namespace LocomotivesAdvanced
namespace WarmlyLocomotive
{
partial class Form1
partial class Form1 : Form
{
/// <summary>
/// Required designer variable.
@ -19,7 +19,6 @@
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>

View File

@ -1,4 +1,4 @@
namespace LocomotivesAdvanced
namespace WarmlyLocomotive
{
public partial class Form1 : Form
{

View File

@ -1,4 +1,4 @@
namespace LocomotivesAdvanced
namespace WarmlyLocomotive
{
internal static class Program
{