1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-26 22:12:44 -06:00

build: dotnet: migrate to .NET SDK

This commit is contained in:
Konstantinos Karakostas
2022-09-25 20:47:25 +03:00
parent 9747af22e8
commit c178db127c
2 changed files with 41 additions and 54 deletions

View File

@@ -0,0 +1,7 @@
<Project>
<PropertyGroup>
<OutputPath>$(SolutionDir)build\$(Configuration)\$(MSBuildProjectName)</OutputPath>
<BaseIntermediateOutputPath>$(SolutionDir)build\$(MSBuildProjectName).build\</BaseIntermediateOutputPath>
<IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
</Project>