1 Commits

+6
View File
@@ -22,4 +22,10 @@
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows')) and Exists('$(_DalamudDevHooksPath)Dalamud.dll') and !Exists('$(DalamudLibPath)Dalamud.dll')">
<DalamudLibPath>$(_DalamudDevHooksPath)</DalamudLibPath>
</PropertyGroup>
<!-- Exclude nested QuickTransfer folder (duplicates) and external (SimpleTweaks has different deps) -->
<ItemGroup>
<Compile Remove="QuickTransfer\**" />
<Compile Remove="external\**" />
</ItemGroup>
</Project>