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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2017-11-02 15:24:42 +0300
committerLluis Sanchez <lluis@xamarin.com>2017-11-02 16:42:23 +0300
commit3147dc5c2a2a147e95745a87d1a9d927f4fbf08d (patch)
tree18bb05e190876412dd957f172f55a71a644a0130 /Mono.Addins/Mono.Addins.csproj
parent5d6bfc227b8e9feee162be05788f50e823cdba4f (diff)
Adds support for generating add-in data cache files
Added a new command and api that can be used to generate a file next to each add-in file that contains the result of the scan. The next time the add-in needs to be scanned, the scanner will load the data from the data file instead of scanning again the add-in.
Diffstat (limited to 'Mono.Addins/Mono.Addins.csproj')
-rw-r--r--Mono.Addins/Mono.Addins.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mono.Addins/Mono.Addins.csproj b/Mono.Addins/Mono.Addins.csproj
index b67af1a..bd381db 100644
--- a/Mono.Addins/Mono.Addins.csproj
+++ b/Mono.Addins/Mono.Addins.csproj
@@ -157,6 +157,7 @@
<Compile Include="Mono.Addins\AddinCategoryAttribute.cs" />
<Compile Include="Mono.Addins\AddinFlagsAttribute.cs" />
<Compile Include="Mono.Addins\AddinLocalizerAttribute.cs" />
+ <Compile Include="Mono.Addins.Database\ScanContext.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>