Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ccae50150 |
@@ -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