-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSavanna-Python-Sample.sln
More file actions
27 lines (27 loc) · 1.26 KB
/
Savanna-Python-Sample.sln
File metadata and controls
27 lines (27 loc) · 1.26 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Savanna-Python-Sample", "Savanna-Python-Sample.pyproj", "{163BF13D-A289-4525-B14B-C6DFF0E82DDA}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Savanna-Python-SDK", "savanna\Savanna-Python-SDK.pyproj", "{157E18E2-41FF-4CA6-88CF-E1B6CDAFC670}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{163BF13D-A289-4525-B14B-C6DFF0E82DDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{163BF13D-A289-4525-B14B-C6DFF0E82DDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{157E18E2-41FF-4CA6-88CF-E1B6CDAFC670}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{157E18E2-41FF-4CA6-88CF-E1B6CDAFC670}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB1A392E-9D1C-432F-827B-7BE6F28B938E}
EndGlobalSection
EndGlobal