-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpython-packages.sln
More file actions
44 lines (44 loc) · 2.17 KB
/
python-packages.sln
File metadata and controls
44 lines (44 loc) · 2.17 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
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34526.213
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C6B6CD5-10E6-4F40-9230-955B05BF1E12}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
dist.win.txt = dist.win.txt
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "ebest", "ebest\ebest.pyproj", "{5071D829-5473-4008-9B7C-FB5999C761CF}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "dbopenapi", "dbopenapi\dbopenapi.pyproj", "{11058B20-6097-479D-91BD-04B5A71E8C58}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "kiwoomAsync", "kiwoomAsync\kiwoomAsync.pyproj", "{7ECDF082-CD79-47E1-8087-B122F33E88ED}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "kiwoomRest", "kiwoomRest\kiwoomRest.pyproj", "{92F3402C-39D3-4765-91A9-4FC17CFA14DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5071D829-5473-4008-9B7C-FB5999C761CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5071D829-5473-4008-9B7C-FB5999C761CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11058B20-6097-479D-91BD-04B5A71E8C58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11058B20-6097-479D-91BD-04B5A71E8C58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ECDF082-CD79-47E1-8087-B122F33E88ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ECDF082-CD79-47E1-8087-B122F33E88ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92F3402C-39D3-4765-91A9-4FC17CFA14DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92F3402C-39D3-4765-91A9-4FC17CFA14DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1F72BE64-438B-46AF-9F73-55EA9860A4BE}
EndGlobalSection
EndGlobal