From f82dbb172aa1ce7a9d2c0e4dde26e2e41d3869c8 Mon Sep 17 00:00:00 2001 From: "e.chamin" Date: Thu, 14 Nov 2024 16:16:42 +0400 Subject: [PATCH] 1 --- 2/2.sln | 31 ++++++++++ 2/2/2.cpp | 20 +++++++ 2/2/2.vcxproj | 135 ++++++++++++++++++++++++++++++++++++++++++ 2/2/2.vcxproj.filters | 22 +++++++ 4 files changed, 208 insertions(+) create mode 100644 2/2.sln create mode 100644 2/2/2.cpp create mode 100644 2/2/2.vcxproj create mode 100644 2/2/2.vcxproj.filters diff --git a/2/2.sln b/2/2.sln new file mode 100644 index 0000000..ea87adf --- /dev/null +++ b/2/2.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.11.35327.3 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "2", "2\2.vcxproj", "{9C025FD9-A935-4DA9-89F5-5D1F89AC4ECA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9C025FD9-A935-4DA9-89F5-5D1F89AC4ECA}.Debug|x64.ActiveCfg = Debug|x64 + {9C025FD9-A935-4DA9-89F5-5D1F89AC4ECA}.Debug|x64.Build.0 = Debug|x64 + {9C025FD9-A935-4DA9-89F5-5D1F89AC4ECA}.Debug|x86.ActiveCfg = Debug|Win32 + {9C025FD9-A935-4DA9-89F5-5D1F89AC4ECA}.Debug|x86.Build.0 = Debug|Win32 + {9C025FD9-A935-4DA9-89F5-5D1F89AC4ECA}.Release|x64.ActiveCfg = Release|x64 + {9C025FD9-A935-4DA9-89F5-5D1F89AC4ECA}.Release|x64.Build.0 = Release|x64 + {9C025FD9-A935-4DA9-89F5-5D1F89AC4ECA}.Release|x86.ActiveCfg = Release|Win32 + {9C025FD9-A935-4DA9-89F5-5D1F89AC4ECA}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {17A493FB-C686-48AD-86DC-D2E97FB78CAB} + EndGlobalSection +EndGlobal diff --git a/2/2/2.cpp b/2/2/2.cpp new file mode 100644 index 0000000..f21587c --- /dev/null +++ b/2/2/2.cpp @@ -0,0 +1,20 @@ +// 2.cpp : Этот файл содержит функцию "main". Здесь начинается и заканчивается выполнение программы. +// + +#include + +int main() +{ + std::cout << "Hello World!\n"; +} + +// Запуск программы: CTRL+F5 или меню "Отладка" > "Запуск без отладки" +// Отладка программы: F5 или меню "Отладка" > "Запустить отладку" + +// Советы по началу работы +// 1. В окне обозревателя решений можно добавлять файлы и управлять ими. +// 2. В окне Team Explorer можно подключиться к системе управления версиями. +// 3. В окне "Выходные данные" можно просматривать выходные данные сборки и другие сообщения. +// 4. В окне "Список ошибок" можно просматривать ошибки. +// 5. Последовательно выберите пункты меню "Проект" > "Добавить новый элемент", чтобы создать файлы кода, или "Проект" > "Добавить существующий элемент", чтобы добавить в проект существующие файлы кода. +// 6. Чтобы снова открыть этот проект позже, выберите пункты меню "Файл" > "Открыть" > "Проект" и выберите SLN-файл. diff --git a/2/2/2.vcxproj b/2/2/2.vcxproj new file mode 100644 index 0000000..596b14a --- /dev/null +++ b/2/2/2.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {9c025fd9-a935-4da9-89f5-5d1f89ac4eca} + My2 + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/2/2/2.vcxproj.filters b/2/2/2.vcxproj.filters new file mode 100644 index 0000000..86b8205 --- /dev/null +++ b/2/2/2.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Исходные файлы + + + \ No newline at end of file