diff --git a/Project2.vcxproj b/Project2.vcxproj new file mode 100644 index 0000000..8a9af11 --- /dev/null +++ b/Project2.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {fc0f9106-1212-491c-8435-912cb77dd0dc} + Project2 + 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/Project2.vcxproj.filters b/Project2.vcxproj.filters new file mode 100644 index 0000000..880d60a --- /dev/null +++ b/Project2.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 diff --git a/Project2.vcxproj.user b/Project2.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/Project2.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Source.cpp b/Source.cpp new file mode 100644 index 0000000..742fcea --- /dev/null +++ b/Source.cpp @@ -0,0 +1,11 @@ +#include"stdio.h" +#include +int main() +{ + int n = 3, m = 3; + setlocale(LC_ALL, "Russian"); + printf(": %d\n", n++ + m); + printf(": %d\n", n-- >m); + printf(": %d\n", m-- > n); + return 0; +} \ No newline at end of file diff --git a/x64/Debug/Project2.exe.recipe b/x64/Debug/Project2.exe.recipe new file mode 100644 index 0000000..0edb611 --- /dev/null +++ b/x64/Debug/Project2.exe.recipe @@ -0,0 +1,11 @@ + + + + + E:\Users\User\source\repos\Project2\x64\Debug\Project2.exe + + + + + + \ No newline at end of file diff --git a/x64/Debug/Project2.ilk b/x64/Debug/Project2.ilk new file mode 100644 index 0000000..d9fc7f3 Binary files /dev/null and b/x64/Debug/Project2.ilk differ diff --git a/x64/Debug/Project2.log b/x64/Debug/Project2.log new file mode 100644 index 0000000..f28da98 --- /dev/null +++ b/x64/Debug/Project2.log @@ -0,0 +1,2 @@ + Source1.cpp + Project2.vcxproj -> E:\Users\User\source\repos\Project2\x64\Debug\Project2.exe diff --git a/x64/Debug/Project2.tlog/CL.command.1.tlog b/x64/Debug/Project2.tlog/CL.command.1.tlog new file mode 100644 index 0000000..6592de0 Binary files /dev/null and b/x64/Debug/Project2.tlog/CL.command.1.tlog differ diff --git a/x64/Debug/Project2.tlog/CL.read.1.tlog b/x64/Debug/Project2.tlog/CL.read.1.tlog new file mode 100644 index 0000000..db18487 Binary files /dev/null and b/x64/Debug/Project2.tlog/CL.read.1.tlog differ diff --git a/x64/Debug/Project2.tlog/CL.write.1.tlog b/x64/Debug/Project2.tlog/CL.write.1.tlog new file mode 100644 index 0000000..74f2018 Binary files /dev/null and b/x64/Debug/Project2.tlog/CL.write.1.tlog differ diff --git a/x64/Debug/Project2.tlog/Project2.lastbuildstate b/x64/Debug/Project2.tlog/Project2.lastbuildstate new file mode 100644 index 0000000..cc197ae --- /dev/null +++ b/x64/Debug/Project2.tlog/Project2.lastbuildstate @@ -0,0 +1,2 @@ +PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.32.31326:TargetPlatformVersion=10.0.19041.0: +Debug|x64|E:\Users\User\source\repos\Project2\| diff --git a/x64/Debug/Project2.tlog/link.command.1.tlog b/x64/Debug/Project2.tlog/link.command.1.tlog new file mode 100644 index 0000000..7b55d02 Binary files /dev/null and b/x64/Debug/Project2.tlog/link.command.1.tlog differ diff --git a/x64/Debug/Project2.tlog/link.read.1.tlog b/x64/Debug/Project2.tlog/link.read.1.tlog new file mode 100644 index 0000000..608cb6b Binary files /dev/null and b/x64/Debug/Project2.tlog/link.read.1.tlog differ diff --git a/x64/Debug/Project2.tlog/link.write.1.tlog b/x64/Debug/Project2.tlog/link.write.1.tlog new file mode 100644 index 0000000..b4ffe1e Binary files /dev/null and b/x64/Debug/Project2.tlog/link.write.1.tlog differ diff --git a/x64/Debug/vc143.idb b/x64/Debug/vc143.idb new file mode 100644 index 0000000..8cc1b75 Binary files /dev/null and b/x64/Debug/vc143.idb differ diff --git a/x64/Debug/vc143.pdb b/x64/Debug/vc143.pdb new file mode 100644 index 0000000..a23c6e2 Binary files /dev/null and b/x64/Debug/vc143.pdb differ