commit 462ed3fcdc7c0b67a776a5c6eb8a361700202703 Author: Пупсинь Date: Mon Feb 24 11:15:52 2025 +0300 txt file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b66ae99 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.vs \ No newline at end of file diff --git a/Git.sln b/Git.sln new file mode 100644 index 0000000..c252db2 --- /dev/null +++ b/Git.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34607.119 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Git", "Git\Git.csproj", "{32AE1E60-271D-4733-8AEF-5BF70DD3DDFC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {32AE1E60-271D-4733-8AEF-5BF70DD3DDFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {32AE1E60-271D-4733-8AEF-5BF70DD3DDFC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {32AE1E60-271D-4733-8AEF-5BF70DD3DDFC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {32AE1E60-271D-4733-8AEF-5BF70DD3DDFC}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4EB3A1EC-9A82-4590-82FB-A9773D742FB7} + EndGlobalSection +EndGlobal diff --git a/Git/.gitignore b/Git/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/Git/App.config b/Git/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/Git/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Git/Git.csproj b/Git/Git.csproj new file mode 100644 index 0000000..17ce976 --- /dev/null +++ b/Git/Git.csproj @@ -0,0 +1,53 @@ + + + + + Debug + AnyCPU + {32AE1E60-271D-4733-8AEF-5BF70DD3DDFC} + Exe + Git + Git + v4.7.2 + 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/Git/Program.cs b/Git/Program.cs new file mode 100644 index 0000000..e4e0d01 --- /dev/null +++ b/Git/Program.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Git +{ + internal class Program + { + static void Main(string[] args) + { + } + } +} diff --git a/Git/Properties/AssemblyInfo.cs b/Git/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..a806e63 --- /dev/null +++ b/Git/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Общие сведения об этой сборке предоставляются следующим набором +// набора атрибутов. Измените значения этих атрибутов для изменения сведений, +// связанные с этой сборкой. +[assembly: AssemblyTitle("Git")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Git")] +[assembly: AssemblyCopyright("Copyright © 2025")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми +// для компонентов COM. Если необходимо обратиться к типу в этой сборке через +// из модели COM задайте для атрибута ComVisible этого типа значение true. +[assembly: ComVisible(false)] + +// Следующий GUID представляет идентификатор typelib, если этот проект доступен из модели COM +[assembly: Guid("32ae1e60-271d-4733-8aef-5bf70dd3ddfc")] + +// Сведения о версии сборки состоят из указанных ниже четырех значений: +// +// Основной номер версии +// Дополнительный номер версии +// Номер сборки +// Номер редакции +// +// Можно задать все значения или принять номера сборки и редакции по умолчанию +// используя "*", как показано ниже: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Git/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/Git/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/Git/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/Git/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Git/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..3704856 Binary files /dev/null and b/Git/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Git/obj/Debug/Git.csproj.AssemblyReference.cache b/Git/obj/Debug/Git.csproj.AssemblyReference.cache new file mode 100644 index 0000000..25132c6 Binary files /dev/null and b/Git/obj/Debug/Git.csproj.AssemblyReference.cache differ