winfsp/build/VStudio/testing/Directory.Build.props
2022-11-19 21:01:44 +02:00

11 lines
470 B
XML

<Project>
<Choose>
<When Condition="$(MSBuildProjectName)=='memfs-dotnet'">
<PropertyGroup>
<OutputPath>$(SolutionDir)build\$(Configuration)\$(MSBuildProjectName)</OutputPath>
<BaseIntermediateOutputPath>$(SolutionDir)build\$(MSBuildProjectName).build\</BaseIntermediateOutputPath>
<IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
</When>
</Choose>
</Project>