winfsp/build/VStudio/dotnet/Directory.Build.props
2022-11-19 20:57:50 +02:00

7 lines
355 B
XML

<Project>
<PropertyGroup>
<OutputPath>$(SolutionDir)build\$(Configuration)\$(MSBuildProjectName)</OutputPath>
<BaseIntermediateOutputPath>$(SolutionDir)build\$(MSBuildProjectName).build\</BaseIntermediateOutputPath>
<IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
</Project>