diff options
| author | raquelc <[email protected]> | 2024-01-20 17:59:57 -0800 |
|---|---|---|
| committer | raquelc <[email protected]> | 2024-01-20 18:02:05 -0800 |
| commit | dd5baad08bbecc11d696c5c6bc92920df94c046b (patch) | |
| tree | cd13c5364244413cab65f71ada7de629a4a8fcab /In-class-excercise4/In-class-excercise4.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-4-raquel191-dd5baad08bbecc11d696c5c6bc92920df94c046b.tar.xz in-class-exercise-4-raquel191-dd5baad08bbecc11d696c5c6bc92920df94c046b.zip | |
init
Diffstat (limited to 'In-class-excercise4/In-class-excercise4.sln')
| -rw-r--r-- | In-class-excercise4/In-class-excercise4.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/In-class-excercise4/In-class-excercise4.sln b/In-class-excercise4/In-class-excercise4.sln new file mode 100644 index 0000000..9416ad4 --- /dev/null +++ b/In-class-excercise4/In-class-excercise4.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34408.163 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "In-class-excercise4", "In-class-excercise4\In-class-excercise4.vcxproj", "{B71E721E-B4FC-4BDA-BB8A-C822E083101E}" +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 + {B71E721E-B4FC-4BDA-BB8A-C822E083101E}.Debug|x64.ActiveCfg = Debug|x64 + {B71E721E-B4FC-4BDA-BB8A-C822E083101E}.Debug|x64.Build.0 = Debug|x64 + {B71E721E-B4FC-4BDA-BB8A-C822E083101E}.Debug|x86.ActiveCfg = Debug|Win32 + {B71E721E-B4FC-4BDA-BB8A-C822E083101E}.Debug|x86.Build.0 = Debug|Win32 + {B71E721E-B4FC-4BDA-BB8A-C822E083101E}.Release|x64.ActiveCfg = Release|x64 + {B71E721E-B4FC-4BDA-BB8A-C822E083101E}.Release|x64.Build.0 = Release|x64 + {B71E721E-B4FC-4BDA-BB8A-C822E083101E}.Release|x86.ActiveCfg = Release|Win32 + {B71E721E-B4FC-4BDA-BB8A-C822E083101E}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {50978898-4388-4871-B145-90433CB0EFCB} + EndGlobalSection +EndGlobal |