diff options
| author | Connor McDowell <[email protected]> | 2024-02-26 14:45:17 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-26 14:45:17 -0800 |
| commit | 6f9a49f95cf3ca9e518bc460f7458719b43793b0 (patch) | |
| tree | f4979539ca12bf4b85c553cbb422b31a124cf642 /Project1/Project1.sln | |
| parent | add deadline (diff) | |
| download | homework-7-connormcdowell275-6f9a49f95cf3ca9e518bc460f7458719b43793b0.tar.xz homework-7-connormcdowell275-6f9a49f95cf3ca9e518bc460f7458719b43793b0.zip | |
added menu driven address book from assignment 6
Diffstat (limited to 'Project1/Project1.sln')
| -rw-r--r-- | Project1/Project1.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Project1/Project1.sln b/Project1/Project1.sln new file mode 100644 index 0000000..951f197 --- /dev/null +++ b/Project1/Project1.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34511.84 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project1", "Project1.vcxproj", "{643642F2-1A17-4D44-8DB9-B427BCDCC9A2}" +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 + {643642F2-1A17-4D44-8DB9-B427BCDCC9A2}.Debug|x64.ActiveCfg = Debug|x64 + {643642F2-1A17-4D44-8DB9-B427BCDCC9A2}.Debug|x64.Build.0 = Debug|x64 + {643642F2-1A17-4D44-8DB9-B427BCDCC9A2}.Debug|x86.ActiveCfg = Debug|Win32 + {643642F2-1A17-4D44-8DB9-B427BCDCC9A2}.Debug|x86.Build.0 = Debug|Win32 + {643642F2-1A17-4D44-8DB9-B427BCDCC9A2}.Release|x64.ActiveCfg = Release|x64 + {643642F2-1A17-4D44-8DB9-B427BCDCC9A2}.Release|x64.Build.0 = Release|x64 + {643642F2-1A17-4D44-8DB9-B427BCDCC9A2}.Release|x86.ActiveCfg = Release|Win32 + {643642F2-1A17-4D44-8DB9-B427BCDCC9A2}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {08002DB6-7F55-4FC3-BFCB-8DE7FFE2493E} + EndGlobalSection +EndGlobal |