File size: 30,466 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<?xml version="1.0" encoding="utf-8"?>

<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

  <PropertyGroup>

    <PreferredToolArchitecture>x64</PreferredToolArchitecture>

  </PropertyGroup>

  <ItemGroup Label="ProjectConfigurations">

    <ProjectConfiguration Include="Debug|x64">

      <Configuration>Debug</Configuration>

      <Platform>x64</Platform>

    </ProjectConfiguration>

    <ProjectConfiguration Include="Release|x64">

      <Configuration>Release</Configuration>

      <Platform>x64</Platform>

    </ProjectConfiguration>

    <ProjectConfiguration Include="MinSizeRel|x64">

      <Configuration>MinSizeRel</Configuration>

      <Platform>x64</Platform>

    </ProjectConfiguration>

    <ProjectConfiguration Include="RelWithDebInfo|x64">

      <Configuration>RelWithDebInfo</Configuration>

      <Platform>x64</Platform>

    </ProjectConfiguration>

  </ItemGroup>

  <PropertyGroup Label="Globals">

    <ProjectGuid>{8946E4A5-2E90-3F6B-A355-00B30027A0A7}</ProjectGuid>

    <Keyword>Win32Proj</Keyword>

    <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>

    <Platform>x64</Platform>

    <ProjectName>llama-perplexity</ProjectName>

    <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>

  </PropertyGroup>

  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">

    <ConfigurationType>Application</ConfigurationType>

    <CharacterSet>MultiByte</CharacterSet>

    <PlatformToolset>v143</PlatformToolset>

  </PropertyGroup>

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">

    <ConfigurationType>Application</ConfigurationType>

    <CharacterSet>MultiByte</CharacterSet>

    <PlatformToolset>v143</PlatformToolset>

  </PropertyGroup>

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">

    <ConfigurationType>Application</ConfigurationType>

    <CharacterSet>MultiByte</CharacterSet>

    <PlatformToolset>v143</PlatformToolset>

  </PropertyGroup>

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">

    <ConfigurationType>Application</ConfigurationType>

    <CharacterSet>MultiByte</CharacterSet>

    <PlatformToolset>v143</PlatformToolset>

  </PropertyGroup>

  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

  <ImportGroup Label="ExtensionSettings">

  </ImportGroup>

  <ImportGroup Label="PropertySheets">

    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

  </ImportGroup>

  <PropertyGroup Label="UserMacros" />

  <PropertyGroup>

    <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>

    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Users\yiztan4\source\repos\llama\llama.cpp\build\bin\Debug\</OutDir>

    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">llama-perplexity.dir\Debug\</IntDir>

    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">llama-perplexity</TargetName>

    <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.exe</TargetExt>

    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>

    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>

    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Users\yiztan4\source\repos\llama\llama.cpp\build\bin\Release\</OutDir>

    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">llama-perplexity.dir\Release\</IntDir>

    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">llama-perplexity</TargetName>

    <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.exe</TargetExt>

    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>

    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>

    <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\Users\yiztan4\source\repos\llama\llama.cpp\build\bin\MinSizeRel\</OutDir>

    <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">llama-perplexity.dir\MinSizeRel\</IntDir>

    <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">llama-perplexity</TargetName>

    <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.exe</TargetExt>

    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkIncremental>

    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</GenerateManifest>

    <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\Users\yiztan4\source\repos\llama\llama.cpp\build\bin\RelWithDebInfo\</OutDir>

    <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">llama-perplexity.dir\RelWithDebInfo\</IntDir>

    <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">llama-perplexity</TargetName>

    <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.exe</TargetExt>

    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</LinkIncremental>

    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</GenerateManifest>

  </PropertyGroup>

  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

    <ClCompile>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

      <AdditionalOptions>%(AdditionalOptions) /utf-8 /bigobj</AdditionalOptions>

      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>

      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

      <ExceptionHandling>Sync</ExceptionHandling>

      <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>

      <LanguageStandard>stdcpp17</LanguageStandard>

      <MinimalRebuild></MinimalRebuild>

      <Optimization>Disabled</Optimization>

      <PrecompiledHeader>NotUsing</PrecompiledHeader>

      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>

      <RuntimeTypeInfo>true</RuntimeTypeInfo>

      <SupportJustMyCode></SupportJustMyCode>

      <UseFullPaths>false</UseFullPaths>

      <WarningLevel>Level3</WarningLevel>

      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;LLAMA_SHARED;GGML_USE_CPU;GGML_SHARED;GGML_BACKEND_SHARED;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>

      <ObjectFileName>$(IntDir)</ObjectFileName>

      <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>

    </ClCompile>

    <ResourceCompile>

      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;LLAMA_SHARED;GGML_USE_CPU;GGML_SHARED;GGML_BACKEND_SHARED;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

    </ResourceCompile>

    <Midl>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

      <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>

      <HeaderFileName>%(Filename).h</HeaderFileName>

      <TypeLibraryName>%(Filename).tlb</TypeLibraryName>

      <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>

      <ProxyFileName>%(Filename)_p.c</ProxyFileName>

    </Midl>

    <Link>

      <AdditionalDependencies>..\..\common\Debug\common.lib;..\..\src\Debug\llama.lib;..\..\ggml\src\Debug\ggml.lib;..\..\ggml\src\Debug\ggml-cpu.lib;..\..\ggml\src\Debug\ggml-base.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>

      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

      <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>

      <GenerateDebugInformation>true</GenerateDebugInformation>

      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>

      <ImportLibrary>C:/Users/yiztan4/source/repos/llama/llama.cpp/build/examples/perplexity/Debug/llama-perplexity.lib</ImportLibrary>

      <ProgramDataBaseFile>C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/llama-perplexity.pdb</ProgramDataBaseFile>

      <SubSystem>Console</SubSystem>

    </Link>

    <ProjectReference>

      <LinkLibraryDependencies>false</LinkLibraryDependencies>

    </ProjectReference>

  </ItemDefinitionGroup>

  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

    <ClCompile>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

      <AdditionalOptions>%(AdditionalOptions) /utf-8 /bigobj</AdditionalOptions>

      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>

      <BasicRuntimeChecks>Default</BasicRuntimeChecks>

      <ExceptionHandling>Sync</ExceptionHandling>

      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>

      <LanguageStandard>stdcpp17</LanguageStandard>

      <MinimalRebuild></MinimalRebuild>

      <Optimization>MaxSpeed</Optimization>

      <PrecompiledHeader>NotUsing</PrecompiledHeader>

      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

      <RuntimeTypeInfo>true</RuntimeTypeInfo>

      <SupportJustMyCode></SupportJustMyCode>

      <UseFullPaths>false</UseFullPaths>

      <WarningLevel>Level3</WarningLevel>

      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;LLAMA_SHARED;GGML_USE_CPU;GGML_SHARED;GGML_BACKEND_SHARED;CMAKE_INTDIR="Release"</PreprocessorDefinitions>

      <ObjectFileName>$(IntDir)</ObjectFileName>

      <DebugInformationFormat>

      </DebugInformationFormat>

      <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>

    </ClCompile>

    <ResourceCompile>

      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;LLAMA_SHARED;GGML_USE_CPU;GGML_SHARED;GGML_BACKEND_SHARED;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

    </ResourceCompile>

    <Midl>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

      <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>

      <HeaderFileName>%(Filename).h</HeaderFileName>

      <TypeLibraryName>%(Filename).tlb</TypeLibraryName>

      <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>

      <ProxyFileName>%(Filename)_p.c</ProxyFileName>

    </Midl>

    <Link>

      <AdditionalDependencies>..\..\common\Release\common.lib;..\..\src\Release\llama.lib;..\..\ggml\src\Release\ggml.lib;..\..\ggml\src\Release\ggml-cpu.lib;..\..\ggml\src\Release\ggml-base.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>

      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

      <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>

      <GenerateDebugInformation>false</GenerateDebugInformation>

      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>

      <ImportLibrary>C:/Users/yiztan4/source/repos/llama/llama.cpp/build/examples/perplexity/Release/llama-perplexity.lib</ImportLibrary>

      <ProgramDataBaseFile>C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/llama-perplexity.pdb</ProgramDataBaseFile>

      <SubSystem>Console</SubSystem>

    </Link>

    <ProjectReference>

      <LinkLibraryDependencies>false</LinkLibraryDependencies>

    </ProjectReference>

  </ItemDefinitionGroup>

  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">

    <ClCompile>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

      <AdditionalOptions>%(AdditionalOptions) /utf-8 /bigobj</AdditionalOptions>

      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>

      <BasicRuntimeChecks>Default</BasicRuntimeChecks>

      <ExceptionHandling>Sync</ExceptionHandling>

      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>

      <LanguageStandard>stdcpp17</LanguageStandard>

      <MinimalRebuild></MinimalRebuild>

      <Optimization>MinSpace</Optimization>

      <PrecompiledHeader>NotUsing</PrecompiledHeader>

      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

      <RuntimeTypeInfo>true</RuntimeTypeInfo>

      <SupportJustMyCode></SupportJustMyCode>

      <UseFullPaths>false</UseFullPaths>

      <WarningLevel>Level3</WarningLevel>

      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;LLAMA_SHARED;GGML_USE_CPU;GGML_SHARED;GGML_BACKEND_SHARED;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions>

      <ObjectFileName>$(IntDir)</ObjectFileName>

      <DebugInformationFormat>

      </DebugInformationFormat>

      <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>

    </ClCompile>

    <ResourceCompile>

      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;LLAMA_SHARED;GGML_USE_CPU;GGML_SHARED;GGML_BACKEND_SHARED;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

    </ResourceCompile>

    <Midl>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

      <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>

      <HeaderFileName>%(Filename).h</HeaderFileName>

      <TypeLibraryName>%(Filename).tlb</TypeLibraryName>

      <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>

      <ProxyFileName>%(Filename)_p.c</ProxyFileName>

    </Midl>

    <Link>

      <AdditionalDependencies>..\..\common\MinSizeRel\common.lib;..\..\src\MinSizeRel\llama.lib;..\..\ggml\src\MinSizeRel\ggml.lib;..\..\ggml\src\MinSizeRel\ggml-cpu.lib;..\..\ggml\src\MinSizeRel\ggml-base.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>

      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

      <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>

      <GenerateDebugInformation>false</GenerateDebugInformation>

      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>

      <ImportLibrary>C:/Users/yiztan4/source/repos/llama/llama.cpp/build/examples/perplexity/MinSizeRel/llama-perplexity.lib</ImportLibrary>

      <ProgramDataBaseFile>C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/llama-perplexity.pdb</ProgramDataBaseFile>

      <SubSystem>Console</SubSystem>

    </Link>

    <ProjectReference>

      <LinkLibraryDependencies>false</LinkLibraryDependencies>

    </ProjectReference>

  </ItemDefinitionGroup>

  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">

    <ClCompile>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

      <AdditionalOptions>%(AdditionalOptions) /utf-8 /bigobj</AdditionalOptions>

      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>

      <BasicRuntimeChecks>Default</BasicRuntimeChecks>

      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

      <ExceptionHandling>Sync</ExceptionHandling>

      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>

      <LanguageStandard>stdcpp17</LanguageStandard>

      <MinimalRebuild></MinimalRebuild>

      <Optimization>MaxSpeed</Optimization>

      <PrecompiledHeader>NotUsing</PrecompiledHeader>

      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

      <RuntimeTypeInfo>true</RuntimeTypeInfo>

      <SupportJustMyCode></SupportJustMyCode>

      <UseFullPaths>false</UseFullPaths>

      <WarningLevel>Level3</WarningLevel>

      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;LLAMA_SHARED;GGML_USE_CPU;GGML_SHARED;GGML_BACKEND_SHARED;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions>

      <ObjectFileName>$(IntDir)</ObjectFileName>

      <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>

    </ClCompile>

    <ResourceCompile>

      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;LLAMA_SHARED;GGML_USE_CPU;GGML_SHARED;GGML_BACKEND_SHARED;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

    </ResourceCompile>

    <Midl>

      <AdditionalIncludeDirectories>C:\Users\yiztan4\source\repos\llama\llama.cpp\examples;C:\Users\yiztan4\source\repos\llama\llama.cpp\common\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\.;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\include;C:\Users\yiztan4\source\repos\llama\llama.cpp\src\..\common;C:\Users\yiztan4\source\repos\llama\llama.cpp\ggml\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

      <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>

      <HeaderFileName>%(Filename).h</HeaderFileName>

      <TypeLibraryName>%(Filename).tlb</TypeLibraryName>

      <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>

      <ProxyFileName>%(Filename)_p.c</ProxyFileName>

    </Midl>

    <Link>

      <AdditionalDependencies>..\..\common\RelWithDebInfo\common.lib;..\..\src\RelWithDebInfo\llama.lib;..\..\ggml\src\RelWithDebInfo\ggml.lib;..\..\ggml\src\RelWithDebInfo\ggml-cpu.lib;..\..\ggml\src\RelWithDebInfo\ggml-base.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>

      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

      <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>

      <GenerateDebugInformation>true</GenerateDebugInformation>

      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>

      <ImportLibrary>C:/Users/yiztan4/source/repos/llama/llama.cpp/build/examples/perplexity/RelWithDebInfo/llama-perplexity.lib</ImportLibrary>

      <ProgramDataBaseFile>C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/llama-perplexity.pdb</ProgramDataBaseFile>

      <SubSystem>Console</SubSystem>

    </Link>

    <ProjectReference>

      <LinkLibraryDependencies>false</LinkLibraryDependencies>

    </ProjectReference>

  </ItemDefinitionGroup>

  <ItemGroup>

    <CustomBuild Include="C:\Users\yiztan4\source\repos\llama\llama.cpp\examples\perplexity\CMakeLists.txt">

      <UseUtf8Encoding>Always</UseUtf8Encoding>

      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule C:/Users/yiztan4/source/repos/llama/llama.cpp/examples/perplexity/CMakeLists.txt</Message>

      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal

C:\Users\yiztan4\source\repos\llama\venv\Lib\site-packages\cmake\data\bin\cmake.exe -SC:/Users/yiztan4/source/repos/llama/llama.cpp -BC:/Users/yiztan4/source/repos/llama/llama.cpp/build --check-stamp-file C:/Users/yiztan4/source/repos/llama/llama.cpp/build/examples/perplexity/CMakeFiles/generate.stamp

if %errorlevel% neq 0 goto :cmEnd

:cmEnd

endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone

:cmErrorLevel

exit /b %1

:cmDone

if %errorlevel% neq 0 goto :VCEnd</Command>

      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>

      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Users\yiztan4\source\repos\llama\llama.cpp\build\examples\perplexity\CMakeFiles\generate.stamp</Outputs>

      <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>

      <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule C:/Users/yiztan4/source/repos/llama/llama.cpp/examples/perplexity/CMakeLists.txt</Message>

      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal

C:\Users\yiztan4\source\repos\llama\venv\Lib\site-packages\cmake\data\bin\cmake.exe -SC:/Users/yiztan4/source/repos/llama/llama.cpp -BC:/Users/yiztan4/source/repos/llama/llama.cpp/build --check-stamp-file C:/Users/yiztan4/source/repos/llama/llama.cpp/build/examples/perplexity/CMakeFiles/generate.stamp

if %errorlevel% neq 0 goto :cmEnd

:cmEnd

endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone

:cmErrorLevel

exit /b %1

:cmDone

if %errorlevel% neq 0 goto :VCEnd</Command>

      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>

      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Users\yiztan4\source\repos\llama\llama.cpp\build\examples\perplexity\CMakeFiles\generate.stamp</Outputs>

      <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>

      <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule C:/Users/yiztan4/source/repos/llama/llama.cpp/examples/perplexity/CMakeLists.txt</Message>

      <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal

C:\Users\yiztan4\source\repos\llama\venv\Lib\site-packages\cmake\data\bin\cmake.exe -SC:/Users/yiztan4/source/repos/llama/llama.cpp -BC:/Users/yiztan4/source/repos/llama/llama.cpp/build --check-stamp-file C:/Users/yiztan4/source/repos/llama/llama.cpp/build/examples/perplexity/CMakeFiles/generate.stamp

if %errorlevel% neq 0 goto :cmEnd

:cmEnd

endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone

:cmErrorLevel

exit /b %1

:cmDone

if %errorlevel% neq 0 goto :VCEnd</Command>

      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>

      <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\Users\yiztan4\source\repos\llama\llama.cpp\build\examples\perplexity\CMakeFiles\generate.stamp</Outputs>

      <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>

      <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule C:/Users/yiztan4/source/repos/llama/llama.cpp/examples/perplexity/CMakeLists.txt</Message>

      <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal

C:\Users\yiztan4\source\repos\llama\venv\Lib\site-packages\cmake\data\bin\cmake.exe -SC:/Users/yiztan4/source/repos/llama/llama.cpp -BC:/Users/yiztan4/source/repos/llama/llama.cpp/build --check-stamp-file C:/Users/yiztan4/source/repos/llama/llama.cpp/build/examples/perplexity/CMakeFiles/generate.stamp

if %errorlevel% neq 0 goto :cmEnd

:cmEnd

endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone

:cmErrorLevel

exit /b %1

:cmDone

if %errorlevel% neq 0 goto :VCEnd</Command>

      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>

      <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\Users\yiztan4\source\repos\llama\llama.cpp\build\examples\perplexity\CMakeFiles\generate.stamp</Outputs>

      <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>

    </CustomBuild>

  </ItemGroup>

  <ItemGroup>

    <ClCompile Include="C:\Users\yiztan4\source\repos\llama\llama.cpp\examples\perplexity\perplexity.cpp" />

  </ItemGroup>

  <ItemGroup />

  <ItemGroup>

    <ProjectReference Include="C:\Users\yiztan4\source\repos\llama\llama.cpp\build\ZERO_CHECK.vcxproj">

      <Project>{AC0EBAFF-5220-354D-999A-90E5BB75EF61}</Project>

      <Name>ZERO_CHECK</Name>

      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

      <CopyToOutputDirectory>Never</CopyToOutputDirectory>

    </ProjectReference>

    <ProjectReference Include="C:\Users\yiztan4\source\repos\llama\llama.cpp\build\common\build_info.vcxproj">

      <Project>{488F7CED-4B38-38AE-A51E-CC961AD1233F}</Project>

      <Name>build_info</Name>

      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

      <CopyToOutputDirectory>Never</CopyToOutputDirectory>

    </ProjectReference>

    <ProjectReference Include="C:\Users\yiztan4\source\repos\llama\llama.cpp\build\common\common.vcxproj">

      <Project>{A8B49C9F-D45E-35A2-8C01-F3849A3CB089}</Project>

      <Name>common</Name>

    </ProjectReference>

    <ProjectReference Include="C:\Users\yiztan4\source\repos\llama\llama.cpp\build\ggml\src\ggml.vcxproj">

      <Project>{048ED26F-B8C6-3614-856D-F26E4F70C85E}</Project>

      <Name>ggml</Name>

    </ProjectReference>

    <ProjectReference Include="C:\Users\yiztan4\source\repos\llama\llama.cpp\build\ggml\src\ggml-base.vcxproj">

      <Project>{EF5D79E2-E1E5-35E2-B871-EEEFCC6F8385}</Project>

      <Name>ggml-base</Name>

    </ProjectReference>

    <ProjectReference Include="C:\Users\yiztan4\source\repos\llama\llama.cpp\build\ggml\src\ggml-cpu.vcxproj">

      <Project>{2880BF7B-5002-3E45-B020-1B00642E55A1}</Project>

      <Name>ggml-cpu</Name>

    </ProjectReference>

    <ProjectReference Include="C:\Users\yiztan4\source\repos\llama\llama.cpp\build\src\llama.vcxproj">

      <Project>{05FA6EFC-93CE-371C-9A9D-423B1EFD035E}</Project>

      <Name>llama</Name>

    </ProjectReference>

  </ItemGroup>

  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

  <ImportGroup Label="ExtensionTargets">

  </ImportGroup>

</Project>