-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyCEDFS.sln
31 lines (31 loc) · 1.33 KB
/
pyCEDFS.sln
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 Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "pyCEDFS", "pyCEDFS\pyCEDFS.pyproj", "{D77297C4-AA1B-466F-8A0F-CFA0C89EB9C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D77297C4-AA1B-466F-8A0F-CFA0C89EB9C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D77297C4-AA1B-466F-8A0F-CFA0C89EB9C8}.Debug|x64.ActiveCfg = Debug|Any CPU
{D77297C4-AA1B-466F-8A0F-CFA0C89EB9C8}.Debug|x86.ActiveCfg = Debug|Any CPU
{D77297C4-AA1B-466F-8A0F-CFA0C89EB9C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D77297C4-AA1B-466F-8A0F-CFA0C89EB9C8}.Release|x64.ActiveCfg = Release|Any CPU
{D77297C4-AA1B-466F-8A0F-CFA0C89EB9C8}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AE8A8E6-A1B2-4A76-A188-D06AF8CFB672}
EndGlobalSection
EndGlobal