mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
11 lines
470 B
XML
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> |