перемеинование проекта

This commit is contained in:
m1aksim1 2022-10-14 13:33:18 +04:00
parent 7a645e85f8
commit 534f4326e2
9 changed files with 13 additions and 13 deletions

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17 # Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322 VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WarPlanes", "WarPlanes\WarPlanes.csproj", "{73B34668-A34C-4E60-8961-BFBAF2BCEE88}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AirFighter", "WarPlanes\AirFighter.csproj", "{73B34668-A34C-4E60-8961-BFBAF2BCEE88}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -1,4 +1,4 @@
namespace WarPlanes namespace AirFighter
{ {
/// <summary> /// <summary>
/// Направление перемещения /// Направление перемещения

View File

@ -1,4 +1,4 @@
namespace WarPlanes namespace AirFighter
{ {
/// <summary> /// <summary>
/// Класс, отвечающий за прорисовку и перемещение объекта-сущности /// Класс, отвечающий за прорисовку и перемещение объекта-сущности

View File

@ -1,4 +1,4 @@
namespace WarPlanes namespace AirFighter
{ {
/// <summary> /// <summary>
/// Класс-сущность "Военный самолёт" /// Класс-сущность "Военный самолёт"

View File

@ -1,4 +1,4 @@
namespace WarPlanes namespace AirFighter
{ {
partial class FormWarPlane partial class FormWarPlane
{ {
@ -45,7 +45,7 @@
// buttonDown // buttonDown
// //
this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonDown.BackgroundImage = global::WarPlanes.Properties.Resources.arrowDown; this.buttonDown.BackgroundImage = global::AirFighter.Properties.Resources.arrowDown;
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonDown.Location = new System.Drawing.Point(722, 386); this.buttonDown.Location = new System.Drawing.Point(722, 386);
this.buttonDown.Name = "buttonDown"; this.buttonDown.Name = "buttonDown";
@ -57,7 +57,7 @@
// buttonRight // buttonRight
// //
this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonRight.BackgroundImage = global::WarPlanes.Properties.Resources.arrowRight; this.buttonRight.BackgroundImage = global::AirFighter.Properties.Resources.arrowRight;
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonRight.Location = new System.Drawing.Point(758, 386); this.buttonRight.Location = new System.Drawing.Point(758, 386);
this.buttonRight.Name = "buttonRight"; this.buttonRight.Name = "buttonRight";
@ -69,7 +69,7 @@
// buttonLeft // buttonLeft
// //
this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonLeft.BackgroundImage = global::WarPlanes.Properties.Resources.arrowLeft; this.buttonLeft.BackgroundImage = global::AirFighter.Properties.Resources.arrowLeft;
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonLeft.Location = new System.Drawing.Point(686, 386); this.buttonLeft.Location = new System.Drawing.Point(686, 386);
this.buttonLeft.Name = "buttonLeft"; this.buttonLeft.Name = "buttonLeft";
@ -81,7 +81,7 @@
// buttonUp // buttonUp
// //
this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonUp.BackgroundImage = global::WarPlanes.Properties.Resources.arrowUp; this.buttonUp.BackgroundImage = global::AirFighter.Properties.Resources.arrowUp;
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonUp.Location = new System.Drawing.Point(722, 350); this.buttonUp.Location = new System.Drawing.Point(722, 350);
this.buttonUp.Name = "buttonUp"; this.buttonUp.Name = "buttonUp";

View File

@ -1,4 +1,4 @@
namespace WarPlanes namespace AirFighter
{ {
public partial class FormWarPlane : Form public partial class FormWarPlane : Form
{ {

View File

@ -1,4 +1,4 @@
namespace WarPlanes namespace AirFighter
{ {
internal static class Program internal static class Program
{ {

View File

@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace WarPlanes.Properties { namespace AirFighter.Properties {
using System; using System;
@ -39,7 +39,7 @@ namespace WarPlanes.Properties {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WarPlanes.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AirFighter.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;