@@ -9,6 +9,10 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "ImageProcessing", "src\Imag
99EndProject
1010Project ("{F2A71F9B-5D33-465A-A702-920D77279786}" ) = "MatrixMultiplication" , "src\MatrixMultiplication\MatrixMultiplication.fsproj" , "{2EB0E864-6847-4FC3-8C64-FDBE8C54B956}"
1111EndProject
12+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{0246572D-F011-4077-B69A-D453ABFAD48B}"
13+ EndProject
14+ Project ("{F2A71F9B-5D33-465A-A702-920D77279786}" ) = "ImageProcessing.Tests" , "tests\ImageProcessing.Tests\ImageProcessing.Tests.fsproj" , "{DE51E49C-29B8-484D-AB7F-5F1A18485149}"
15+ EndProject
1216Global
1317 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1418 Debug| Any CPU = Debug| Any CPU
@@ -46,9 +50,22 @@ Global
4650 {2EB0E864-6847-4FC3-8C64-FDBE8C54B956} .Release| x64 .Build .0 = Release| Any CPU
4751 {2EB0E864-6847-4FC3-8C64-FDBE8C54B956} .Release| x86 .ActiveCfg = Release| Any CPU
4852 {2EB0E864-6847-4FC3-8C64-FDBE8C54B956} .Release| x86 .Build .0 = Release| Any CPU
53+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
54+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Debug| Any CPU .Build .0 = Debug| Any CPU
55+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Debug| x64 .ActiveCfg = Debug| Any CPU
56+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Debug| x64 .Build .0 = Debug| Any CPU
57+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Debug| x86 .ActiveCfg = Debug| Any CPU
58+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Debug| x86 .Build .0 = Debug| Any CPU
59+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Release| Any CPU .ActiveCfg = Release| Any CPU
60+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Release| Any CPU .Build .0 = Release| Any CPU
61+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Release| x64 .ActiveCfg = Release| Any CPU
62+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Release| x64 .Build .0 = Release| Any CPU
63+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Release| x86 .ActiveCfg = Release| Any CPU
64+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} .Release| x86 .Build .0 = Release| Any CPU
4965 EndGlobalSection
5066 GlobalSection (NestedProjects ) = preSolution
5167 {5D30E174-2538-47AC-8443-318C8C5DC2C9} = {C397A34C-84F1-49E7-AEBC-2F9F2B196216}
5268 {2EB0E864-6847-4FC3-8C64-FDBE8C54B956} = {C397A34C-84F1-49E7-AEBC-2F9F2B196216}
69+ {DE51E49C-29B8-484D-AB7F-5F1A18485149} = {0246572D-F011-4077-B69A-D453ABFAD48B}
5370 EndGlobalSection
5471EndGlobal
0 commit comments