commit 8eb195b22d8269fdadeb05feedd509a40bc118e5 Author: Nefor Nefor Date: Wed Feb 26 08:46:57 2025 +0300 jmnk;ljk;lj; diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12f2def --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.vs +/NEFOR/bin +/NEFOR/obj \ No newline at end of file diff --git a/NEFOR.sln b/NEFOR.sln new file mode 100644 index 0000000..7489e95 --- /dev/null +++ b/NEFOR.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}") = "NEFOR", "NEFOR\NEFOR.csproj", "{342BAB33-50C5-40C6-9A1E-F042A52A4CA6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {342BAB33-50C5-40C6-9A1E-F042A52A4CA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {342BAB33-50C5-40C6-9A1E-F042A52A4CA6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {342BAB33-50C5-40C6-9A1E-F042A52A4CA6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {342BAB33-50C5-40C6-9A1E-F042A52A4CA6}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {17B2AF92-481C-4177-B3E3-00B36047A023} + EndGlobalSection +EndGlobal diff --git a/NEFOR/App.config b/NEFOR/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/NEFOR/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/NEFOR/NEFOR.csproj b/NEFOR/NEFOR.csproj new file mode 100644 index 0000000..2060ee8 --- /dev/null +++ b/NEFOR/NEFOR.csproj @@ -0,0 +1,53 @@ + + + + + Debug + AnyCPU + {342BAB33-50C5-40C6-9A1E-F042A52A4CA6} + Exe + NEFOR + NEFOR + 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/NEFOR/Program.cs b/NEFOR/Program.cs new file mode 100644 index 0000000..9e9723f --- /dev/null +++ b/NEFOR/Program.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace NEFOR +{ + internal class Program + { + static void Main(string[] args) + { + Console.WriteLine("HEFOR"); + } + } +} diff --git a/NEFOR/Properties/AssemblyInfo.cs b/NEFOR/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5b59dac --- /dev/null +++ b/NEFOR/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Общие сведения об этой сборке предоставляются следующим набором +// набора атрибутов. Измените значения этих атрибутов для изменения сведений, +// связанные с этой сборкой. +[assembly: AssemblyTitle("NEFOR")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("NEFOR")] +[assembly: AssemblyCopyright("Copyright © 2025")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми +// для компонентов COM. Если необходимо обратиться к типу в этой сборке через +// из модели COM задайте для атрибута ComVisible этого типа значение true. +[assembly: ComVisible(false)] + +// Следующий GUID представляет идентификатор typelib, если этот проект доступен из модели COM +[assembly: Guid("342bab33-50c5-40c6-9a1e-f042a52a4ca6")] + +// Сведения о версии сборки состоят из указанных ниже четырех значений: +// +// Основной номер версии +// Дополнительный номер версии +// Номер сборки +// Номер редакции +// +// Можно задать все значения или принять номера сборки и редакции по умолчанию +// используя "*", как показано ниже: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/NEFOR/bin/Debug/NEFOR.exe b/NEFOR/bin/Debug/NEFOR.exe new file mode 100644 index 0000000..288db68 Binary files /dev/null and b/NEFOR/bin/Debug/NEFOR.exe differ diff --git a/NEFOR/bin/Debug/NEFOR.exe.config b/NEFOR/bin/Debug/NEFOR.exe.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/NEFOR/bin/Debug/NEFOR.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/NEFOR/bin/Debug/NEFOR.pdb b/NEFOR/bin/Debug/NEFOR.pdb new file mode 100644 index 0000000..dd8195a Binary files /dev/null and b/NEFOR/bin/Debug/NEFOR.pdb differ diff --git a/NEFOR/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/NEFOR/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/NEFOR/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/NEFOR/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/NEFOR/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..e1c6aba Binary files /dev/null and b/NEFOR/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/NEFOR/obj/Debug/NEFOR.csproj.AssemblyReference.cache b/NEFOR/obj/Debug/NEFOR.csproj.AssemblyReference.cache new file mode 100644 index 0000000..04fd394 Binary files /dev/null and b/NEFOR/obj/Debug/NEFOR.csproj.AssemblyReference.cache differ diff --git a/NEFOR/obj/Debug/NEFOR.csproj.CoreCompileInputs.cache b/NEFOR/obj/Debug/NEFOR.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..3608677 --- /dev/null +++ b/NEFOR/obj/Debug/NEFOR.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +5bb56c9ef8259863da41b9966ff000324a4ac45ce033dd510671b53b9ecdc07a diff --git a/NEFOR/obj/Debug/NEFOR.csproj.FileListAbsolute.txt b/NEFOR/obj/Debug/NEFOR.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..93d35e7 --- /dev/null +++ b/NEFOR/obj/Debug/NEFOR.csproj.FileListAbsolute.txt @@ -0,0 +1,7 @@ +D:\ИП-307\NEFOR\NEFOR\bin\Debug\NEFOR.exe.config +D:\ИП-307\NEFOR\NEFOR\bin\Debug\NEFOR.exe +D:\ИП-307\NEFOR\NEFOR\bin\Debug\NEFOR.pdb +D:\ИП-307\NEFOR\NEFOR\obj\Debug\NEFOR.csproj.AssemblyReference.cache +D:\ИП-307\NEFOR\NEFOR\obj\Debug\NEFOR.csproj.CoreCompileInputs.cache +D:\ИП-307\NEFOR\NEFOR\obj\Debug\NEFOR.exe +D:\ИП-307\NEFOR\NEFOR\obj\Debug\NEFOR.pdb diff --git a/NEFOR/obj/Debug/NEFOR.exe b/NEFOR/obj/Debug/NEFOR.exe new file mode 100644 index 0000000..288db68 Binary files /dev/null and b/NEFOR/obj/Debug/NEFOR.exe differ diff --git a/NEFOR/obj/Debug/NEFOR.pdb b/NEFOR/obj/Debug/NEFOR.pdb new file mode 100644 index 0000000..dd8195a Binary files /dev/null and b/NEFOR/obj/Debug/NEFOR.pdb differ