postbuildevent.proj
来自「SharpDevelop2.0.0 c#开发免费工具」· PROJ 代码 · 共 12 行
PROJ
12 行
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PrepareForRunDependsOn>$(PrepareForRunDependsOn);MyPostBuildTarget</PrepareForRunDependsOn>
</PropertyGroup>
<Target Name="MyPostBuildTarget">
<!-- Delete the UnitTesting.addin file that gets copied to the CodeCoverage AddIn output
folder due to an MSBuild bug. Otherwise the UnitTesting.addin file will be
loaded twice by SharpDevelop -->
<Delete Files="$(OutputPath)\UnitTesting.addin" ContinueOnError="True"/>
</Target>
</Project>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?