Files
SpineViewer/SpineRuntimes/SpineRuntime38/SpineRuntime38.csproj
2025-03-04 14:50:52 +08:00

14 lines
416 B
XML

<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.99</Version>
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
</PropertyGroup>
</Project>