diff --git a/.vs/phoebook/v16/.suo b/.vs/phoebook/v16/.suo new file mode 100644 index 0000000..3c633ff Binary files /dev/null and b/.vs/phoebook/v16/.suo differ diff --git a/.vs/phoebook/v16/Browse.VC.db b/.vs/phoebook/v16/Browse.VC.db new file mode 100644 index 0000000..9fad369 Binary files /dev/null and b/.vs/phoebook/v16/Browse.VC.db differ diff --git a/Debug/phoebook.exe b/Debug/phoebook.exe new file mode 100644 index 0000000..6ec5be0 Binary files /dev/null and b/Debug/phoebook.exe differ diff --git a/Debug/phoebook.ilk b/Debug/phoebook.ilk new file mode 100644 index 0000000..22bad02 Binary files /dev/null and b/Debug/phoebook.ilk differ diff --git a/Debug/phoebook.pdb b/Debug/phoebook.pdb new file mode 100644 index 0000000..55cbd86 Binary files /dev/null and b/Debug/phoebook.pdb differ diff --git a/phoebook.sln b/phoebook.sln new file mode 100644 index 0000000..90986c2 --- /dev/null +++ b/phoebook.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29609.76 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "phoebook", "phoebook\phoebook.vcxproj", "{C95AB771-BD52-4D90-A355-EA7BA54797F5}" +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 + {C95AB771-BD52-4D90-A355-EA7BA54797F5}.Debug|x64.ActiveCfg = Debug|x64 + {C95AB771-BD52-4D90-A355-EA7BA54797F5}.Debug|x64.Build.0 = Debug|x64 + {C95AB771-BD52-4D90-A355-EA7BA54797F5}.Debug|x86.ActiveCfg = Debug|Win32 + {C95AB771-BD52-4D90-A355-EA7BA54797F5}.Debug|x86.Build.0 = Debug|Win32 + {C95AB771-BD52-4D90-A355-EA7BA54797F5}.Release|x64.ActiveCfg = Release|x64 + {C95AB771-BD52-4D90-A355-EA7BA54797F5}.Release|x64.Build.0 = Release|x64 + {C95AB771-BD52-4D90-A355-EA7BA54797F5}.Release|x86.ActiveCfg = Release|Win32 + {C95AB771-BD52-4D90-A355-EA7BA54797F5}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9D8DE823-2E23-46C4-8812-FB3DE3EBAEBE} + EndGlobalSection +EndGlobal diff --git a/phoebook/Debug/CBookItems.obj b/phoebook/Debug/CBookItems.obj new file mode 100644 index 0000000..6a049e4 Binary files /dev/null and b/phoebook/Debug/CBookItems.obj differ diff --git a/phoebook/Debug/CConsoleUI.obj b/phoebook/Debug/CConsoleUI.obj new file mode 100644 index 0000000..4808dbe Binary files /dev/null and b/phoebook/Debug/CConsoleUI.obj differ diff --git a/phoebook/Debug/cbookitems.obj.enc b/phoebook/Debug/cbookitems.obj.enc new file mode 100644 index 0000000..4829993 Binary files /dev/null and b/phoebook/Debug/cbookitems.obj.enc differ diff --git a/phoebook/Debug/phoebook.log b/phoebook/Debug/phoebook.log new file mode 100644 index 0000000..531ae7f --- /dev/null +++ b/phoebook/Debug/phoebook.log @@ -0,0 +1,4 @@ + CConsoleUI.cpp +C:\coding\KursIvan\phoebook\phoebook\CConsoleUI.cpp(90,20): warning C4018: <: несоответствие типов со знаком и без знака +C:\coding\KursIvan\phoebook\phoebook\CConsoleUI.cpp(136,20): warning C4018: <: несоответствие типов со знаком и без знака + phoebook.vcxproj -> C:\coding\KursIvan\phoebook\Debug\phoebook.exe diff --git a/phoebook/Debug/phoebook.obj b/phoebook/Debug/phoebook.obj new file mode 100644 index 0000000..b0ba9b3 Binary files /dev/null and b/phoebook/Debug/phoebook.obj differ diff --git a/phoebook/Debug/phoebook.tlog/CL.command.1.tlog b/phoebook/Debug/phoebook.tlog/CL.command.1.tlog new file mode 100644 index 0000000..0b29a9e Binary files /dev/null and b/phoebook/Debug/phoebook.tlog/CL.command.1.tlog differ diff --git a/phoebook/Debug/phoebook.tlog/CL.read.1.tlog b/phoebook/Debug/phoebook.tlog/CL.read.1.tlog new file mode 100644 index 0000000..c71ba3b Binary files /dev/null and b/phoebook/Debug/phoebook.tlog/CL.read.1.tlog differ diff --git a/phoebook/Debug/phoebook.tlog/CL.write.1.tlog b/phoebook/Debug/phoebook.tlog/CL.write.1.tlog new file mode 100644 index 0000000..917eac5 Binary files /dev/null and b/phoebook/Debug/phoebook.tlog/CL.write.1.tlog differ diff --git a/phoebook/Debug/phoebook.tlog/link.command.1.tlog b/phoebook/Debug/phoebook.tlog/link.command.1.tlog new file mode 100644 index 0000000..495d16c Binary files /dev/null and b/phoebook/Debug/phoebook.tlog/link.command.1.tlog differ diff --git a/phoebook/Debug/phoebook.tlog/link.read.1.tlog b/phoebook/Debug/phoebook.tlog/link.read.1.tlog new file mode 100644 index 0000000..bc7b20f Binary files /dev/null and b/phoebook/Debug/phoebook.tlog/link.read.1.tlog differ diff --git a/phoebook/Debug/phoebook.tlog/link.write.1.tlog b/phoebook/Debug/phoebook.tlog/link.write.1.tlog new file mode 100644 index 0000000..0963d56 Binary files /dev/null and b/phoebook/Debug/phoebook.tlog/link.write.1.tlog differ diff --git a/phoebook/Debug/phoebook.tlog/phoebook.lastbuildstate b/phoebook/Debug/phoebook.tlog/phoebook.lastbuildstate new file mode 100644 index 0000000..b43c016 --- /dev/null +++ b/phoebook/Debug/phoebook.tlog/phoebook.lastbuildstate @@ -0,0 +1,2 @@ +#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0 +Debug|Win32|C:\coding\KursIvan\phoebook\| diff --git a/phoebook/Debug/vc142.idb b/phoebook/Debug/vc142.idb new file mode 100644 index 0000000..4db6b81 Binary files /dev/null and b/phoebook/Debug/vc142.idb differ diff --git a/phoebook/Debug/vc142.pdb b/phoebook/Debug/vc142.pdb new file mode 100644 index 0000000..fbf65fa Binary files /dev/null and b/phoebook/Debug/vc142.pdb differ diff --git a/phoebook/phoebook.vcxproj b/phoebook/phoebook.vcxproj new file mode 100644 index 0000000..4384c10 --- /dev/null +++ b/phoebook/phoebook.vcxproj @@ -0,0 +1,162 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {C95AB771-BD52-4D90-A355-EA7BA54797F5} + Win32Proj + phoebook + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoebook/phoebook.vcxproj.filters b/phoebook/phoebook.vcxproj.filters new file mode 100644 index 0000000..09d5238 --- /dev/null +++ b/phoebook/phoebook.vcxproj.filters @@ -0,0 +1,39 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;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/phoebook/phoebook.vcxproj.user b/phoebook/phoebook.vcxproj.user new file mode 100644 index 0000000..0f14913 --- /dev/null +++ b/phoebook/phoebook.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file