添加v38运行时

This commit is contained in:
ww-rm
2025-02-26 14:25:06 +08:00
parent cda14d0b89
commit eed514e798
43 changed files with 12864 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>3.8.95</Version>
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
</PropertyGroup>
</Project>