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

9 lines
239 B
XML

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