File size: 7,068 Bytes
5a29263
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{EA222272-4ED8-33A2-B7F6-9A261C066A8B}"
	ProjectSection(ProjectDependencies) = postProject
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61} = {AC0EBAFF-5220-354D-999A-90E5BB75EF61}
		{048ED26F-B8C6-3614-856D-F26E4F70C85E} = {048ED26F-B8C6-3614-856D-F26E4F70C85E}
		{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385} = {EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}
		{2880BF7B-5002-3E45-B020-1B00642E55A1} = {2880BF7B-5002-3E45-B020-1B00642E55A1}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "INSTALL", "INSTALL.vcxproj", "{7271714E-832A-34BB-9EE1-CC952BB3BC78}"
	ProjectSection(ProjectDependencies) = postProject
		{EA222272-4ED8-33A2-B7F6-9A261C066A8B} = {EA222272-4ED8-33A2-B7F6-9A261C066A8B}
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61} = {AC0EBAFF-5220-354D-999A-90E5BB75EF61}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RUN_TESTS", "RUN_TESTS.vcxproj", "{F4A08764-5199-3D35-9FAB-22B9C3AB52AC}"
	ProjectSection(ProjectDependencies) = postProject
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61} = {AC0EBAFF-5220-354D-999A-90E5BB75EF61}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "..\\ZERO_CHECK.vcxproj", "{AC0EBAFF-5220-354D-999A-90E5BB75EF61}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ggml", "src\ggml.vcxproj", "{048ED26F-B8C6-3614-856D-F26E4F70C85E}"
	ProjectSection(ProjectDependencies) = postProject
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61} = {AC0EBAFF-5220-354D-999A-90E5BB75EF61}
		{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385} = {EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}
		{2880BF7B-5002-3E45-B020-1B00642E55A1} = {2880BF7B-5002-3E45-B020-1B00642E55A1}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ggml-base", "src\ggml-base.vcxproj", "{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}"
	ProjectSection(ProjectDependencies) = postProject
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61} = {AC0EBAFF-5220-354D-999A-90E5BB75EF61}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ggml-cpu", "src\ggml-cpu.vcxproj", "{2880BF7B-5002-3E45-B020-1B00642E55A1}"
	ProjectSection(ProjectDependencies) = postProject
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61} = {AC0EBAFF-5220-354D-999A-90E5BB75EF61}
		{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385} = {EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x64 = Debug|x64
		Release|x64 = Release|x64
		MinSizeRel|x64 = MinSizeRel|x64
		RelWithDebInfo|x64 = RelWithDebInfo|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EA222272-4ED8-33A2-B7F6-9A261C066A8B}.Debug|x64.ActiveCfg = Debug|x64
		{EA222272-4ED8-33A2-B7F6-9A261C066A8B}.Debug|x64.Build.0 = Debug|x64
		{EA222272-4ED8-33A2-B7F6-9A261C066A8B}.Release|x64.ActiveCfg = Release|x64
		{EA222272-4ED8-33A2-B7F6-9A261C066A8B}.Release|x64.Build.0 = Release|x64
		{EA222272-4ED8-33A2-B7F6-9A261C066A8B}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
		{EA222272-4ED8-33A2-B7F6-9A261C066A8B}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
		{EA222272-4ED8-33A2-B7F6-9A261C066A8B}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
		{EA222272-4ED8-33A2-B7F6-9A261C066A8B}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
		{7271714E-832A-34BB-9EE1-CC952BB3BC78}.Debug|x64.ActiveCfg = Debug|x64
		{7271714E-832A-34BB-9EE1-CC952BB3BC78}.Release|x64.ActiveCfg = Release|x64
		{7271714E-832A-34BB-9EE1-CC952BB3BC78}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
		{7271714E-832A-34BB-9EE1-CC952BB3BC78}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
		{F4A08764-5199-3D35-9FAB-22B9C3AB52AC}.Debug|x64.ActiveCfg = Debug|x64
		{F4A08764-5199-3D35-9FAB-22B9C3AB52AC}.Release|x64.ActiveCfg = Release|x64
		{F4A08764-5199-3D35-9FAB-22B9C3AB52AC}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
		{F4A08764-5199-3D35-9FAB-22B9C3AB52AC}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61}.Debug|x64.ActiveCfg = Debug|x64
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61}.Debug|x64.Build.0 = Debug|x64
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61}.Release|x64.ActiveCfg = Release|x64
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61}.Release|x64.Build.0 = Release|x64
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
		{AC0EBAFF-5220-354D-999A-90E5BB75EF61}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
		{048ED26F-B8C6-3614-856D-F26E4F70C85E}.Debug|x64.ActiveCfg = Debug|x64
		{048ED26F-B8C6-3614-856D-F26E4F70C85E}.Debug|x64.Build.0 = Debug|x64
		{048ED26F-B8C6-3614-856D-F26E4F70C85E}.Release|x64.ActiveCfg = Release|x64
		{048ED26F-B8C6-3614-856D-F26E4F70C85E}.Release|x64.Build.0 = Release|x64
		{048ED26F-B8C6-3614-856D-F26E4F70C85E}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
		{048ED26F-B8C6-3614-856D-F26E4F70C85E}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
		{048ED26F-B8C6-3614-856D-F26E4F70C85E}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
		{048ED26F-B8C6-3614-856D-F26E4F70C85E}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
		{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}.Debug|x64.ActiveCfg = Debug|x64
		{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}.Debug|x64.Build.0 = Debug|x64
		{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}.Release|x64.ActiveCfg = Release|x64
		{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}.Release|x64.Build.0 = Release|x64
		{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
		{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
		{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
		{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
		{2880BF7B-5002-3E45-B020-1B00642E55A1}.Debug|x64.ActiveCfg = Debug|x64
		{2880BF7B-5002-3E45-B020-1B00642E55A1}.Debug|x64.Build.0 = Debug|x64
		{2880BF7B-5002-3E45-B020-1B00642E55A1}.Release|x64.ActiveCfg = Release|x64
		{2880BF7B-5002-3E45-B020-1B00642E55A1}.Release|x64.Build.0 = Release|x64
		{2880BF7B-5002-3E45-B020-1B00642E55A1}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
		{2880BF7B-5002-3E45-B020-1B00642E55A1}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
		{2880BF7B-5002-3E45-B020-1B00642E55A1}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
		{2880BF7B-5002-3E45-B020-1B00642E55A1}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {9E679AA0-F212-3F9B-8032-546CDBE0CB53}
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal