mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-09 09:45:10 +00:00
KrangPluginAttribute moved into settings project
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace ICD.Common.Utils.Attributes
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Assembly)]
|
||||
public sealed class KrangPluginAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -70,7 +70,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Attributes\AbstractIcdAttribute.cs" />
|
||||
<Compile Include="Attributes\KrangPluginAttribute.cs" />
|
||||
<Compile Include="Attributes\Rpc\RpcAttribute.cs" />
|
||||
<Compile Include="EventArguments\BoolEventArgs.cs" />
|
||||
<Compile Include="EventArguments\CharEventArgs.cs" />
|
||||
|
||||
Reference in New Issue
Block a user