C#: Add runtime idenfitiers to project files.

This commit is contained in:
Calum Grant
2019-11-12 14:00:34 +00:00
committed by Calum Grant
parent abe7aeef7c
commit c3b88210aa
11 changed files with 11 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<RootNamespace>Semmle.Extraction</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<CodeAnalysisRuleSet>Semmle.Extraction.ruleset</CodeAnalysisRuleSet>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">