Skip to content

Commit 4716a15

Browse files
committed
Removed reference to post-build-event.cmd
1 parent d2f083b commit 4716a15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ICSharpCode.SharpZipLib.Tests/ICSharpCode.SharpZipLib.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@
142142
</ItemGroup>
143143
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144144
<PropertyGroup>
145-
<PostBuildEvent>$(SolutionDir)Build\post-build-event.cmd</PostBuildEvent>
145+
<PostBuildEvent>
146+
</PostBuildEvent>
146147
</PropertyGroup>
147148
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
148149
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)