Fix PluginManagement plugin for multiple action keyword

1. Fixup, part of #352
2. Windows.Form -> WPF
3. Refactoring
This commit is contained in:
bao-qian
2015-11-06 01:03:41 +00:00
parent 178710dabc
commit 00543bca17
2 changed files with 84 additions and 109 deletions

View File

@@ -38,9 +38,10 @@
<HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net35\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Presentation" />
</ItemGroup>
<ItemGroup>
<Compile Include="HttpRequest.cs" />
@@ -98,5 +99,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>