1 Star 0 Fork 0

is-DW/MessagePack-CSharp

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Directory.Build.targets 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
neuecc 提交于 2019-11-22 14:08 +08:00 .
<Project>
<!-- Sign everything that we pack up. -->
<PropertyGroup Condition=" '$(IsPackable)' == 'true' ">
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\opensource.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<!-- ignore compilation temp files and unity generated .meta files -->
<None Remove="**/bin/**;**/obj/**;**/*.meta" />
</ItemGroup>
<Import Project="..\Directory.Build.targets" Condition="Exists('..\Directory.Build.targets')" />
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/isDW/MessagePack-CSharp.git
git@gitee.com:isDW/MessagePack-CSharp.git
isDW
MessagePack-CSharp
MessagePack-CSharp
master

搜索帮助