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:
11
build/VStudio/testing/Directory.Build.props
Normal file
11
build/VStudio/testing/Directory.Build.props
Normal 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>
|
||||
Reference in New Issue
Block a user