Корректировка названия проекта
This commit is contained in:
parent
54c62546e1
commit
230d75d44d
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.2.32616.157
|
VisualStudioVersion = 17.2.32616.157
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
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
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
namespace LocomotivesAdvanced
|
namespace WarmlyLocomotive
|
||||||
{
|
{
|
||||||
partial class Form1
|
partial class Form1 : Form
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Required designer variable.
|
/// Required designer variable.
|
||||||
@ -19,7 +19,6 @@
|
|||||||
}
|
}
|
||||||
base.Dispose(disposing);
|
base.Dispose(disposing);
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Windows Form Designer generated code
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace LocomotivesAdvanced
|
namespace WarmlyLocomotive
|
||||||
{
|
{
|
||||||
public partial class Form1 : Form
|
public partial class Form1 : Form
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace LocomotivesAdvanced
|
namespace WarmlyLocomotive
|
||||||
{
|
{
|
||||||
internal static class Program
|
internal static class Program
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user