forked from MedicalUltrasound/Image3dAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Image3dAPI.sln
96 lines (96 loc) · 5.79 KB
/
Image3dAPI.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Image3dAPI", "Image3dAPI\Image3dAPI.vcxproj", "{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E504F5C4-A5F4-4D7B-B7DE-B74C0D6A220E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DummyLoader", "DummyLoader\DummyLoader.vcxproj", "{277D8DBA-C8B3-423B-A707-B6435130BF4A}"
ProjectSection(ProjectDependencies) = postProject
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3} = {4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RegFreeTest", "RegFreeTest\RegFreeTest.vcxproj", "{8ABF3DC3-6C48-439B-B3A1-DED84351B808}"
ProjectSection(ProjectDependencies) = postProject
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3} = {4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}
{277D8DBA-C8B3-423B-A707-B6435130BF4A} = {277D8DBA-C8B3-423B-A707-B6435130BF4A}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestViewer", "TestViewer\TestViewer.csproj", "{08D5EA11-0B4C-40FD-87EC-23D42C195D59}"
ProjectSection(ProjectDependencies) = postProject
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3} = {4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}
EndProjectSection
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "TestPython", "TestPython\TestPython.pyproj", "{A594D690-99DB-499B-B3B0-0BF81364EBA2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SandboxTest", "SandboxTest\SandboxTest.vcxproj", "{DFA5034E-BEA9-4299-A301-38A5DF7FD256}"
ProjectSection(ProjectDependencies) = postProject
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3} = {4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}
{277D8DBA-C8B3-423B-A707-B6435130BF4A} = {277D8DBA-C8B3-423B-A707-B6435130BF4A}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}.Debug|Win32.ActiveCfg = Debug|Win32
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}.Debug|Win32.Build.0 = Debug|Win32
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}.Debug|x64.ActiveCfg = Debug|x64
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}.Debug|x64.Build.0 = Debug|x64
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}.Release|Win32.ActiveCfg = Release|Win32
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}.Release|Win32.Build.0 = Release|Win32
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}.Release|x64.ActiveCfg = Release|x64
{4ADC48A2-1A9E-4F7B-A048-67FE02D31CB3}.Release|x64.Build.0 = Release|x64
{277D8DBA-C8B3-423B-A707-B6435130BF4A}.Debug|Win32.ActiveCfg = Debug|Win32
{277D8DBA-C8B3-423B-A707-B6435130BF4A}.Debug|Win32.Build.0 = Debug|Win32
{277D8DBA-C8B3-423B-A707-B6435130BF4A}.Debug|x64.ActiveCfg = Debug|x64
{277D8DBA-C8B3-423B-A707-B6435130BF4A}.Debug|x64.Build.0 = Debug|x64
{277D8DBA-C8B3-423B-A707-B6435130BF4A}.Release|Win32.ActiveCfg = Release|Win32
{277D8DBA-C8B3-423B-A707-B6435130BF4A}.Release|Win32.Build.0 = Release|Win32
{277D8DBA-C8B3-423B-A707-B6435130BF4A}.Release|x64.ActiveCfg = Release|x64
{277D8DBA-C8B3-423B-A707-B6435130BF4A}.Release|x64.Build.0 = Release|x64
{8ABF3DC3-6C48-439B-B3A1-DED84351B808}.Debug|Win32.ActiveCfg = Debug|Win32
{8ABF3DC3-6C48-439B-B3A1-DED84351B808}.Debug|Win32.Build.0 = Debug|Win32
{8ABF3DC3-6C48-439B-B3A1-DED84351B808}.Debug|x64.ActiveCfg = Debug|x64
{8ABF3DC3-6C48-439B-B3A1-DED84351B808}.Debug|x64.Build.0 = Debug|x64
{8ABF3DC3-6C48-439B-B3A1-DED84351B808}.Release|Win32.ActiveCfg = Release|Win32
{8ABF3DC3-6C48-439B-B3A1-DED84351B808}.Release|Win32.Build.0 = Release|Win32
{8ABF3DC3-6C48-439B-B3A1-DED84351B808}.Release|x64.ActiveCfg = Release|x64
{8ABF3DC3-6C48-439B-B3A1-DED84351B808}.Release|x64.Build.0 = Release|x64
{08D5EA11-0B4C-40FD-87EC-23D42C195D59}.Debug|Win32.ActiveCfg = Debug|x86
{08D5EA11-0B4C-40FD-87EC-23D42C195D59}.Debug|Win32.Build.0 = Debug|x86
{08D5EA11-0B4C-40FD-87EC-23D42C195D59}.Debug|x64.ActiveCfg = Debug|x64
{08D5EA11-0B4C-40FD-87EC-23D42C195D59}.Debug|x64.Build.0 = Debug|x64
{08D5EA11-0B4C-40FD-87EC-23D42C195D59}.Release|Win32.ActiveCfg = Release|x86
{08D5EA11-0B4C-40FD-87EC-23D42C195D59}.Release|Win32.Build.0 = Release|x86
{08D5EA11-0B4C-40FD-87EC-23D42C195D59}.Release|x64.ActiveCfg = Release|x64
{08D5EA11-0B4C-40FD-87EC-23D42C195D59}.Release|x64.Build.0 = Release|x64
{A594D690-99DB-499B-B3B0-0BF81364EBA2}.Debug|Win32.ActiveCfg = Debug|Any CPU
{A594D690-99DB-499B-B3B0-0BF81364EBA2}.Debug|x64.ActiveCfg = Debug|Any CPU
{A594D690-99DB-499B-B3B0-0BF81364EBA2}.Release|Win32.ActiveCfg = Release|Any CPU
{A594D690-99DB-499B-B3B0-0BF81364EBA2}.Release|x64.ActiveCfg = Release|Any CPU
{DFA5034E-BEA9-4299-A301-38A5DF7FD256}.Debug|Win32.ActiveCfg = Debug|Win32
{DFA5034E-BEA9-4299-A301-38A5DF7FD256}.Debug|Win32.Build.0 = Debug|Win32
{DFA5034E-BEA9-4299-A301-38A5DF7FD256}.Debug|x64.ActiveCfg = Debug|x64
{DFA5034E-BEA9-4299-A301-38A5DF7FD256}.Debug|x64.Build.0 = Debug|x64
{DFA5034E-BEA9-4299-A301-38A5DF7FD256}.Release|Win32.ActiveCfg = Release|Win32
{DFA5034E-BEA9-4299-A301-38A5DF7FD256}.Release|Win32.Build.0 = Release|Win32
{DFA5034E-BEA9-4299-A301-38A5DF7FD256}.Release|x64.ActiveCfg = Release|x64
{DFA5034E-BEA9-4299-A301-38A5DF7FD256}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C3239D5-451E-429B-95DE-4B251511748E}
EndGlobalSection
EndGlobal