-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImageProcessingAppMicrokernel.sln
More file actions
56 lines (56 loc) · 3.48 KB
/
Copy pathImageProcessingAppMicrokernel.sln
File metadata and controls
56 lines (56 loc) · 3.48 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreApp", "CoreApp\CoreApp.csproj", "{B3B21E52-BCCD-4057-AEAD-7C2EDCDE5840}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginInterfaces", "PluginInterfaces\PluginInterfaces.csproj", "{1591B4E7-764A-4A39-997B-36C62C776251}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{88E3204B-C0C9-4701-B38E-1E15CC7D39A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrayscalePlugin", "Plugins\GrayscalePlugin\GrayscalePlugin.csproj", "{A3249B18-9F98-4302-BE9E-69366B2F9386}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InversionPlugin", "Plugins\InversionPlugin\InversionPlugin.csproj", "{81999787-B54A-4F98-8294-23D87090E815}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AITextDescriptionPlugin", "Plugins\AITextDescriptionPlugin\AITextDescriptionPlugin.csproj", "{8FA66561-778A-421C-95D1-FBEA0AB2A5C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3B21E52-BCCD-4057-AEAD-7C2EDCDE5840}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3B21E52-BCCD-4057-AEAD-7C2EDCDE5840}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3B21E52-BCCD-4057-AEAD-7C2EDCDE5840}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3B21E52-BCCD-4057-AEAD-7C2EDCDE5840}.Release|Any CPU.Build.0 = Release|Any CPU
{1591B4E7-764A-4A39-997B-36C62C776251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1591B4E7-764A-4A39-997B-36C62C776251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1591B4E7-764A-4A39-997B-36C62C776251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1591B4E7-764A-4A39-997B-36C62C776251}.Release|Any CPU.Build.0 = Release|Any CPU
{A3249B18-9F98-4302-BE9E-69366B2F9386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3249B18-9F98-4302-BE9E-69366B2F9386}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3249B18-9F98-4302-BE9E-69366B2F9386}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3249B18-9F98-4302-BE9E-69366B2F9386}.Release|Any CPU.Build.0 = Release|Any CPU
{81999787-B54A-4F98-8294-23D87090E815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81999787-B54A-4F98-8294-23D87090E815}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81999787-B54A-4F98-8294-23D87090E815}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81999787-B54A-4F98-8294-23D87090E815}.Release|Any CPU.Build.0 = Release|Any CPU
{8FA66561-778A-421C-95D1-FBEA0AB2A5C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FA66561-778A-421C-95D1-FBEA0AB2A5C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FA66561-778A-421C-95D1-FBEA0AB2A5C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FA66561-778A-421C-95D1-FBEA0AB2A5C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A3249B18-9F98-4302-BE9E-69366B2F9386} = {88E3204B-C0C9-4701-B38E-1E15CC7D39A8}
{81999787-B54A-4F98-8294-23D87090E815} = {88E3204B-C0C9-4701-B38E-1E15CC7D39A8}
{8FA66561-778A-421C-95D1-FBEA0AB2A5C7} = {88E3204B-C0C9-4701-B38E-1E15CC7D39A8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FED1B890-B5FF-485C-BD19-69B13B81BA73}
EndGlobalSection
EndGlobal