forked from ArmanHaeri-Codit/kernel-memory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path004-dotnet-serverless-custom-pipeline.csproj
More file actions
52 lines (47 loc) · 2.45 KB
/
004-dotnet-serverless-custom-pipeline.csproj
File metadata and controls
52 lines (47 loc) · 2.45 KB
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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\extensions\AzureAIDocIntel\AzureAIDocIntel.csproj" />
<ProjectReference Include="..\..\extensions\AzureAISearch\AzureAISearch\AzureAISearch.csproj" />
<ProjectReference Include="..\..\extensions\AzureBlobs\AzureBlobs.csproj" />
<ProjectReference Include="..\..\extensions\AzureOpenAI\AzureOpenAI.csproj" />
<ProjectReference Include="..\..\extensions\AzureQueues\AzureQueues.csproj" />
<ProjectReference Include="..\..\extensions\LlamaSharp\LlamaSharp\LlamaSharp.csproj" />
<ProjectReference Include="..\..\extensions\MongoDbAtlas\MongoDbAtlas\MongoDbAtlas.csproj" />
<ProjectReference Include="..\..\extensions\OpenAI\OpenAI.csproj" />
<ProjectReference Include="..\..\extensions\Postgres\Postgres\Postgres.csproj" />
<ProjectReference Include="..\..\extensions\Qdrant\Qdrant\Qdrant.csproj" />
<ProjectReference Include="..\..\extensions\RabbitMQ\RabbitMQ.csproj" />
<ProjectReference Include="..\..\extensions\Redis\Redis\Redis.csproj" />
<ProjectReference Include="..\..\extensions\TikToken\TikToken\TikToken.csproj" />
<ProjectReference Include="..\..\service\Core\Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Memory.Data" />
</ItemGroup>
<ItemGroup>
<None Remove="file1-Wikipedia-Carbon.txt" />
<Content Include="file1-Wikipedia-Carbon.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Remove="file2-Wikipedia-Moon.txt" />
<Content Include="file2-Wikipedia-Moon.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Remove="file3-lorem-ipsum.docx" />
<Content Include="file3-lorem-ipsum.docx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Remove="file4-KM-Readme.pdf" />
<Content Include="file4-KM-Readme.pdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Remove="file5-NASA-news.pdf" />
<Content Include="file5-NASA-news.pdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>