aboutsummaryrefslogtreecommitdiff
path: root/Hello World/Hello World.sln
blob: fd33f5f02cede9e11b79ddf2bc28c5fd87f344ca (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
32
33
34
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Hello World", "Hello World\Hello World.vcxproj", "{3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Homework 1", "..\Homework 1\Homework 1.vcxproj", "{C31B044D-4CD3-4C68-8361-FA77F5F06170}"
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
		{3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Debug|x64.ActiveCfg = Debug|x64
		{3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Debug|x64.Build.0 = Debug|x64
		{3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Debug|x86.ActiveCfg = Debug|Win32
		{3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Debug|x86.Build.0 = Debug|Win32
		{3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Release|x64.ActiveCfg = Release|x64
		{3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Release|x64.Build.0 = Release|x64
		{3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Release|x86.ActiveCfg = Release|Win32
		{3AF90EB9-4E0A-4A02-A83B-F4531C6041D1}.Release|x86.Build.0 = Release|Win32
		{C31B044D-4CD3-4C68-8361-FA77F5F06170}.Debug|x64.ActiveCfg = Debug|x64
		{C31B044D-4CD3-4C68-8361-FA77F5F06170}.Debug|x64.Build.0 = Debug|x64
		{C31B044D-4CD3-4C68-8361-FA77F5F06170}.Debug|x86.ActiveCfg = Debug|Win32
		{C31B044D-4CD3-4C68-8361-FA77F5F06170}.Debug|x86.Build.0 = Debug|Win32
		{C31B044D-4CD3-4C68-8361-FA77F5F06170}.Release|x64.ActiveCfg = Release|x64
		{C31B044D-4CD3-4C68-8361-FA77F5F06170}.Release|x64.Build.0 = Release|x64
		{C31B044D-4CD3-4C68-8361-FA77F5F06170}.Release|x86.ActiveCfg = Release|Win32
		{C31B044D-4CD3-4C68-8361-FA77F5F06170}.Release|x86.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {E15E7062-F6EF-43E2-8A94-6A579B7BE4F5}
	EndGlobalSection
EndGlobal