commit e77e5f49a855f66771501423d73e5e246a599f38 Author: Никита Клочков Date: Mon Feb 24 12:56:27 2025 +0300 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b63560 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + /bin + /obj diff --git a/App.config b/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ConsoleForGive.csproj b/ConsoleForGive.csproj new file mode 100644 index 0000000..7a7ae37 --- /dev/null +++ b/ConsoleForGive.csproj @@ -0,0 +1,53 @@ + + + + + Debug + AnyCPU + {F10F3AFF-C7E0-440C-94CF-79A482404BA6} + Exe + ConsoleForGive + ConsoleForGive + 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/Program.cs b/Program.cs new file mode 100644 index 0000000..e1966f4 --- /dev/null +++ b/Program.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ConsoleForGive +{ + internal class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello World"); + } + } +} diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..b611d7f --- /dev/null +++ b/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Общие сведения об этой сборке предоставляются следующим набором +// набора атрибутов. Измените значения этих атрибутов для изменения сведений, +// связанные с этой сборкой. +[assembly: AssemblyTitle("ConsoleForGive")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("ConsoleForGive")] +[assembly: AssemblyCopyright("Copyright © 2025")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми +// для компонентов COM. Если необходимо обратиться к типу в этой сборке через +// из модели COM задайте для атрибута ComVisible этого типа значение true. +[assembly: ComVisible(false)] + +// Следующий GUID представляет идентификатор typelib, если этот проект доступен из модели COM +[assembly: Guid("f10f3aff-c7e0-440c-94cf-79a482404ba6")] + +// Сведения о версии сборки состоят из указанных ниже четырех значений: +// +// Основной номер версии +// Дополнительный номер версии +// Номер сборки +// Номер редакции +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/bin/Debug/ConsoleForGive.exe b/bin/Debug/ConsoleForGive.exe new file mode 100644 index 0000000..113bd85 Binary files /dev/null and b/bin/Debug/ConsoleForGive.exe differ diff --git a/bin/Debug/ConsoleForGive.exe.config b/bin/Debug/ConsoleForGive.exe.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/bin/Debug/ConsoleForGive.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/bin/Debug/ConsoleForGive.pdb b/bin/Debug/ConsoleForGive.pdb new file mode 100644 index 0000000..dc5b4e8 Binary files /dev/null and b/bin/Debug/ConsoleForGive.pdb differ diff --git a/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/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/obj/Debug/ConsoleForGive.csproj.AssemblyReference.cache b/obj/Debug/ConsoleForGive.csproj.AssemblyReference.cache new file mode 100644 index 0000000..25132c6 Binary files /dev/null and b/obj/Debug/ConsoleForGive.csproj.AssemblyReference.cache differ diff --git a/obj/Debug/ConsoleForGive.csproj.CoreCompileInputs.cache b/obj/Debug/ConsoleForGive.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..0be8d26 --- /dev/null +++ b/obj/Debug/ConsoleForGive.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +137ddb1975586287657f37337b64d051167bb6a147915d9fb5b8eb94b1093509 diff --git a/obj/Debug/ConsoleForGive.csproj.FileListAbsolute.txt b/obj/Debug/ConsoleForGive.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..f608d48 --- /dev/null +++ b/obj/Debug/ConsoleForGive.csproj.FileListAbsolute.txt @@ -0,0 +1,7 @@ +D:\Ip-497\ConsoleForGive\ConsoleForGive\bin\Debug\ConsoleForGive.exe.config +D:\Ip-497\ConsoleForGive\ConsoleForGive\bin\Debug\ConsoleForGive.exe +D:\Ip-497\ConsoleForGive\ConsoleForGive\bin\Debug\ConsoleForGive.pdb +D:\Ip-497\ConsoleForGive\ConsoleForGive\obj\Debug\ConsoleForGive.csproj.AssemblyReference.cache +D:\Ip-497\ConsoleForGive\ConsoleForGive\obj\Debug\ConsoleForGive.csproj.CoreCompileInputs.cache +D:\Ip-497\ConsoleForGive\ConsoleForGive\obj\Debug\ConsoleForGive.exe +D:\Ip-497\ConsoleForGive\ConsoleForGive\obj\Debug\ConsoleForGive.pdb diff --git a/obj/Debug/ConsoleForGive.exe b/obj/Debug/ConsoleForGive.exe new file mode 100644 index 0000000..113bd85 Binary files /dev/null and b/obj/Debug/ConsoleForGive.exe differ diff --git a/obj/Debug/ConsoleForGive.pdb b/obj/Debug/ConsoleForGive.pdb new file mode 100644 index 0000000..dc5b4e8 Binary files /dev/null and b/obj/Debug/ConsoleForGive.pdb differ diff --git a/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..66e98e9 Binary files /dev/null and b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ