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:\