Skip to content

Commit

Permalink
Replace incorrect target name on Loot Tables plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverpechey committed Aug 20, 2023
1 parent fa8f50b commit 0fc04d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/loot_tables/Loot Tables.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Import Project="..\Plugin Common.props" />
</ImportGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetName>$safeprojectname$</TargetName>
<TargetName>loottables</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithDebug|Win32'">
<TargetName>loottables</TargetName>
Expand Down

0 comments on commit 0fc04d2

Please sign in to comment.