diff --git a/.vs/29/v17/.wsuo b/.vs/29/v17/.wsuo new file mode 100644 index 0000000..158af50 Binary files /dev/null and b/.vs/29/v17/.wsuo differ diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..4893ec4 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\C:\\Users\\User\\Desktop\\29", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..85b2582 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/0a22feea-a4dd-445b-a10b-8eb87aaf887c.vsidx b/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/0a22feea-a4dd-445b-a10b-8eb87aaf887c.vsidx new file mode 100644 index 0000000..2af5bfd Binary files /dev/null and b/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/0a22feea-a4dd-445b-a10b-8eb87aaf887c.vsidx differ diff --git a/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/616dbbf6-6079-4470-81ca-4d46d0cb9e30.vsidx b/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/616dbbf6-6079-4470-81ca-4d46d0cb9e30.vsidx new file mode 100644 index 0000000..b717876 Binary files /dev/null and b/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/616dbbf6-6079-4470-81ca-4d46d0cb9e30.vsidx differ diff --git a/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/baa3526e-18a6-4238-858d-5ab6141468d3.vsidx b/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/baa3526e-18a6-4238-858d-5ab6141468d3.vsidx new file mode 100644 index 0000000..61ad12b Binary files /dev/null and b/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/baa3526e-18a6-4238-858d-5ab6141468d3.vsidx differ diff --git a/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/ec373eab-1d83-4fb4-afaa-5ad588d5a858.vsidx b/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/ec373eab-1d83-4fb4-afaa-5ad588d5a858.vsidx new file mode 100644 index 0000000..6d54048 Binary files /dev/null and b/ProjectTrolleybus/.vs/ProjectTrolleybus/FileContentIndex/ec373eab-1d83-4fb4-afaa-5ad588d5a858.vsidx differ diff --git a/ProjectTrolleybus/.vs/ProjectTrolleybus/v17/.suo b/ProjectTrolleybus/.vs/ProjectTrolleybus/v17/.suo new file mode 100644 index 0000000..18a2d8e Binary files /dev/null and b/ProjectTrolleybus/.vs/ProjectTrolleybus/v17/.suo differ diff --git a/ProjectTrolleybus/ProjectTrolleybus.sln b/ProjectTrolleybus/ProjectTrolleybus.sln new file mode 100644 index 0000000..7a1bd39 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34024.191 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectTrolleybus", "ProjectTrolleybus\ProjectTrolleybus.csproj", "{D9E654E8-CD1E-4D48-B100-EE51D58E1C8E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D9E654E8-CD1E-4D48-B100-EE51D58E1C8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D9E654E8-CD1E-4D48-B100-EE51D58E1C8E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D9E654E8-CD1E-4D48-B100-EE51D58E1C8E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D9E654E8-CD1E-4D48-B100-EE51D58E1C8E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9E319408-0E35-4DA8-9F78-B5FA502CB1EC} + EndGlobalSection +EndGlobal diff --git a/ProjectTrolleybus/ProjectTrolleybus/Form1.Designer.cs b/ProjectTrolleybus/ProjectTrolleybus/Form1.Designer.cs new file mode 100644 index 0000000..6cd8e4b --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace ProjectTrolleybus +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "Form1"; + } + + #endregion + } +} \ No newline at end of file diff --git a/ProjectTrolleybus/ProjectTrolleybus/Form1.cs b/ProjectTrolleybus/ProjectTrolleybus/Form1.cs new file mode 100644 index 0000000..53ff83e --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/Form1.cs @@ -0,0 +1,10 @@ +namespace ProjectTrolleybus +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/ProjectTrolleybus/ProjectTrolleybus/Form1.resx b/ProjectTrolleybus/ProjectTrolleybus/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ProjectTrolleybus/ProjectTrolleybus/Program.cs b/ProjectTrolleybus/ProjectTrolleybus/Program.cs new file mode 100644 index 0000000..804f2cd --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/Program.cs @@ -0,0 +1,17 @@ +namespace ProjectTrolleybus +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + // To customize application configuration such as set high DPI settings or default font, + // see https://aka.ms/applicationconfiguration. + ApplicationConfiguration.Initialize(); + Application.Run(new Form1()); + } + } +} \ No newline at end of file diff --git a/ProjectTrolleybus/ProjectTrolleybus/ProjectTrolleybus.csproj b/ProjectTrolleybus/ProjectTrolleybus/ProjectTrolleybus.csproj new file mode 100644 index 0000000..e1a0735 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/ProjectTrolleybus.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net7.0-windows + enable + true + enable + + + \ No newline at end of file diff --git a/ProjectTrolleybus/ProjectTrolleybus/ProjectTrolleybus.csproj.user b/ProjectTrolleybus/ProjectTrolleybus/ProjectTrolleybus.csproj.user new file mode 100644 index 0000000..7814ea2 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/ProjectTrolleybus.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..4257f4b --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.AssemblyInfo.cs b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.AssemblyInfo.cs new file mode 100644 index 0000000..00813b0 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// Исполняемая версия:4.0.30319.42000 +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторной генерации кода. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("ProjectTrolleybus")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("ProjectTrolleybus")] +[assembly: System.Reflection.AssemblyTitleAttribute("ProjectTrolleybus")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Создано классом WriteCodeFragment MSBuild. + diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.AssemblyInfoInputs.cache b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.AssemblyInfoInputs.cache new file mode 100644 index 0000000..b6729cc --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +33fb8fef3d92dd8c8b6c4f70b396e8c75ba08721 diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.GeneratedMSBuildEditorConfig.editorconfig b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..9d0570f --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,17 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.TargetFramework = net7.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = ProjectTrolleybus +build_property.ProjectDir = C:\Users\User\Desktop\29\ProjectTrolleybus\ProjectTrolleybus\ diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.GlobalUsings.g.cs b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.GlobalUsings.g.cs new file mode 100644 index 0000000..84bbb89 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Drawing; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; +global using global::System.Windows.Forms; diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.assets.cache b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.assets.cache new file mode 100644 index 0000000..a447a06 Binary files /dev/null and b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.assets.cache differ diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.designer.deps.json b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.designer.deps.json new file mode 100644 index 0000000..e775195 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.designer.deps.json @@ -0,0 +1,11 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": {} + }, + "libraries": {} +} \ No newline at end of file diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.designer.runtimeconfig.json b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.designer.runtimeconfig.json new file mode 100644 index 0000000..45312a6 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Debug/net7.0-windows/ProjectTrolleybus.designer.runtimeconfig.json @@ -0,0 +1,22 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "7.0.0" + } + ], + "additionalProbingPaths": [ + "C:\\Users\\User\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\User\\.nuget\\packages" + ], + "configProperties": { + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/ProjectTrolleybus.csproj.nuget.dgspec.json b/ProjectTrolleybus/ProjectTrolleybus/obj/ProjectTrolleybus.csproj.nuget.dgspec.json new file mode 100644 index 0000000..0471911 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/ProjectTrolleybus.csproj.nuget.dgspec.json @@ -0,0 +1,66 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\User\\Desktop\\29\\ProjectTrolleybus\\ProjectTrolleybus\\ProjectTrolleybus.csproj": {} + }, + "projects": { + "C:\\Users\\User\\Desktop\\29\\ProjectTrolleybus\\ProjectTrolleybus\\ProjectTrolleybus.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\User\\Desktop\\29\\ProjectTrolleybus\\ProjectTrolleybus\\ProjectTrolleybus.csproj", + "projectName": "ProjectTrolleybus", + "projectPath": "C:\\Users\\User\\Desktop\\29\\ProjectTrolleybus\\ProjectTrolleybus\\ProjectTrolleybus.csproj", + "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", + "outputPath": "C:\\Users\\User\\Desktop\\29\\ProjectTrolleybus\\ProjectTrolleybus\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/ProjectTrolleybus.csproj.nuget.g.props b/ProjectTrolleybus/ProjectTrolleybus/obj/ProjectTrolleybus.csproj.nuget.g.props new file mode 100644 index 0000000..542a9f1 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/ProjectTrolleybus.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\User\.nuget\packages\ + PackageReference + 6.7.0 + + + + + \ No newline at end of file diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/ProjectTrolleybus.csproj.nuget.g.targets b/ProjectTrolleybus/ProjectTrolleybus/obj/ProjectTrolleybus.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/ProjectTrolleybus.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..4257f4b --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.AssemblyInfo.cs b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.AssemblyInfo.cs new file mode 100644 index 0000000..7d53cb0 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// Исполняемая версия:4.0.30319.42000 +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторной генерации кода. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("ProjectTrolleybus")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("ProjectTrolleybus")] +[assembly: System.Reflection.AssemblyTitleAttribute("ProjectTrolleybus")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Создано классом WriteCodeFragment MSBuild. + diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.AssemblyInfoInputs.cache b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.AssemblyInfoInputs.cache new file mode 100644 index 0000000..a531501 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +1ef3e6ec77eae757f26e3ffc630d1c975c8ac808 diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.GeneratedMSBuildEditorConfig.editorconfig b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..9d0570f --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,17 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.TargetFramework = net7.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = ProjectTrolleybus +build_property.ProjectDir = C:\Users\User\Desktop\29\ProjectTrolleybus\ProjectTrolleybus\ diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.GlobalUsings.g.cs b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.GlobalUsings.g.cs new file mode 100644 index 0000000..84bbb89 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Drawing; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; +global using global::System.Windows.Forms; diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.assets.cache b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.assets.cache new file mode 100644 index 0000000..4e32119 Binary files /dev/null and b/ProjectTrolleybus/ProjectTrolleybus/obj/Release/net7.0-windows/ProjectTrolleybus.assets.cache differ diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/project.assets.json b/ProjectTrolleybus/ProjectTrolleybus/obj/project.assets.json new file mode 100644 index 0000000..b2d9290 --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/project.assets.json @@ -0,0 +1,71 @@ +{ + "version": 3, + "targets": { + "net7.0-windows7.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net7.0-windows7.0": [] + }, + "packageFolders": { + "C:\\Users\\User\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\User\\Desktop\\29\\ProjectTrolleybus\\ProjectTrolleybus\\ProjectTrolleybus.csproj", + "projectName": "ProjectTrolleybus", + "projectPath": "C:\\Users\\User\\Desktop\\29\\ProjectTrolleybus\\ProjectTrolleybus\\ProjectTrolleybus.csproj", + "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", + "outputPath": "C:\\Users\\User\\Desktop\\29\\ProjectTrolleybus\\ProjectTrolleybus\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/ProjectTrolleybus/ProjectTrolleybus/obj/project.nuget.cache b/ProjectTrolleybus/ProjectTrolleybus/obj/project.nuget.cache new file mode 100644 index 0000000..a6b5cae --- /dev/null +++ b/ProjectTrolleybus/ProjectTrolleybus/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "QIXL1ySMJeLDnoO0R5BJBE7FjJXcSYIj1VKeZD4oga1fN7ZeVQ9MQNqPFWaHAtyDn9YB7SUGy3VEXZNcionFTw==", + "success": true, + "projectFilePath": "C:\\Users\\User\\Desktop\\29\\ProjectTrolleybus\\ProjectTrolleybus\\ProjectTrolleybus.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file