Cosmos/source/Cosmos.BuildEngine/Plugs/PlugAssemblyAttribute.cs
2009-06-14 16:22:37 +00:00

9 lines
No EOL
193 B
C#

using System;
namespace Cosmos.BuildEngine
{
[AttributeUsage(AttributeTargets.Assembly)]
public class PlugAssemblyAttribute : IgnoreWhenBuildingCosmosAttribute
{
}
}