-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUdacity_Python_Projects.sln
More file actions
31 lines (31 loc) · 1.6 KB
/
Udacity_Python_Projects.sln
File metadata and controls
31 lines (31 loc) · 1.6 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PythonApplication1", "PythonApplication1\PythonApplication1.pyproj", "{0581FA5F-8FBD-46C5-BCFD-A3AD2410AF37}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "first-script", "first-script\first-script.pyproj", "{FFE260DC-A2BB-4C40-9DFD-F349FA14B9D3}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "classifying_images_lab", "classifying_images_lab\classifying_images_lab.pyproj", "{00427A52-ED33-41A4-8EFF-3B9DA86E668A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0581FA5F-8FBD-46C5-BCFD-A3AD2410AF37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0581FA5F-8FBD-46C5-BCFD-A3AD2410AF37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFE260DC-A2BB-4C40-9DFD-F349FA14B9D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFE260DC-A2BB-4C40-9DFD-F349FA14B9D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00427A52-ED33-41A4-8EFF-3B9DA86E668A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00427A52-ED33-41A4-8EFF-3B9DA86E668A}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7171C6FC-8C76-4C68-90B9-B0F314CA554D}
EndGlobalSection
EndGlobal