Exclude nested QuickTransfer and external folders from build to fix duplicate definition errors
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user