-
Notifications
You must be signed in to change notification settings - Fork 288
/
pict.sln
83 lines (83 loc) · 4.94 KB
/
pict.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pictcli", "cli\pictcli.vcxproj", "{17AF516D-4727-4022-8367-D2F7D239F6E3}"
ProjectSection(ProjectDependencies) = postProject
{348F928A-B4A7-41FC-A312-76559047BDAF} = {348F928A-B4A7-41FC-A312-76559047BDAF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pictapi", "api\pictapi.vcxproj", "{348F928A-B4A7-41FC-A312-76559047BDAF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pictapi-usage", "api-usage\pictapi-usage.vcxproj", "{F9EE63F9-EEA9-4C4C-A9FB-F01A4427D538}"
ProjectSection(ProjectDependencies) = postProject
{348F928A-B4A7-41FC-A312-76559047BDAF} = {348F928A-B4A7-41FC-A312-76559047BDAF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pictclidll", "clidll\pictclidll.vcxproj", "{33FA938D-1E7C-4001-A3B6-69773B6B9C9B}"
ProjectSection(ProjectDependencies) = postProject
{348F928A-B4A7-41FC-A312-76559047BDAF} = {348F928A-B4A7-41FC-A312-76559047BDAF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pictclidll-usage", "clidll-usage\pictclidll-usage.vcxproj", "{ACD9DAC9-D3F3-42B6-B553-4F7BF7BB81A5}"
ProjectSection(ProjectDependencies) = postProject
{33FA938D-1E7C-4001-A3B6-69773B6B9C9B} = {33FA938D-1E7C-4001-A3B6-69773B6B9C9B}
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
{17AF516D-4727-4022-8367-D2F7D239F6E3}.Debug|x64.ActiveCfg = Debug|Win32
{17AF516D-4727-4022-8367-D2F7D239F6E3}.Debug|x64.Build.0 = Debug|Win32
{17AF516D-4727-4022-8367-D2F7D239F6E3}.Debug|x86.ActiveCfg = Debug|Win32
{17AF516D-4727-4022-8367-D2F7D239F6E3}.Debug|x86.Build.0 = Debug|Win32
{17AF516D-4727-4022-8367-D2F7D239F6E3}.Release|x64.ActiveCfg = Release|Win32
{17AF516D-4727-4022-8367-D2F7D239F6E3}.Release|x64.Build.0 = Release|Win32
{17AF516D-4727-4022-8367-D2F7D239F6E3}.Release|x86.ActiveCfg = Release|Win32
{17AF516D-4727-4022-8367-D2F7D239F6E3}.Release|x86.Build.0 = Release|Win32
{348F928A-B4A7-41FC-A312-76559047BDAF}.Debug|x64.ActiveCfg = Debug|Win32
{348F928A-B4A7-41FC-A312-76559047BDAF}.Debug|x64.Build.0 = Debug|Win32
{348F928A-B4A7-41FC-A312-76559047BDAF}.Debug|x86.ActiveCfg = Debug|Win32
{348F928A-B4A7-41FC-A312-76559047BDAF}.Debug|x86.Build.0 = Debug|Win32
{348F928A-B4A7-41FC-A312-76559047BDAF}.Release|x64.ActiveCfg = Release|Win32
{348F928A-B4A7-41FC-A312-76559047BDAF}.Release|x64.Build.0 = Release|Win32
{348F928A-B4A7-41FC-A312-76559047BDAF}.Release|x86.ActiveCfg = Release|Win32
{348F928A-B4A7-41FC-A312-76559047BDAF}.Release|x86.Build.0 = Release|Win32
{F9EE63F9-EEA9-4C4C-A9FB-F01A4427D538}.Debug|x64.ActiveCfg = Debug|Win32
{F9EE63F9-EEA9-4C4C-A9FB-F01A4427D538}.Debug|x64.Build.0 = Debug|Win32
{F9EE63F9-EEA9-4C4C-A9FB-F01A4427D538}.Debug|x86.ActiveCfg = Debug|Win32
{F9EE63F9-EEA9-4C4C-A9FB-F01A4427D538}.Debug|x86.Build.0 = Debug|Win32
{F9EE63F9-EEA9-4C4C-A9FB-F01A4427D538}.Release|x64.ActiveCfg = Release|Win32
{F9EE63F9-EEA9-4C4C-A9FB-F01A4427D538}.Release|x64.Build.0 = Release|Win32
{F9EE63F9-EEA9-4C4C-A9FB-F01A4427D538}.Release|x86.ActiveCfg = Release|Win32
{F9EE63F9-EEA9-4C4C-A9FB-F01A4427D538}.Release|x86.Build.0 = Release|Win32
{33FA938D-1E7C-4001-A3B6-69773B6B9C9B}.Debug|x64.ActiveCfg = Debug|Win32
{33FA938D-1E7C-4001-A3B6-69773B6B9C9B}.Debug|x64.Build.0 = Debug|Win32
{33FA938D-1E7C-4001-A3B6-69773B6B9C9B}.Debug|x86.ActiveCfg = Debug|Win32
{33FA938D-1E7C-4001-A3B6-69773B6B9C9B}.Debug|x86.Build.0 = Debug|Win32
{33FA938D-1E7C-4001-A3B6-69773B6B9C9B}.Release|x64.ActiveCfg = Release|Win32
{33FA938D-1E7C-4001-A3B6-69773B6B9C9B}.Release|x64.Build.0 = Release|Win32
{33FA938D-1E7C-4001-A3B6-69773B6B9C9B}.Release|x86.ActiveCfg = Release|Win32
{33FA938D-1E7C-4001-A3B6-69773B6B9C9B}.Release|x86.Build.0 = Release|Win32
{ACD9DAC9-D3F3-42B6-B553-4F7BF7BB81A5}.Debug|x64.ActiveCfg = Debug|Win32
{ACD9DAC9-D3F3-42B6-B553-4F7BF7BB81A5}.Debug|x64.Build.0 = Debug|Win32
{ACD9DAC9-D3F3-42B6-B553-4F7BF7BB81A5}.Debug|x86.ActiveCfg = Debug|Win32
{ACD9DAC9-D3F3-42B6-B553-4F7BF7BB81A5}.Debug|x86.Build.0 = Debug|Win32
{ACD9DAC9-D3F3-42B6-B553-4F7BF7BB81A5}.Release|x64.ActiveCfg = Release|Win32
{ACD9DAC9-D3F3-42B6-B553-4F7BF7BB81A5}.Release|x64.Build.0 = Release|Win32
{ACD9DAC9-D3F3-42B6-B553-4F7BF7BB81A5}.Release|x86.ActiveCfg = Release|Win32
{ACD9DAC9-D3F3-42B6-B553-4F7BF7BB81A5}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF50E646-27C6-4432-AC63-F6BE2A426721}
EndGlobalSection
EndGlobal