diff --git a/AL_Common/AL_Common.csproj b/AL_Common/AL_Common.csproj index 9e12ab81e..91dba635d 100644 --- a/AL_Common/AL_Common.csproj +++ b/AL_Common/AL_Common.csproj @@ -41,8 +41,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/AngelLoader/post_build.bat b/AngelLoader/post_build.bat index 153eb6c6c..80cfcc195 100644 --- a/AngelLoader/post_build.bat +++ b/AngelLoader/post_build.bat @@ -44,19 +44,11 @@ if %PlatformName% == x86 ( rd /S /Q "%TargetDir%7z32" ) -if "%TargetFramework:~0,4%"=="net4" ( - del /F "%TargetDir%AngelLoader.dll" - del /F "%TargetDir%*.runtimeconfig.json" - del /F "%TargetDir%*.deps.json" - del /F "%TargetDir%System.Drawing.Primitives.dll" - del /F "%TargetDir%SpanExtensions.dll" -) else ( - del /F "%TargetDir%*.exe.config" - del /F "%TargetDir%System.Buffers.dll" - del /F "%TargetDir%System.Memory.dll" - del /F "%TargetDir%System.Numerics.Vectors.dll" - del /F "%TargetDir%System.Runtime.CompilerServices.Unsafe.dll" -) +del /F "%TargetDir%AngelLoader.dll" +del /F "%TargetDir%*.runtimeconfig.json" +del /F "%TargetDir%*.deps.json" +del /F "%TargetDir%System.Drawing.Primitives.dll" +del /F "%TargetDir%SpanExtensions.dll" del /F "%TargetDir%EasyHook32Svc.exe" del /F "%TargetDir%EasyHook64Svc.exe" diff --git a/FMScanner/FMScanner.csproj b/FMScanner/FMScanner.csproj index ddf6b1d15..13b1eddbe 100644 --- a/FMScanner/FMScanner.csproj +++ b/FMScanner/FMScanner.csproj @@ -90,8 +90,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/TestApps/FMInfoGen/FMInfoGen/FMInfoGen.csproj b/TestApps/FMInfoGen/FMInfoGen/FMInfoGen.csproj index ce5889792..bdd9c8e83 100644 --- a/TestApps/FMInfoGen/FMInfoGen/FMInfoGen.csproj +++ b/TestApps/FMInfoGen/FMInfoGen/FMInfoGen.csproj @@ -68,7 +68,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive