From 09bfcd8172eeb0e7e914d8cdc6df94fcc3d0c175 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Wed, 26 Jan 2022 05:42:06 -0800 Subject: [PATCH] make this work with line numbers --- Directory.Build.props | 8 ++++++++ QSB/QSB.csproj | 7 ------- QSBTests/QSBTests.csproj | 6 ------ 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 8c058ff8..a1d4105c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -28,4 +28,12 @@ + + true + portable + + + portable + + \ No newline at end of file diff --git a/QSB/QSB.csproj b/QSB/QSB.csproj index 2d9d08d9..8e37b9ef 100644 --- a/QSB/QSB.csproj +++ b/QSB/QSB.csproj @@ -7,13 +7,6 @@ {1F00090A-C697-4C55-B401-192F3CFB9DC2} $(OwmlDir)\Mods\QSB - - full - true - - - pdbonly - diff --git a/QSBTests/QSBTests.csproj b/QSBTests/QSBTests.csproj index a5de7792..26a3c263 100644 --- a/QSBTests/QSBTests.csproj +++ b/QSBTests/QSBTests.csproj @@ -10,12 +10,6 @@ UnitTest dotnet test QSBTests.dll - - full - - - pdbonly -