Creating a new SSGM plugin

From Tiberian Technologies Wiki
Jump to: navigation, search

How to get started with SSGM 4.0 and how to make a new SSGM plugin:

Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{5D7F434F-E16C-4BA8-963B-4936727CF12F}"
EndProject
	ProjectSection(ProjectDependencies) = postProject
		{2FEF1C76-9E4A-4921-B2D3-E536DA918810} = {2FEF1C76-9E4A-4921-B2D3-E536DA918810}
		{9B549C98-0BF4-4092-AE2A-AD7F780F8405} = {9B549C98-0BF4-4092-AE2A-AD7F780F8405}
	EndProjectSection
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Debug SSGM|Win32.ActiveCfg = Debug|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Debug SSGM|Win32.Build.0 = Debug|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Debug|Win32.ActiveCfg = Debug|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Debug|Win32.Build.0 = Debug|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Release SSGM|Win32.ActiveCfg = Release|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Release SSGM|Win32.Build.0 = Release|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Release|Win32.ActiveCfg = Release|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Release|Win32.Build.0 = Release|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Debug SSGM|Win32.ActiveCfg = Debug SSGM|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Debug SSGM|Win32.Build.0 = Debug SSGM|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Debug|Win32.ActiveCfg = Debug SSGM|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Debug|Win32.Build.0 = Debug SSGM|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Release SSGM|Win32.ActiveCfg = Release SSGM|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Release SSGM|Win32.Build.0 = Release SSGM|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Release|Win32.ActiveCfg = Release SSGM|Win32
		{5D7F434F-E16C-4BA8-963B-4936727CF12F}.Release|Win32.Build.0 = Release SSGM|Win32
<ProjectGuid>{5D7F434F-E16C-4BA8-963B-4936727CF12F}</ProjectGuid>
<ProjectGuid>{F92D70BB-3091-41A9-801C-884E239C1263}</ProjectGuid>

Some notes:

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox