diff --git a/ch0-lab4/.vs/ch0-lab4/v16/.suo b/ch0-lab4/.vs/ch0-lab4/v16/.suo new file mode 100644 index 0000000..765be59 Binary files /dev/null and b/ch0-lab4/.vs/ch0-lab4/v16/.suo differ diff --git a/ch0-lab4/.vs/ch0-lab4/v16/Browse.VC.db b/ch0-lab4/.vs/ch0-lab4/v16/Browse.VC.db new file mode 100644 index 0000000..6e50b47 Binary files /dev/null and b/ch0-lab4/.vs/ch0-lab4/v16/Browse.VC.db differ diff --git a/ch0-lab4/.vs/ch0-lab4/v16/ipch/AutoPCH/1a987700ffd49757/MAIN.ipch b/ch0-lab4/.vs/ch0-lab4/v16/ipch/AutoPCH/1a987700ffd49757/MAIN.ipch new file mode 100644 index 0000000..b8b74c9 Binary files /dev/null and b/ch0-lab4/.vs/ch0-lab4/v16/ipch/AutoPCH/1a987700ffd49757/MAIN.ipch differ diff --git a/ch0-lab4/ch0-lab4.sln b/ch0-lab4/ch0-lab4.sln new file mode 100644 index 0000000..90dff96 --- /dev/null +++ b/ch0-lab4/ch0-lab4.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29123.88 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ch0-lab4", "ch0-lab4\ch0-lab4.vcxproj", "{78126EE3-DCD8-4B6A-8935-896C594BF043}" +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 + {78126EE3-DCD8-4B6A-8935-896C594BF043}.Debug|x64.ActiveCfg = Debug|x64 + {78126EE3-DCD8-4B6A-8935-896C594BF043}.Debug|x64.Build.0 = Debug|x64 + {78126EE3-DCD8-4B6A-8935-896C594BF043}.Debug|x86.ActiveCfg = Debug|Win32 + {78126EE3-DCD8-4B6A-8935-896C594BF043}.Debug|x86.Build.0 = Debug|Win32 + {78126EE3-DCD8-4B6A-8935-896C594BF043}.Release|x64.ActiveCfg = Release|x64 + {78126EE3-DCD8-4B6A-8935-896C594BF043}.Release|x64.Build.0 = Release|x64 + {78126EE3-DCD8-4B6A-8935-896C594BF043}.Release|x86.ActiveCfg = Release|Win32 + {78126EE3-DCD8-4B6A-8935-896C594BF043}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5380CDE6-CF3D-4D51-8E8C-9E002FD2A8D5} + EndGlobalSection +EndGlobal diff --git a/ch0-lab4/ch0-lab4/ch0-lab4.vcxproj b/ch0-lab4/ch0-lab4/ch0-lab4.vcxproj new file mode 100644 index 0000000..76b14dd --- /dev/null +++ b/ch0-lab4/ch0-lab4/ch0-lab4.vcxproj @@ -0,0 +1,131 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {78126EE3-DCD8-4B6A-8935-896C594BF043} + ch0lab4 + 10.0 + + + + Application + true + v142 + MultiByte + + + Application + false + v142 + true + MultiByte + + + Application + true + v142 + MultiByte + + + Application + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + + + + + \ No newline at end of file diff --git a/ch0-lab4/ch0-lab4/ch0-lab4.vcxproj.filters b/ch0-lab4/ch0-lab4/ch0-lab4.vcxproj.filters new file mode 100644 index 0000000..be2c236 --- /dev/null +++ b/ch0-lab4/ch0-lab4/ch0-lab4.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {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 + + + + + source + + + \ No newline at end of file diff --git a/ch0-lab4/ch0-lab4/ch0-lab4.vcxproj.user b/ch0-lab4/ch0-lab4/ch0-lab4.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/ch0-lab4/ch0-lab4/ch0-lab4.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file