Skip to content

Commit

Permalink
Removed reference to 'Resources' for showItemPropertyRanges.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
nooperation committed Feb 18, 2024
1 parent d76913d commit 8f7b2b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugins/showItemPropertyRanges/showItemPropertyRanges.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
<PostBuildEvent>
<Command>xcopy /Y Resources $(SolutionDir)\Publish_$(Configuration)\
xcopy /Y $(TargetPath) $(SolutionDir)\Publish_$(Configuration)\
<Command>xcopy /Y $(TargetPath) $(SolutionDir)\Publish_$(Configuration)\
xcopy /Y $(TargetPath) "$(Diablo2Path)\plugin\"
xcopy /Y $(TargetDir)$(TargetName).pdb "$(Diablo2Path)\plugin\"</Command>
</PostBuildEvent>
Expand Down Expand Up @@ -111,8 +110,7 @@ xcopy /Y $(TargetDir)$(TargetName).pdb "$(Diablo2Path)\plugin\"</Command>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
<PostBuildEvent>
<Command>xcopy /Y Resources $(SolutionDir)\Publish_$(Configuration)\
xcopy /Y $(TargetPath) $(SolutionDir)\Publish_$(Configuration)\</Command>
<Command>xcopy /Y $(TargetPath) $(SolutionDir)\Publish_$(Configuration)\</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 8f7b2b9

Please sign in to comment.