Cosmos/source/Cosmos.VS.ProjectSystem/PropertyPages/PropPageEnvironment.cs
2017-04-11 13:17:59 -05:00

13 lines
No EOL
311 B
C#

using System.Runtime.InteropServices;
namespace Cosmos.VS.ProjectSystem.PropertyPages
{
[Guid(Guids.guidPropPageEnvironmentString)]
public partial class PropPageEnvironment : CustomPropertyPage
{
public PropPageEnvironment()
{
InitializeComponent();
}
}
}