2024-09-30 16:32:48 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-05-09 15:36:20 -07:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-07-25 09:15:55 -07:00
|
|
|
<TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
|
2024-05-09 15:36:20 -07:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
<NoWarn>$(NoWarn);SKEXP0110</NoWarn>
|
2024-06-10 10:31:45 -07:00
|
|
|
<IsTestProject>True</IsTestProject>
|
2024-05-09 15:36:20 -07:00
|
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
2024-09-30 16:32:48 -07:00
|
|
|
<NoWarn>$(NoWarn);CA1829;CA1826</NoWarn>
|
2024-05-09 15:36:20 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-08-27 14:37:47 -07:00
|
|
|
<ProjectReference Include="..\..\src\AutoGen.OpenAI\AutoGen.OpenAI.csproj" />
|
2024-05-09 15:36:20 -07:00
|
|
|
<ProjectReference Include="..\..\src\AutoGen.SemanticKernel\AutoGen.SemanticKernel.csproj" />
|
|
|
|
<ProjectReference Include="..\..\src\AutoGen.SourceGenerator\AutoGen.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
2024-08-27 14:37:47 -07:00
|
|
|
<ProjectReference Include="..\AutoGen.Test.Share\AutoGen.Tests.Share.csproj" />
|
2024-05-09 15:36:20 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|