Cosmos/source/Cosmos.VS.ProjectSystem/ProjectSystem/Order.cs
2017-12-24 21:20:10 +00:00

7 lines
132 B
C#

namespace Cosmos.VS.ProjectSystem
{
internal static class Order
{
public const int OverrideManaged = 50;
}
}