1 Star 0 Fork 0

超哥/AvalonStudio.DebuggerLibs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Mono.Debugging.settings 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
Mikhail Filippov 提交于 2017-03-01 16:55 +08:00 . Add stub for dll sign
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- This optional import allows products that distribute the debugger libs to tweak settings that will affect its
build, without having to fork the project unnecessarily. The Mono.Debugging.overrides file is a plain
MSBuild file with additional properties, and can exist anywhere upwards from the current debugger-libs repo
clone path, making it very flexible even if the project is submoduled.
-->
<PropertyGroup>
<DebuggerLibsOverrides Condition="'$(DebuggerLibsOverrides)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), Mono.Debugging.overrides))\Mono.Debugging.overrides</DebuggerLibsOverrides>
</PropertyGroup>
<Import Project="$(DebuggerLibsOverrides)" Condition="Exists('$(DebuggerLibsOverrides)')" />
<!-- This is an example of a custom override file -->
<!--
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AssemblyName>$(AssemblyName.Replace('Mono', 'MyCompany'))</AssemblyName>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)MyCompany.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
</Project>
-->
<!-- Uncomment this for sign debugger dll's -->
<!--
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\Mono.Debugging\mono.debugging.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
-->
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yhc2020/AvalonStudio.DebuggerLibs.git
git@gitee.com:yhc2020/AvalonStudio.DebuggerLibs.git
yhc2020
AvalonStudio.DebuggerLibs
AvalonStudio.DebuggerLibs
avalon-studio

搜索帮助