This commit is contained in:
Timourka 2024-02-10 22:17:44 +04:00
parent 3b126cd8f6
commit 6492bce173
6 changed files with 8 additions and 8 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.8.34309.116 VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomobilePlanеView", "AutomobilePlanеView\AutomobilePlanеView.csproj", "{96242955-6112-4B3A-939A-B3E1029F8CC1}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomobilePlantView", "AutomobilePlantView\AutomobilePlantView.csproj", "{090C8696-D089-4462-8EE9-0C8A0CA5BD3B}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -11,10 +11,10 @@ Global
Release|Any CPU = Release|Any CPU Release|Any CPU = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96242955-6112-4B3A-939A-B3E1029F8CC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {090C8696-D089-4462-8EE9-0C8A0CA5BD3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96242955-6112-4B3A-939A-B3E1029F8CC1}.Debug|Any CPU.Build.0 = Debug|Any CPU {090C8696-D089-4462-8EE9-0C8A0CA5BD3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96242955-6112-4B3A-939A-B3E1029F8CC1}.Release|Any CPU.ActiveCfg = Release|Any CPU {090C8696-D089-4462-8EE9-0C8A0CA5BD3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96242955-6112-4B3A-939A-B3E1029F8CC1}.Release|Any CPU.Build.0 = Release|Any CPU {090C8696-D089-4462-8EE9-0C8A0CA5BD3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE

View File

@ -1,4 +1,4 @@
namespace AutomobilePlanеView namespace AutomobilePlantView
{ {
partial class Form1 partial class Form1
{ {

View File

@ -1,4 +1,4 @@
namespace AutomobilePlanеView namespace AutomobilePlantView
{ {
public partial class Form1 : Form public partial class Form1 : Form
{ {

View File

@ -1,4 +1,4 @@
namespace AutomobilePlanеView namespace AutomobilePlantView
{ {
internal static class Program internal static class Program
{ {