2024-09-30 16:32:48 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-05-23 18:53:22 -07:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-07-25 09:15:55 -07:00
|
|
|
<TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
|
2024-05-23 18:53:22 -07:00
|
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
|
<NoWarn>$(NoWarn);CS8981;CS8600;CS8602;CS8604;CS8618;CS0219;SKEXP0054;SKEXP0050;SKEXP0110</NoWarn>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-08-27 14:37:47 -07:00
|
|
|
<ProjectReference Include="..\..\src\AutoGen.OpenAI\AutoGen.OpenAI.csproj" />
|
|
|
|
<ProjectReference Include="..\..\src\AutoGen.SemanticKernel\AutoGen.SemanticKernel.csproj" />
|
2024-05-23 18:53:22 -07:00
|
|
|
<ProjectReference Include="..\..\src\AutoGen.SourceGenerator\AutoGen.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
2024-09-30 16:32:48 -07:00
|
|
|
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Web" />
|
2024-05-23 18:53:22 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|