1 Star 1 Fork 1

swgotobed / sonarlint-visualstudio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Directory.Build.props 845 Bytes
一键复制 编辑 原始数据 按行查看 历史
duncanp-sonar 提交于 2020-02-18 11:28 . Tidy up signing targets (#1227)
<Project>
<!-- SonarLint connected mode settings i.e. ruleset and additional files.
Applies to every project in the repo, including those in the sonarqube-webclient submodule
and the utility projects under "build" directory. -->
<PropertyGroup>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory).sonarlint\sonarlint-visualstudioCsharp.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup Label="Common items">
<AdditionalFiles Include="$(MSBuildThisFileDirectory).sonarlint\SonarLint.xml">
<Link>Properties\SonarLint.xml</Link>
</AdditionalFiles>
</ItemGroup>
<PropertyGroup Condition=" $(SignArtifacts) == 'true' ">
<!-- Turn on strong-naming. -->
<SignAssembly>true</SignAssembly>
<DefineConstants>$(DefineConstants);SignAssembly</DefineConstants>
</PropertyGroup>
</Project>
C#
1
https://gitee.com/swgotobed/sonarlint-visualstudio.git
git@gitee.com:swgotobed/sonarlint-visualstudio.git
swgotobed
sonarlint-visualstudio
sonarlint-visualstudio
master

搜索帮助