-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMy Labs Python.sln
More file actions
39 lines (39 loc) · 2.09 KB
/
My Labs Python.sln
File metadata and controls
39 lines (39 loc) · 2.09 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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Lab 2", "Lab 2\Lab 2.pyproj", "{24206038-66C7-4B1A-B0D0-839BC10739A5}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Lab 1", "Lab 1\Lab 1.pyproj", "{50B9D0E1-D020-47A9-911C-91F7D62CB7F0}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Lab 3", "Lab 3\Lab 3.pyproj", "{F436447F-3CCE-4CF2-A121-6EF534588030}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Lab-5", "Lab-5\Lab-5.pyproj", "{22A981F9-E09C-4A65-8BE1-65CA781ECCFC}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Lab-6", "Lab-6\Lab-6.pyproj", "{8C90C356-1762-43BA-8851-956F4ADDF155}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24206038-66C7-4B1A-B0D0-839BC10739A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24206038-66C7-4B1A-B0D0-839BC10739A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50B9D0E1-D020-47A9-911C-91F7D62CB7F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50B9D0E1-D020-47A9-911C-91F7D62CB7F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F436447F-3CCE-4CF2-A121-6EF534588030}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F436447F-3CCE-4CF2-A121-6EF534588030}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22A981F9-E09C-4A65-8BE1-65CA781ECCFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22A981F9-E09C-4A65-8BE1-65CA781ECCFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C90C356-1762-43BA-8851-956F4ADDF155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C90C356-1762-43BA-8851-956F4ADDF155}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C12F10B5-F8AD-4FE0-853A-AE295E10947F}
EndGlobalSection
EndGlobal