mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 12:45:01 +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>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Attributes\AbstractIcdAttribute.cs" />
|
<Compile Include="Attributes\AbstractIcdAttribute.cs" />
|
||||||
<Compile Include="Attributes\KrangPluginAttribute.cs" />
|
|
||||||
<Compile Include="Attributes\Rpc\RpcAttribute.cs" />
|
<Compile Include="Attributes\Rpc\RpcAttribute.cs" />
|
||||||
<Compile Include="EventArguments\BoolEventArgs.cs" />
|
<Compile Include="EventArguments\BoolEventArgs.cs" />
|
||||||
<Compile Include="EventArguments\CharEventArgs.cs" />
|
<Compile Include="EventArguments\CharEventArgs.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user