Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyzer/analyzer.csproj')
-rw-r--r--src/analyzer/analyzer.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/analyzer/analyzer.csproj b/src/analyzer/analyzer.csproj
index 3166183ec..90eeaa7da 100644
--- a/src/analyzer/analyzer.csproj
+++ b/src/analyzer/analyzer.csproj
@@ -17,6 +17,10 @@
</PropertyGroup>
<ItemGroup>
+ <Compile Include="..\..\external\Mono.Options\*.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
<PackageReference Condition="'$(UseCecilPackage)' == 'true'" Include="Mono.Cecil" Version="$(MonoCecilVersion)" />
<ProjectReference Condition="'$(UseCecilPackage)' != 'true'" Include="../../external/cecil/Mono.Cecil.csproj" />
</ItemGroup>