@@ -7,6 +7,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Numpy", "src\Numpy\Numpy.cs
7
7
EndProject
8
8
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Numpy.UnitTest" , "test\Numpy.UnitTest\Numpy.UnitTest.csproj" , "{1B69F24E-8C60-421D-B11B-5306ED7A060E}"
9
9
EndProject
10
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Examples" , "Examples" , "{25D84E98-E107-45C9-A0EC-0B25E24DA607}"
11
+ EndProject
12
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "MatmulExample" , "src\Examples\MatmulExample\MatmulExample.csproj" , "{A92C1287-BF2B-4FDC-8BBA-A17F410CD41F}"
13
+ EndProject
10
14
Global
11
15
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
12
16
Debug| Any CPU = Debug| Any CPU
@@ -21,10 +25,17 @@ Global
21
25
{1B69F24E-8C60-421D-B11B-5306ED7A060E} .Debug| Any CPU .Build .0 = Debug| Any CPU
22
26
{1B69F24E-8C60-421D-B11B-5306ED7A060E} .Release| Any CPU .ActiveCfg = Release| Any CPU
23
27
{1B69F24E-8C60-421D-B11B-5306ED7A060E} .Release| Any CPU .Build .0 = Release| Any CPU
28
+ {A92C1287-BF2B-4FDC-8BBA-A17F410CD41F} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
29
+ {A92C1287-BF2B-4FDC-8BBA-A17F410CD41F} .Debug| Any CPU .Build .0 = Debug| Any CPU
30
+ {A92C1287-BF2B-4FDC-8BBA-A17F410CD41F} .Release| Any CPU .ActiveCfg = Release| Any CPU
31
+ {A92C1287-BF2B-4FDC-8BBA-A17F410CD41F} .Release| Any CPU .Build .0 = Release| Any CPU
24
32
EndGlobalSection
25
33
GlobalSection (SolutionProperties ) = preSolution
26
34
HideSolutionNode = FALSE
27
35
EndGlobalSection
36
+ GlobalSection (NestedProjects ) = preSolution
37
+ {A92C1287-BF2B-4FDC-8BBA-A17F410CD41F} = {25D84E98-E107-45C9-A0EC-0B25E24DA607}
38
+ EndGlobalSection
28
39
GlobalSection (ExtensibilityGlobals ) = postSolution
29
40
SolutionGuid = {5EB08541-5168-443C-B524-A5CB7E7C613D}
30
41
EndGlobalSection
0 commit comments