From 2945971ba9aab6ca0c1228c41d19c7dc64bfe512 Mon Sep 17 00:00:00 2001 From: Konstantinos Karakostas Date: Sun, 2 Oct 2022 17:08:42 +0300 Subject: [PATCH] build: memfs-dotnet: migrate to .NET SDK --- build/VStudio/installer/Product.wxs | 2 +- build/VStudio/testing/Directory.Build.props | 11 +++++ build/VStudio/testing/memfs-dotnet.csproj | 55 ++------------------- 3 files changed, 16 insertions(+), 52 deletions(-) create mode 100644 build/VStudio/testing/Directory.Build.props diff --git a/build/VStudio/installer/Product.wxs b/build/VStudio/installer/Product.wxs index 584bd7a5..9b581d96 100644 --- a/build/VStudio/installer/Product.wxs +++ b/build/VStudio/installer/Product.wxs @@ -373,7 +373,7 @@ - + diff --git a/build/VStudio/testing/Directory.Build.props b/build/VStudio/testing/Directory.Build.props new file mode 100644 index 00000000..f0128b25 --- /dev/null +++ b/build/VStudio/testing/Directory.Build.props @@ -0,0 +1,11 @@ + + + + + $(SolutionDir)build\$(Configuration)\$(MSBuildProjectName) + $(SolutionDir)build\$(MSBuildProjectName).build\ + $(BaseIntermediateOutputPath)$(Configuration)\ + + + + \ No newline at end of file diff --git a/build/VStudio/testing/memfs-dotnet.csproj b/build/VStudio/testing/memfs-dotnet.csproj index a198c347..857ce9f4 100644 --- a/build/VStudio/testing/memfs-dotnet.csproj +++ b/build/VStudio/testing/memfs-dotnet.csproj @@ -1,64 +1,17 @@ - - + - - Debug - AnyCPU - {4920E350-D496-4652-AE98-6C4208AEC1D8} Exe + net452 memfs-dotnet - Properties memfs memfs-dotnet-msil - v4.5.2 512 - true - - - AnyCPU - true - full - false - $(SolutionDir)build\$(Configuration)\ - $(SolutionDir)build\$(ProjectName).build\ - $(BaseIntermediateOutputPath)$(Configuration)\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - $(SolutionDir)build\$(Configuration)\ - $(SolutionDir)build\$(ProjectName).build\ - $(BaseIntermediateOutputPath)$(Configuration)\ - TRACE - prompt - 4 - + - - Program.cs - + - - - {94580219-cc8d-4fe5-a3be-437b0b3481e1} - winfsp.net - - - - \ No newline at end of file