Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
ParadoxPackageCmdIdList.cs
Go to the documentation of this file.
1 // PkgCmdID.cs
2 // MUST match PkgCmdID.h
3 using System;
4 using System.ComponentModel.Design;
5 using Microsoft.VisualStudio.Shell;
6 
7 namespace SiliconStudio.Paradox.VisualStudio
8 {
10  {
11  public const uint cmdParadoxPlatformSelect = 0x100;
12  public const uint cmdParadoxView = 0x101;
13  public const uint cmdParadoxPlatformSelectList = 0x102;
14  public const uint cmdParadoxCleanIntermediateAssetsSolutionCommand = 0x103;
15  public const uint cmdParadoxCleanIntermediateAssetsProjectCommand = 0x104;
16  };
17 }