Skip to content

Commit

Permalink
Forgotten post build event which is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Zereges committed Aug 8, 2019
1 parent 62d4a2f commit 0eb3c37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions id3-tags-cli.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
<SubSystem>Console</SubSystem>
</Link>
<PostBuildEvent>
<Command>xcopy /y "$(ProjectDir)lib\taglib\bin\win32\$(Configuration)\tag.dll" "$(OutDir)"</Command>
<Command>
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Expand Down Expand Up @@ -101,7 +102,8 @@
<SubSystem>Console</SubSystem>
</Link>
<PostBuildEvent>
<Command>xcopy /y "$(ProjectDir)lib\taglib\bin\win32\$(Configuration)\tag.dll" "$(OutDir)"</Command>
<Command>
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 0eb3c37

Please sign in to comment.