1 Commits

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