-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathImageLibrary.sln
More file actions
49 lines (49 loc) · 2.89 KB
/
Copy pathImageLibrary.sln
File metadata and controls
49 lines (49 loc) · 2.89 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28917.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetImageLibrary.Core", "NetImageLibrary.Core\NetImageLibrary.Core.csproj", "{073C7180-35E8-442A-9334-AA3F529C0985}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6B47240A-4B86-4A32-8618-26626B0928CF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetImageLibrary.FastFilters", "NetImageLibrary.FastFilters\NetImageLibrary.FastFilters.csproj", "{8F14659B-DF8B-45ED-A5CB-72F09DC44DF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAppNetCore", "TestAppNetCore\TestAppNetCore.csproj", "{50CF71F8-7EA1-45E0-999D-0E7D03DF0445}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAppNet461", "TestAppNet461\TestAppNet461.csproj", "{1D6039A4-5D21-4454-BD74-59A395019401}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{073C7180-35E8-442A-9334-AA3F529C0985}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{073C7180-35E8-442A-9334-AA3F529C0985}.Debug|Any CPU.Build.0 = Debug|Any CPU
{073C7180-35E8-442A-9334-AA3F529C0985}.Release|Any CPU.ActiveCfg = Release|Any CPU
{073C7180-35E8-442A-9334-AA3F529C0985}.Release|Any CPU.Build.0 = Release|Any CPU
{8F14659B-DF8B-45ED-A5CB-72F09DC44DF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F14659B-DF8B-45ED-A5CB-72F09DC44DF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F14659B-DF8B-45ED-A5CB-72F09DC44DF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F14659B-DF8B-45ED-A5CB-72F09DC44DF1}.Release|Any CPU.Build.0 = Release|Any CPU
{50CF71F8-7EA1-45E0-999D-0E7D03DF0445}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50CF71F8-7EA1-45E0-999D-0E7D03DF0445}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50CF71F8-7EA1-45E0-999D-0E7D03DF0445}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50CF71F8-7EA1-45E0-999D-0E7D03DF0445}.Release|Any CPU.Build.0 = Release|Any CPU
{1D6039A4-5D21-4454-BD74-59A395019401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D6039A4-5D21-4454-BD74-59A395019401}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D6039A4-5D21-4454-BD74-59A395019401}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D6039A4-5D21-4454-BD74-59A395019401}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {147E054F-DD35-49F0-95DD-5360C9C8DB7C}
EndGlobalSection
EndGlobal