-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimage-processing-solution-2.0.sln
61 lines (61 loc) · 4.01 KB
/
image-processing-solution-2.0.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "image-processing-parent", "image-processing-parent.csproj", "{76744E45-0B58-42F1-8A5A-961671376206}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "image-processing-form", "image-processing-form\image-processing-form.csproj", "{FD4419A0-E3BC-4E12-981D-CE338377A700}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "image-processing-model", "image-processing-model\image-processing-model.csproj", "{4BD32816-287B-4F08-B635-43A34DA97891}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "image-processing-constants", "image-processing-constants\image-processing-constants.csproj", "{4E8D34F1-E33C-41D8-A269-44FE67DA0E23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "math-func", "math-func\math-func.csproj", "{EFFA9FAB-EB8D-4074-8DF0-D6E301D61926}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "math-func-tests", "math-func-tests\math-func-tests.csproj", "{4FCE1E32-8FF9-449D-948D-895B3B5C23FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "math-linear-algebra", "math-linear-algebra\math-linear-algebra.csproj", "{9A3DB9BB-482A-4008-8370-7A00A85B64E2}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76744E45-0B58-42F1-8A5A-961671376206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76744E45-0B58-42F1-8A5A-961671376206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76744E45-0B58-42F1-8A5A-961671376206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76744E45-0B58-42F1-8A5A-961671376206}.Release|Any CPU.Build.0 = Release|Any CPU
{FD4419A0-E3BC-4E12-981D-CE338377A700}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD4419A0-E3BC-4E12-981D-CE338377A700}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD4419A0-E3BC-4E12-981D-CE338377A700}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD4419A0-E3BC-4E12-981D-CE338377A700}.Release|Any CPU.Build.0 = Release|Any CPU
{4BD32816-287B-4F08-B635-43A34DA97891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BD32816-287B-4F08-B635-43A34DA97891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BD32816-287B-4F08-B635-43A34DA97891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BD32816-287B-4F08-B635-43A34DA97891}.Release|Any CPU.Build.0 = Release|Any CPU
{4E8D34F1-E33C-41D8-A269-44FE67DA0E23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E8D34F1-E33C-41D8-A269-44FE67DA0E23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E8D34F1-E33C-41D8-A269-44FE67DA0E23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E8D34F1-E33C-41D8-A269-44FE67DA0E23}.Release|Any CPU.Build.0 = Release|Any CPU
{EFFA9FAB-EB8D-4074-8DF0-D6E301D61926}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFFA9FAB-EB8D-4074-8DF0-D6E301D61926}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFFA9FAB-EB8D-4074-8DF0-D6E301D61926}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFFA9FAB-EB8D-4074-8DF0-D6E301D61926}.Release|Any CPU.Build.0 = Release|Any CPU
{4FCE1E32-8FF9-449D-948D-895B3B5C23FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FCE1E32-8FF9-449D-948D-895B3B5C23FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FCE1E32-8FF9-449D-948D-895B3B5C23FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FCE1E32-8FF9-449D-948D-895B3B5C23FB}.Release|Any CPU.Build.0 = Release|Any CPU
{9A3DB9BB-482A-4008-8370-7A00A85B64E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A3DB9BB-482A-4008-8370-7A00A85B64E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A3DB9BB-482A-4008-8370-7A00A85B64E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A3DB9BB-482A-4008-8370-7A00A85B64E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal