mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-12 19:21:40 +00:00
13 lines
No EOL
311 B
C#
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();
|
|
}
|
|
}
|
|
} |