Cosmos/source2/Build/Cosmos.Build.Common/DebugProperties.cs
kudzu_cp f800fd9f4d
2012-06-24 01:32:54 +00:00

9 lines
187 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Build.Common {
public class DebugProperties : PropertiesBase {
}
}