From 29342264c04b0805ffba3c82f5f1db26334d6df4 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Thu, 16 Feb 2023 20:40:32 +0100 Subject: [PATCH] Tweaks for pdb files --- Pal.Client/DalamudPackager.targets | 7 ++++--- Pal.Client/Pal.Client.csproj | 4 ++-- Pal.Common/Pal.Common.csproj | 2 ++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Pal.Client/DalamudPackager.targets b/Pal.Client/DalamudPackager.targets index 2f4ce0f..27e6884 100644 --- a/Pal.Client/DalamudPackager.targets +++ b/Pal.Client/DalamudPackager.targets @@ -6,7 +6,7 @@ OutputPath="$(OutputPath)" AssemblyName="$(AssemblyName)" MakeZip="false" - VersionComponents="2"/> + VersionComponents="2"/> @@ -15,6 +15,7 @@ OutputPath="$(OutputPath)" AssemblyName="$(AssemblyName)" MakeZip="true" - VersionComponents="2"/> + VersionComponents="2" + Exclude="ECommons.pdb;ECommons.xml"/> - \ No newline at end of file + diff --git a/Pal.Client/Pal.Client.csproj b/Pal.Client/Pal.Client.csproj index 2edf178..4f876e5 100644 --- a/Pal.Client/Pal.Client.csproj +++ b/Pal.Client/Pal.Client.csproj @@ -16,12 +16,12 @@ false false true + portable + $(SolutionDir)=X:\ dist - none - false diff --git a/Pal.Common/Pal.Common.csproj b/Pal.Common/Pal.Common.csproj index 22d5a35..5166815 100644 --- a/Pal.Common/Pal.Common.csproj +++ b/Pal.Common/Pal.Common.csproj @@ -5,5 +5,7 @@ 11.0 enable enable + portable + $(SolutionDir)=X:\