Refactoring Plugin Loader [WIP].

This commit is contained in:
qianlifeng
2014-07-06 22:57:11 +08:00
parent 659ff866e1
commit 55c27516b2
11 changed files with 266 additions and 397 deletions

View File

@@ -142,13 +142,12 @@
<Compile Include="Msg.xaml.cs">
<DependentUpon>Msg.xaml</DependentUpon>
</Compile>
<Compile Include="PluginLoader\PluginConfigLoader.cs" />
<Compile Include="PluginLoader\CSharpPluginConfigLoader.cs" />
<Compile Include="PluginLoader\BasePluginLoader.cs" />
<Compile Include="PluginLoader\CSharpPluginLoader.cs" />
<Compile Include="PluginLoader\ExecutablePluginLoader.cs" />
<Compile Include="PluginLoader\ExecutablePluginWrapper.cs" />
<Compile Include="PluginLoader\BasePluginWrapper.cs" />
<Compile Include="RPC\JsonPRCModel.cs" />
<Compile Include="PluginLoader\Plugins.cs" />
<Compile Include="PluginLoader\PythonPluginLoader.cs" />
<Compile Include="PluginLoader\PythonPluginWrapper.cs" />
<Compile Include="Properties\Annotations.cs" />
<Compile Include="ResultPanel.xaml.cs">