C#: Re-generate stubs.

This commit is contained in:
Michael Nebel
2025-12-19 09:49:20 +01:00
parent 2d90cc87dc
commit 3f25065956
449 changed files with 7662 additions and 2117 deletions

View File

@@ -0,0 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.0.1/Microsoft.NETCore.Platforms.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Targets/1.0.1/Microsoft.NETCore.Targets.csproj" />
<ProjectReference Include="../../System.IO/4.1.0/System.IO.csproj" />
<ProjectReference Include="../../System.IO.FileSystem.Primitives/4.0.1/System.IO.FileSystem.Primitives.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Runtime.Handles/4.0.1/System.Runtime.Handles.csproj" />
<ProjectReference Include="../../System.Text.Encoding/4.0.11/System.Text.Encoding.csproj" />
<ProjectReference Include="../../System.Threading.Tasks/4.0.11/System.Threading.Tasks.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>