commit 8277a3d2c94d2a185fc068b98fe24bcf7ec37577 Author: Klochkov Nikita Date: Mon Feb 24 11:18:00 2025 +0300 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.vs/GitBasTest/FileContentIndex/42c0cb82-a75d-4aae-ab86-bd8d4435dc3d.vsidx b/.vs/GitBasTest/FileContentIndex/42c0cb82-a75d-4aae-ab86-bd8d4435dc3d.vsidx new file mode 100644 index 0000000..f7a784f Binary files /dev/null and b/.vs/GitBasTest/FileContentIndex/42c0cb82-a75d-4aae-ab86-bd8d4435dc3d.vsidx differ diff --git a/.vs/GitBasTest/v17/.suo b/.vs/GitBasTest/v17/.suo new file mode 100644 index 0000000..09cad56 Binary files /dev/null and b/.vs/GitBasTest/v17/.suo differ diff --git a/App.config b/App.config new file mode 100644 index 0000000..193aecc --- /dev/null +++ b/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/GitBasTest.csproj b/GitBasTest.csproj new file mode 100644 index 0000000..8716614 --- /dev/null +++ b/GitBasTest.csproj @@ -0,0 +1,53 @@ + + + + + Debug + AnyCPU + {0F96C895-C46E-4A8E-8839-43EC3F7A5AF1} + Exe + GitBasTest + GitBasTest + v4.8 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/GitBasTest.sln b/GitBasTest.sln new file mode 100644 index 0000000..f62f0b7 --- /dev/null +++ b/GitBasTest.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34330.188 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitBasTest", "GitBasTest.csproj", "{0F96C895-C46E-4A8E-8839-43EC3F7A5AF1}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0F96C895-C46E-4A8E-8839-43EC3F7A5AF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0F96C895-C46E-4A8E-8839-43EC3F7A5AF1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0F96C895-C46E-4A8E-8839-43EC3F7A5AF1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0F96C895-C46E-4A8E-8839-43EC3F7A5AF1}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2AF2CFB4-14CE-496F-A111-583FAA9F2BA7} + EndGlobalSection +EndGlobal diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..dcb7333 --- /dev/null +++ b/Program.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace GitBasTest +{ + internal class Program + { + static void Main(string[] args) + { + } + } +} diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..73e4008 --- /dev/null +++ b/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Общие сведения об этой сборке предоставляются следующим набором +// набора атрибутов. Измените значения этих атрибутов для изменения сведений, +// связанные с этой сборкой. +[assembly: AssemblyTitle("GitBasTest")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("GitBasTest")] +[assembly: AssemblyCopyright("Copyright © 2025")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми +// для компонентов COM. Если необходимо обратиться к типу в этой сборке через +// из модели COM задайте для атрибута ComVisible этого типа значение true. +[assembly: ComVisible(false)] + +// Следующий GUID представляет идентификатор typelib, если этот проект доступен из модели COM +[assembly: Guid("0f96c895-c46e-4a8e-8839-43ec3f7a5af1")] + +// Сведения о версии сборки состоят из указанных ниже четырех значений: +// +// Основной номер версии +// Дополнительный номер версии +// Номер сборки +// Номер редакции +// +// Можно задать все значения или принять номера сборки и редакции по умолчанию +// используя "*", как показано ниже: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..26afa5b Binary files /dev/null and b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/obj/Debug/GitBasTest.csproj.AssemblyReference.cache b/obj/Debug/GitBasTest.csproj.AssemblyReference.cache new file mode 100644 index 0000000..5ec4636 Binary files /dev/null and b/obj/Debug/GitBasTest.csproj.AssemblyReference.cache differ