-
Notifications
You must be signed in to change notification settings - Fork 1
/
Image5D.sln
57 lines (57 loc) · 3.11 KB
/
Image5D.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32519.111
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Image5DMex", "Image5DMex\Image5DMex.vcxproj", "{B0795EF0-E397-4C26-88B8-AF2561804318}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Image5DLib", "Image5DLib\Image5DLib.vcxproj", "{F4E56848-CFCB-4F10-AE05-3BE7E40423CB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Image5D测试", "Image5D测试\Image5D测试.vcxproj", "{0D661C84-7BE0-49EA-9B5D-9F1A9B3DC7EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{5FFCDC09-24FA-4042-87C8-57C11C1F21BD}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0795EF0-E397-4C26-88B8-AF2561804318}.Debug|x64.ActiveCfg = Debug|x64
{B0795EF0-E397-4C26-88B8-AF2561804318}.Debug|x64.Build.0 = Debug|x64
{B0795EF0-E397-4C26-88B8-AF2561804318}.Debug|x86.ActiveCfg = Debug|Win32
{B0795EF0-E397-4C26-88B8-AF2561804318}.Debug|x86.Build.0 = Debug|Win32
{B0795EF0-E397-4C26-88B8-AF2561804318}.Release|x64.ActiveCfg = Release|x64
{B0795EF0-E397-4C26-88B8-AF2561804318}.Release|x64.Build.0 = Release|x64
{B0795EF0-E397-4C26-88B8-AF2561804318}.Release|x86.ActiveCfg = Release|Win32
{B0795EF0-E397-4C26-88B8-AF2561804318}.Release|x86.Build.0 = Release|Win32
{F4E56848-CFCB-4F10-AE05-3BE7E40423CB}.Debug|x64.ActiveCfg = Debug|x64
{F4E56848-CFCB-4F10-AE05-3BE7E40423CB}.Debug|x64.Build.0 = Debug|x64
{F4E56848-CFCB-4F10-AE05-3BE7E40423CB}.Debug|x86.ActiveCfg = Debug|Win32
{F4E56848-CFCB-4F10-AE05-3BE7E40423CB}.Debug|x86.Build.0 = Debug|Win32
{F4E56848-CFCB-4F10-AE05-3BE7E40423CB}.Release|x64.ActiveCfg = Release|x64
{F4E56848-CFCB-4F10-AE05-3BE7E40423CB}.Release|x64.Build.0 = Release|x64
{F4E56848-CFCB-4F10-AE05-3BE7E40423CB}.Release|x86.ActiveCfg = Release|Win32
{F4E56848-CFCB-4F10-AE05-3BE7E40423CB}.Release|x86.Build.0 = Release|Win32
{0D661C84-7BE0-49EA-9B5D-9F1A9B3DC7EF}.Debug|x64.ActiveCfg = Debug|x64
{0D661C84-7BE0-49EA-9B5D-9F1A9B3DC7EF}.Debug|x64.Build.0 = Debug|x64
{0D661C84-7BE0-49EA-9B5D-9F1A9B3DC7EF}.Debug|x86.ActiveCfg = Debug|Win32
{0D661C84-7BE0-49EA-9B5D-9F1A9B3DC7EF}.Debug|x86.Build.0 = Debug|Win32
{0D661C84-7BE0-49EA-9B5D-9F1A9B3DC7EF}.Release|x64.ActiveCfg = Release|x64
{0D661C84-7BE0-49EA-9B5D-9F1A9B3DC7EF}.Release|x64.Build.0 = Release|x64
{0D661C84-7BE0-49EA-9B5D-9F1A9B3DC7EF}.Release|x86.ActiveCfg = Release|Win32
{0D661C84-7BE0-49EA-9B5D-9F1A9B3DC7EF}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C47B016F-2568-4DFE-B4A5-5A56CC7233F2}
EndGlobalSection
EndGlobal