mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-08 17:43:40 +00:00
17 lines
665 B
XML
17 lines
665 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
|
|||
|
<IsPackable>false</IsPackable>
|
|||
|
<IsTestProject>True</IsTestProject>
|
|||
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\..\src\AutoGen.AzureAIInference\AutoGen.AzureAIInference.csproj" />
|
|||
|
<ProjectReference Include="..\..\src\AutoGen.SourceGenerator\AutoGen.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
|||
|
<ProjectReference Include="..\AutoGen.Test.Share\AutoGen.Tests.Share.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|