Add options parsing and passing to plugins.

This commit is contained in:
2018-01-17 19:10:46 +00:00
parent fa1efee24a
commit 87c0f628eb
7 changed files with 211 additions and 13 deletions

View File

@@ -37,6 +37,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Options.cs" />
<Compile Include="PluginBase.cs" />
<Compile Include="ImageFormat.cs" />
<Compile Include="Statistics.cs" />