-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModule 1_Exercise 4.sln
More file actions
37 lines (37 loc) · 2.16 KB
/
Copy pathModule 1_Exercise 4.sln
File metadata and controls
37 lines (37 loc) · 2.16 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module 1_Exercise 4_1", "Module 1_Exercise 4\Module 1_Exercise 4_1.csproj", "{381BA4DF-83FF-4CBF-91B5-FCC19C8C3541}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module 1_Exercise 4_2", "Module 1_Exercise 4_2\Module 1_Exercise 4_2\Module 1_Exercise 4_2.csproj", "{F8D31C82-0588-4F1F-B17A-E7B81554067D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module 1_Exercise 4_3", "Module 1_Exercise 4_3\Module 1_Exercise 4_3\Module 1_Exercise 4_3.csproj", "{297907F0-1349-4B0B-9B87-374718429743}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{381BA4DF-83FF-4CBF-91B5-FCC19C8C3541}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{381BA4DF-83FF-4CBF-91B5-FCC19C8C3541}.Debug|Any CPU.Build.0 = Debug|Any CPU
{381BA4DF-83FF-4CBF-91B5-FCC19C8C3541}.Release|Any CPU.ActiveCfg = Release|Any CPU
{381BA4DF-83FF-4CBF-91B5-FCC19C8C3541}.Release|Any CPU.Build.0 = Release|Any CPU
{F8D31C82-0588-4F1F-B17A-E7B81554067D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8D31C82-0588-4F1F-B17A-E7B81554067D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8D31C82-0588-4F1F-B17A-E7B81554067D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8D31C82-0588-4F1F-B17A-E7B81554067D}.Release|Any CPU.Build.0 = Release|Any CPU
{297907F0-1349-4B0B-9B87-374718429743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{297907F0-1349-4B0B-9B87-374718429743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{297907F0-1349-4B0B-9B87-374718429743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{297907F0-1349-4B0B-9B87-374718429743}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45186BFA-9160-4563-A52F-A2BA74EF8121}
EndGlobalSection
EndGlobal