-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPythonStudy.sln
More file actions
38 lines (38 loc) · 1.49 KB
/
PythonStudy.sln
File metadata and controls
38 lines (38 loc) · 1.49 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34916.146
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "PythonStudy", "PythonStudy.pyproj", "{BABEA1AF-9246-4677-B5D1-0399EE77893D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{63C40AF0-DE6C-49A4-841D-4EBE4603615B}"
ProjectSection(SolutionItems) = preProject
CustomTkinter.py = CustomTkinter.py
Kvy.py = Kvy.py
PyQt5_QDarkStyle.py = PyQt5_QDarkStyle.py
PythonStudy.py = PythonStudy.py
PythonStudy.pyproj = PythonStudy.pyproj
PythonStudy.sln = PythonStudy.sln
PythonStudy.spec = PythonStudy.spec
Readme.txt = Readme.txt
TkinterThemes.py = TkinterThemes.py
hello_world.py = hello_world.py
detect_myface.py = detect_myface.py
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BABEA1AF-9246-4677-B5D1-0399EE77893D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BABEA1AF-9246-4677-B5D1-0399EE77893D}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C164FB7-E22C-4441-BFFB-B5196E2264D5}
EndGlobalSection
EndGlobal