-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImageFileProcessor.sln
107 lines (107 loc) · 7.21 KB
/
ImageFileProcessor.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
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageFileProcessor.Windows", "ImageFileProcessor\ImageFileProcessor.Windows.csproj", "{6B6B963B-82C0-4A71-90DF-262D461534E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageFileProcessor.Core", "ImageFileProcessor.Core\ImageFileProcessor.Core.csproj", "{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageFileProcessor.Core.Test", "ImageFileProcessor.Core.Test\ImageFileProcessor.Core.Test.csproj", "{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|ARM.ActiveCfg = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|ARM.Build.0 = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|iPhone.Build.0 = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|x64.ActiveCfg = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|x64.Build.0 = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|x86.ActiveCfg = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Debug|x86.Build.0 = Debug|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|Any CPU.Build.0 = Release|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|ARM.ActiveCfg = Release|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|ARM.Build.0 = Release|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|iPhone.ActiveCfg = Release|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|iPhone.Build.0 = Release|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|x64.ActiveCfg = Release|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|x64.Build.0 = Release|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|x86.ActiveCfg = Release|Any CPU
{6B6B963B-82C0-4A71-90DF-262D461534E2}.Release|x86.Build.0 = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|ARM.ActiveCfg = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|ARM.Build.0 = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|iPhone.Build.0 = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|x64.ActiveCfg = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|x64.Build.0 = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|x86.ActiveCfg = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Debug|x86.Build.0 = Debug|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|Any CPU.Build.0 = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|ARM.ActiveCfg = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|ARM.Build.0 = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|iPhone.ActiveCfg = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|iPhone.Build.0 = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|x64.ActiveCfg = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|x64.Build.0 = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|x86.ActiveCfg = Release|Any CPU
{7F3EBF07-9B1A-48BA-AC78-E2F7040B9D4E}.Release|x86.Build.0 = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|ARM.ActiveCfg = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|ARM.Build.0 = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|iPhone.Build.0 = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|x64.ActiveCfg = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|x64.Build.0 = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|x86.ActiveCfg = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Debug|x86.Build.0 = Debug|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|Any CPU.Build.0 = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|ARM.ActiveCfg = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|ARM.Build.0 = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|iPhone.ActiveCfg = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|iPhone.Build.0 = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|x64.ActiveCfg = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|x64.Build.0 = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|x86.ActiveCfg = Release|Any CPU
{6CC3E424-3129-47BD-8CC9-3C12E0E5E2A4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D07C561E-6E4F-4DE0-8846-2CE8AA4F207C}
EndGlobalSection
EndGlobal