-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenize.AForge.sln
More file actions
43 lines (43 loc) · 2.68 KB
/
Openize.AForge.sln
File metadata and controls
43 lines (43 loc) · 2.68 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Openize.AForge.Core.NetStandard", "Sources\Core\Openize.AForge.Core.NetStandard.csproj", "{91E7EA4E-0F78-45E0-A0F8-534116651D0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Openize.AForge.Math.NetStandard", "Sources\Math\Openize.AForge.Math.NetStandard.csproj", "{32257DA7-0CDD-4FE9-87BD-20247625EB28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Openize.AForge.Tests.NetStandard", "AForge.Tests.NetStandard\Openize.AForge.Tests.NetStandard.csproj", "{971D790B-4E2A-473A-976C-2ECF64371917}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Openize.AForge.Imaging.NetStandard", "Sources\Imaging\Openize.AForge.Imaging.NetStandard.csproj", "{33E3D402-510B-46B4-9C67-19E3118FEC2F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91E7EA4E-0F78-45E0-A0F8-534116651D0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91E7EA4E-0F78-45E0-A0F8-534116651D0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91E7EA4E-0F78-45E0-A0F8-534116651D0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91E7EA4E-0F78-45E0-A0F8-534116651D0B}.Release|Any CPU.Build.0 = Release|Any CPU
{32257DA7-0CDD-4FE9-87BD-20247625EB28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32257DA7-0CDD-4FE9-87BD-20247625EB28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32257DA7-0CDD-4FE9-87BD-20247625EB28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32257DA7-0CDD-4FE9-87BD-20247625EB28}.Release|Any CPU.Build.0 = Release|Any CPU
{971D790B-4E2A-473A-976C-2ECF64371917}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{971D790B-4E2A-473A-976C-2ECF64371917}.Debug|Any CPU.Build.0 = Debug|Any CPU
{971D790B-4E2A-473A-976C-2ECF64371917}.Release|Any CPU.ActiveCfg = Release|Any CPU
{971D790B-4E2A-473A-976C-2ECF64371917}.Release|Any CPU.Build.0 = Release|Any CPU
{33E3D402-510B-46B4-9C67-19E3118FEC2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33E3D402-510B-46B4-9C67-19E3118FEC2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33E3D402-510B-46B4-9C67-19E3118FEC2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33E3D402-510B-46B4-9C67-19E3118FEC2F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5FD63576-92D7-4DB0-930D-FF775C195323}
EndGlobalSection
EndGlobal