Skip to content

Commit

Permalink
Set as external plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualEvan committed Nov 23, 2018
1 parent 7a871eb commit da4593b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 43 deletions.
9 changes: 0 additions & 9 deletions updates/IInputPlugin.cs

This file was deleted.

9 changes: 0 additions & 9 deletions updates/PluginAttribute.cs

This file was deleted.

16 changes: 0 additions & 16 deletions updates/PluginDefinition.cs

This file was deleted.

2 changes: 1 addition & 1 deletion updates/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="12.0.1-beta1" targetFramework="net461" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
</packages>
16 changes: 8 additions & 8 deletions updates/updates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1-beta1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="plugin">
<HintPath>..\..\plugin\plugin\bin\Release\plugin.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -44,15 +47,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="IInputPlugin.cs" />
<Compile Include="IUpdates.cs" />
<Compile Include="PluginAttribute.cs" />
<Compile Include="PluginDefinition.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<COMReference Include="WUApiLib">
<Guid>{B596CC9F-56E5-419E-A622-E01BB457431E}</Guid>
Expand All @@ -64,5 +61,8 @@
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit da4593b

Please sign in to comment.