1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-24 21:12:46 -06:00

build: memfs-dotnet: migrate to .NET SDK

This commit is contained in:
Konstantinos Karakostas
2022-10-02 17:08:42 +03:00
parent 0a39ef60bd
commit 2945971ba9
3 changed files with 16 additions and 52 deletions

View File

@@ -0,0 +1,11 @@
<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>