-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathB35T.sln
31 lines (31 loc) · 1.51 KB
/
B35T.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 15
VisualStudioVersion = 15.0.28307.645
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "B35T_reader", "B35T_reader\B35T_reader.pyproj", "{1891E04C-9BFC-434D-89A9-0F6F75030AC4}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "B35T", "B35T\B35T.pyproj", "{F2EE90C4-038A-490B-A6BC-3D0C670BEF92}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "tests", "tests\tests.pyproj", "{EB8F78C8-88BC-4CA6-AA25-257C7C64E428}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1891E04C-9BFC-434D-89A9-0F6F75030AC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1891E04C-9BFC-434D-89A9-0F6F75030AC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2EE90C4-038A-490B-A6BC-3D0C670BEF92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2EE90C4-038A-490B-A6BC-3D0C670BEF92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB8F78C8-88BC-4CA6-AA25-257C7C64E428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB8F78C8-88BC-4CA6-AA25-257C7C64E428}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AB66FB6-535A-442B-8A2B-F730ED8A85BF}
EndGlobalSection
EndGlobal