1 Star 0 Fork 0

Hanksoft/MP-MediaInfo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Directory.Build.targets 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yaroslav V Tatarenko 提交于 2022-09-28 17:12 . Improve logging (#41)
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup Condition="!($(MSBuildProjectName.EndsWith(`.Tests`)))">
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
<ItemGroup>
<DocFile Include="bin\$(Configuration)\$(TargetFramework)\*.xml" />
</ItemGroup>
<Copy SourceFiles="@(DocFile)" DestinationFolder="$(PublishDir)" SkipUnchangedFiles="false" />
</Target>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/Hanksoft/MP-MediaInfo.git
[email protected]:Hanksoft/MP-MediaInfo.git
Hanksoft
MP-MediaInfo
MP-MediaInfo
master

搜索帮助