-
Notifications
You must be signed in to change notification settings - Fork 0
/
NET6ImageFilter.sln
43 lines (43 loc) · 2.54 KB
/
NET6ImageFilter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NET6ImageFilter", "NET6ImageFilter\NET6ImageFilter.csproj", "{846D2B32-2A65-439F-889B-0EFE6229C7C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastImageLibrary", "FastImageLibrary\FastImageLibrary.csproj", "{833A987C-DDB7-4210-90B2-77660039AA4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilterDotNet", "FilterDotNet\FilterDotNet.csproj", "{1D82DA16-1E88-4116-8FC6-9C29B835E30D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastImageProvider", "FastImageProvider\FastImageProvider.csproj", "{6123F429-C534-4FEC-A8FB-58297299E513}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{846D2B32-2A65-439F-889B-0EFE6229C7C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{846D2B32-2A65-439F-889B-0EFE6229C7C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{846D2B32-2A65-439F-889B-0EFE6229C7C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{846D2B32-2A65-439F-889B-0EFE6229C7C1}.Release|Any CPU.Build.0 = Release|Any CPU
{833A987C-DDB7-4210-90B2-77660039AA4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{833A987C-DDB7-4210-90B2-77660039AA4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{833A987C-DDB7-4210-90B2-77660039AA4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{833A987C-DDB7-4210-90B2-77660039AA4F}.Release|Any CPU.Build.0 = Release|Any CPU
{1D82DA16-1E88-4116-8FC6-9C29B835E30D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D82DA16-1E88-4116-8FC6-9C29B835E30D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D82DA16-1E88-4116-8FC6-9C29B835E30D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D82DA16-1E88-4116-8FC6-9C29B835E30D}.Release|Any CPU.Build.0 = Release|Any CPU
{6123F429-C534-4FEC-A8FB-58297299E513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6123F429-C534-4FEC-A8FB-58297299E513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6123F429-C534-4FEC-A8FB-58297299E513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6123F429-C534-4FEC-A8FB-58297299E513}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80143004-2ADE-4D52-8AC5-702708CAE14B}
EndGlobalSection
EndGlobal