ds5678 2346035026 Remove unnecessary csproj properties
* IsTrimmable
* ImplicitUsings
* AppendTargetFrameworkToOutputPath
2025-09-17 09:44:05 -07:00

9 lines
266 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputPath>..\0Bins\Other\AssetRipper.Numerics\$(Configuration)\</OutputPath>
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.Numerics\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
</Project>