|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>Microsoft.Extensions.AI</AssemblyName>
<LangVersion>Latest</LangVersion>
<DefineConstants>TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\LegacySupport\DiagnosticAttributes\NullableAttributes.cs" Link="src\LegacySupport\DiagnosticAttributes\NullableAttributes.cs"/>
<Compile Include="..\..\LegacySupport\IsExternalInit\IsExternalInit.cs" Link="src\LegacySupport\IsExternalInit\IsExternalInit.cs"/>
<Compile Include="..\..\LegacySupport\TrimAttributes\DynamicallyAccessedMembersAttribute.cs" Link="src\LegacySupport\TrimAttributes\DynamicallyAccessedMembersAttribute.cs"/>
<Compile Include="..\..\LegacySupport\TrimAttributes\DynamicallyAccessedMemberTypes.cs" Link="src\LegacySupport\TrimAttributes\DynamicallyAccessedMemberTypes.cs"/>
<Compile Include="..\..\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs" Link="src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs"/>
<Compile Include="..\..\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs" Link="src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs"/>
<Compile Include="..\..\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs" Link="src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs"/>
<Compile Include="..\..\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs" Link="src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs"/>
<Compile Include="..\..\LegacySupport\TrimAttributes\UnconditionalSuppressMessageAttribute.cs" Link="src\LegacySupport\TrimAttributes\UnconditionalSuppressMessageAttribute.cs"/>
<Compile Include="..\..\LegacySupport\CallerAttributes\CallerArgumentExpressionAttribute.cs" Link="src\LegacySupport\CallerAttributes\CallerArgumentExpressionAttribute.cs"/>
<Compile Include="..\..\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs" Link="src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs"/>
<Compile Include="..\..\LegacySupport\StringSyntaxAttribute\StringSyntaxAttribute.cs" Link="src\LegacySupport\StringSyntaxAttribute\StringSyntaxAttribute.cs"/>
<Compile Include="..\..\Shared\Throw\Throw.cs" Link="src\Shared\Throw\Throw.cs"/>
<Compile Include="..\..\Shared\EmptyCollections\Empty.cs" Link="src\Shared\EmptyCollections\Empty.cs"/>
<Compile Include="..\..\Shared\EmptyCollections\EmptyCollectionExtensions.cs" Link="src\Shared\EmptyCollections\EmptyCollectionExtensions.cs"/>
<Compile Include="..\..\Shared\EmptyCollections\EmptyReadonlyDictionary.cs" Link="src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs"/>
<Compile Include="..\..\Shared\EmptyCollections\EmptyReadOnlyList.cs" Link="src\Shared\EmptyCollections\EmptyReadOnlyList.cs"/>
<Compile Include="CachingHelpers.cs"/>
<Compile Include="ChatCompletion\AnonymousDelegatingChatClient.cs"/>
<Compile Include="ChatCompletion\CachingChatClient.cs"/>
<Compile Include="ChatCompletion\ChatClientBuilder.cs"/>
<Compile Include="ChatCompletion\ChatClientBuilderChatClientExtensions.cs"/>
<Compile Include="ChatCompletion\ChatClientBuilderServiceCollectionExtensions.cs"/>
<Compile Include="ChatCompletion\ChatClientStructuredOutputExtensions.cs"/>
<Compile Include="ChatCompletion\ChatResponse{T}.cs"/>
<Compile Include="ChatCompletion\ConfigureOptionsChatClient.cs"/>
<Compile Include="ChatCompletion\ConfigureOptionsChatClientBuilderExtensions.cs"/>
<Compile Include="ChatCompletion\DistributedCachingChatClient.cs"/>
<Compile Include="ChatCompletion\DistributedCachingChatClientBuilderExtensions.cs"/>
<Compile Include="ChatCompletion\FunctionInvokingChatClient.cs"/>
<Compile Include="ChatCompletion\FunctionInvokingChatClientBuilderExtensions.cs"/>
<Compile Include="ChatCompletion\LoggingChatClient.cs"/>
<Compile Include="ChatCompletion\LoggingChatClientBuilderExtensions.cs"/>
<Compile Include="ChatCompletion\OpenTelemetryChatClient.cs"/>
<Compile Include="ChatCompletion\OpenTelemetryChatClientBuilderExtensions.cs"/>
<Compile Include="Embeddings\AnonymousDelegatingEmbeddingGenerator.cs"/>
<Compile Include="Embeddings\CachingEmbeddingGenerator.cs"/>
<Compile Include="Embeddings\ConfigureOptionsEmbeddingGenerator.cs"/>
<Compile Include="Embeddings\ConfigureOptionsEmbeddingGeneratorBuilderExtensions.cs"/>
<Compile Include="Embeddings\DistributedCachingEmbeddingGenerator.cs"/>
<Compile Include="Embeddings\DistributedCachingEmbeddingGeneratorBuilderExtensions.cs"/>
<Compile Include="Embeddings\EmbeddingGeneratorBuilder.cs"/>
<Compile Include="Embeddings\EmbeddingGeneratorBuilderEmbeddingGeneratorExtensions.cs"/>
<Compile Include="Embeddings\EmbeddingGeneratorBuilderServiceCollectionExtensions.cs"/>
<Compile Include="Embeddings\LoggingEmbeddingGenerator.cs"/>
<Compile Include="Embeddings\LoggingEmbeddingGeneratorBuilderExtensions.cs"/>
<Compile Include="Embeddings\OpenTelemetryEmbeddingGenerator.cs"/>
<Compile Include="Embeddings\OpenTelemetryEmbeddingGeneratorBuilderExtensions.cs"/>
<Compile Include="EmptyServiceProvider.cs"/>
<Compile Include="Functions\AIFunctionContext.cs"/>
<Compile Include="Functions\AIFunctionFactory.cs"/>
<Compile Include="Functions\AIFunctionFactory.Utilities.cs"/>
<Compile Include="Functions\AIFunctionFactoryOptions.cs"/>
<Compile Include="LoggingHelpers.cs"/>
<Compile Include="OpenTelemetryConsts.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.AI\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.Extensions.AI\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.AI\Debug\net462\Microsoft.Extensions.AI.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.Extensions.AI\Debug\net462\Microsoft.Extensions.AI.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\ref\f3c1fab403be475183c2413f2b60a79f\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\2e362e3e22e94d5ea723655c984a6c23\Microsoft.Extensions.AI.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\e8601f0286184af2a369657db74c6051\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\85af1232575d4cbea5e3ec1f6fa50958\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\6dc63e0848a7476c810fefffbdde9c31\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\19df8d14ed314060af6e74ad97eabf70\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\04b32629b4364480b7ee968494a34fac\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\05dfc96b0eaa40aabfb5d2f9f916d9ba\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\da453a8bb3ac4e34a3040ee9dd9be42a\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\c255ff214a3f4b2ab550af06db14015b\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa7e96a4cf2f4e849f9875a1400f2a66\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\4b2792b6d00b4a7b9841029a688ad04c\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\97eaa07f64fd42278aaecab90a76928b\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\7141e86840f14d9d80339b1a8ef172e0\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\e2b91deee61649e8b1256a3811db83a3\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\805945f327b047adb8f6389d9d8f82c3\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\cb56097fb2254a399d1794b048667fce\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\82f2aa9766d1415bb26b177ab15731ab\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc84029b11234266bc379616e5f03999\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\67040de58f2845c2853aec4726d6a392\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\a2cfb20b3ac94c31853c2658b0abb962\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\0a9c3a21c8354582b2c016df5f631529\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\3419c8c5f42347c9a138081632819d70\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc890e4ea34f463c8fd960f43c8beb88\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\b3cbc9a40647491cbd0ad34052fe604a\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\b7e9033d7cb340ba831f1657c9c0da4b\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\005f1668a7b942e9a3806c0ab160d243\System.Xml.Linq.dll"/>
</ItemGroup>
</Project>
|