|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>Microsoft.Extensions.Hosting.Abstractions</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26210.111\tools\snk\AspNetCore.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="BackgroundService.cs"/>
<Compile Include="EnvironmentName.cs"/>
<Compile Include="Environments.cs"/>
<Compile Include="HostAbortedException.cs"/>
<Compile Include="HostBuilderContext.cs"/>
<Compile Include="HostDefaults.cs"/>
<Compile Include="HostEnvironmentEnvExtensions.cs"/>
<Compile Include="HostingAbstractionsHostBuilderExtensions.cs"/>
<Compile Include="HostingAbstractionsHostExtensions.cs"/>
<Compile Include="HostingEnvironmentExtensions.cs"/>
<Compile Include="IApplicationLifetime.cs"/>
<Compile Include="IHost.cs"/>
<Compile Include="IHostApplicationBuilder.cs"/>
<Compile Include="IHostApplicationLifetime.cs"/>
<Compile Include="IHostBuilder.cs"/>
<Compile Include="IHostedLifecycleService.cs"/>
<Compile Include="IHostedService.cs"/>
<Compile Include="IHostEnvironment.cs"/>
<Compile Include="IHostingEnvironment.cs"/>
<Compile Include="IHostLifetime.cs"/>
<Compile Include="ServiceCollectionHostedServiceExtensions.cs"/>
<Compile Include="..\..\Common\src\System\Obsoletions.cs" Link="src\libraries\Common\src\System\Obsoletions.cs"/>
<Compile Include="..\..\Common\src\System\SR.cs" Link="src\libraries\Common\src\System\SR.cs"/>
<Compile Include="..\..\Common\src\SkipLocalsInit.cs" Link="src\libraries\Common\src\SkipLocalsInit.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.Extensions.Hosting.Abstractions\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.Extensions.Hosting.Abstractions\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.Extensions.Hosting.Abstractions\Debug\net11.0\System.SR.cs" Link="artifacts\obj\Microsoft.Extensions.Hosting.Abstractions\Debug\net11.0\System.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.Extensions.Hosting.Abstractions\Debug\net11.0\Microsoft.Extensions.Hosting.Abstractions.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.Extensions.Hosting.Abstractions\Debug\net11.0\Microsoft.Extensions.Hosting.Abstractions.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\f2e60c6bfddf4a6893c491c95a018c24\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d9f7f67117454f00b9d576bf4b06b9ca\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b46ab1b76a14de08e2e333c61378c41\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16b7b2c857f64905aa99567b31d455f9\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b6013a77040d492caebc9067e39ddf31\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26241163e10d40f5bc59a004a8e07995\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51acc8d88e234c7d8d758863cd79b260\System.Runtime.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|