Skip to content

Commit

Permalink
add ilvl, weight filter, fix shifts stats + ED, add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dschu012 committed Jun 21, 2024
1 parent b190efd commit 92bef1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions d2lootfilter.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<TargetName>BH</TargetName>
<TargetName>d2lootfilter</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>true</LinkIncremental>
<TargetName>BH</TargetName>
<TargetName>d2lootfilter</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down

0 comments on commit 92bef1c

Please sign in to comment.