blob: 0c13aba3c9f7b0079866c965804463b2268757b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 Exercise 6", "In Class Exercise 6\In Class Exercise 6.vcxproj", "{87607551-9523-4A51-94B5-6144DB03CAFB}"
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
{87607551-9523-4A51-94B5-6144DB03CAFB}.Debug|x64.ActiveCfg = Debug|x64
{87607551-9523-4A51-94B5-6144DB03CAFB}.Debug|x64.Build.0 = Debug|x64
{87607551-9523-4A51-94B5-6144DB03CAFB}.Debug|x86.ActiveCfg = Debug|Win32
{87607551-9523-4A51-94B5-6144DB03CAFB}.Debug|x86.Build.0 = Debug|Win32
{87607551-9523-4A51-94B5-6144DB03CAFB}.Release|x64.ActiveCfg = Release|x64
{87607551-9523-4A51-94B5-6144DB03CAFB}.Release|x64.Build.0 = Release|x64
{87607551-9523-4A51-94B5-6144DB03CAFB}.Release|x86.ActiveCfg = Release|Win32
{87607551-9523-4A51-94B5-6144DB03CAFB}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16A81876-BAA9-4BC7-B0AC-63CF64BCE1B6}
EndGlobalSection
EndGlobal
|