Click here to Skip to main content
15,893,161 members
Articles / Programming Languages / C#

DSL Tools

Rate me:
Please Sign up or sign in to vote.
4.73/5 (13 votes)
19 Jan 200711 min read 101.7K   655   74  
DSL Tools enables the construction of custom graphical designers and the generation of source code using domain-specific diagrammatic notations.
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Company.Smpl
{
	internal static partial class Constants
	{
		[global::System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
		public const string DesignerFileExtension = "smpl";
		[global::System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
		public const string ProductName = @"Smpl";
		[global::System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
		public const string CompanyName = @"Company";
		[global::System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
		public const string ProductVersion = "1.0.0.0";

		// Menu definitions
		public static readonly global::System.ComponentModel.Design.CommandID SmplDiagramMenu = new global::System.ComponentModel.Design.CommandID(new global::System.Guid(SmplCommandSetId), 0x10000);
		public static readonly global::System.ComponentModel.Design.CommandID SmplExplorerMenu = new global::System.ComponentModel.Design.CommandID(new global::System.Guid(SmplCommandSetId), 0x10001);

		// Command definitions
		public static readonly global::System.ComponentModel.Design.CommandID ViewSmplExplorerCommand = new global::System.ComponentModel.Design.CommandID(new global::System.Guid(SmplCommandSetId), 0x0001);
	
		// Package identifier
		public const string SmplPackageId = "ccf58081-a645-48df-9691-f45d4390eff0";
		
		// Editor factory identifier
		public const string SmplEditorFactoryId = "2e973080-87ab-49f4-9b2f-6b666c0f553d";
		
		// Model explorer tool window identifier
		public const string SmplModelExplorerToolWindowId = "a2a6583f-2b9f-4b04-85f5-d8e6bf104ee2";
	}
}
//
// Constants not generated from values in DesignerDefinition.dsl are defined below
//
namespace Company.Smpl
{
	internal static partial class Constants
	{
		// Menu identifier
		public const string SmplCommandSetId = "2bd5037c-6dad-4d42-8eeb-299231fbcfcc";
	}
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer SoftFluent
France France
Carl Anderson is a .NET consultant at SoftFluent. You can contact him at carl "dot" anderson "at" softfluent "dot" com.

Comments and Discussions