Cosmos/source/Cosmos.VS.ProjectSystem/PropPageEnvironment.cs
2017-03-19 09:29:46 -05:00

18 lines
450 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
namespace Cosmos.VS.ProjectSystem {
[Guid(Guids.guidPropPageEnvironmentString)]
public partial class PropPageEnvironment : CustomPropertyPage {
public PropPageEnvironment() {
InitializeComponent();
}
}
}