Merge branch 'next' into next-syntax-highlighting

This commit is contained in:
niel-archer 2012-02-25 05:56:53 +00:00
commit 80f8432359
6 changed files with 981 additions and 982 deletions

Binary file not shown.

View file

@ -46,7 +46,7 @@ namespace LSLEditor
LSLEditor.Docking.TabGradient tabGradient7 = new LSLEditor.Docking.TabGradient();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LSLEditorForm));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@ -79,7 +79,7 @@ namespace LSLEditor
this.recentProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator21 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
@ -102,25 +102,25 @@ namespace LSLEditor
this.formatSelectedTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.commentInToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.uncommentingSelectedTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.viewlStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.solutionExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.outlineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.projectStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addNewObjecttoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addNewFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buildToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.debugStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator23 = new System.Windows.Forms.ToolStripSeparator();
this.syntaxCheckerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.toolsStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.windowStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.browserInWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.WikiSepBrowserstoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
this.closeActiveWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpKeywordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
@ -129,6 +129,7 @@ namespace LSLEditor
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.makeBugReporttoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.releaseNotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
@ -140,7 +141,6 @@ namespace LSLEditor
this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.dockPanel = new LSLEditor.Docking.DockPanel();
this.releaseNotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
@ -149,23 +149,23 @@ namespace LSLEditor
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.editToolStripMenuItem,
this.toolStripMenuItem2,
this.projectToolStripMenuItem,
this.buildToolStripMenuItem,
this.toolStripMenuItem3,
this.viewToolStripMenuItem,
this.helpToolStripMenuItem});
this.fileStripMenuItem,
this.editStripMenuItem,
this.viewlStripMenuItem,
this.projectStripMenuItem,
this.debugStripMenuItem,
this.toolsStripMenuItem,
this.windowStripMenuItem,
this.helpStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(742, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
// fileStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem,
this.toolStripSeparator5,
@ -190,10 +190,10 @@ namespace LSLEditor
this.recentProjectToolStripMenuItem,
this.toolStripSeparator21,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "File";
this.fileToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
this.fileStripMenuItem.Name = "fileStripMenuItem";
this.fileStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileStripMenuItem.Text = "File";
this.fileStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
//
// newToolStripMenuItem
//
@ -428,9 +428,9 @@ namespace LSLEditor
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// editToolStripMenuItem
// editStripMenuItem
//
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.editStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.undoToolStripMenuItem,
this.redoToolStripMenuItem,
this.toolStripSeparator6,
@ -446,9 +446,9 @@ namespace LSLEditor
this.toolStripMenuItem1,
this.toolStripSeparator14,
this.advancedToolStripMenuItem});
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
this.editToolStripMenuItem.Text = "Edit";
this.editStripMenuItem.Name = "editStripMenuItem";
this.editStripMenuItem.Size = new System.Drawing.Size(39, 20);
this.editStripMenuItem.Text = "Edit";
//
// undoToolStripMenuItem
//
@ -629,14 +629,14 @@ namespace LSLEditor
this.uncommentingSelectedTextToolStripMenuItem.Text = "Uncommenting selected text";
this.uncommentingSelectedTextToolStripMenuItem.Click += new System.EventHandler(this.uncommentingSelectedTextToolStripMenuItem_Click);
//
// toolStripMenuItem2
// viewlStripMenuItem
//
this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.viewlStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.solutionExplorerToolStripMenuItem,
this.outlineToolStripMenuItem});
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(44, 20);
this.toolStripMenuItem2.Text = "View";
this.viewlStripMenuItem.Name = "viewlStripMenuItem";
this.viewlStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.viewlStripMenuItem.Text = "View";
//
// solutionExplorerToolStripMenuItem
//
@ -653,14 +653,14 @@ namespace LSLEditor
this.outlineToolStripMenuItem.Text = "Outline (Alpha)";
this.outlineToolStripMenuItem.CheckedChanged += new System.EventHandler(this.outlineToolStripMenuItem_CheckedChanged);
//
// projectToolStripMenuItem
// projectStripMenuItem
//
this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.projectStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addNewObjecttoolStripMenuItem,
this.addNewFileToolStripMenuItem});
this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
this.projectToolStripMenuItem.Text = "Project";
this.projectStripMenuItem.Name = "projectStripMenuItem";
this.projectStripMenuItem.Size = new System.Drawing.Size(56, 20);
this.projectStripMenuItem.Text = "Project";
//
// addNewObjecttoolStripMenuItem
//
@ -679,16 +679,16 @@ namespace LSLEditor
this.addNewFileToolStripMenuItem.Size = new System.Drawing.Size(235, 22);
this.addNewFileToolStripMenuItem.Text = "Add New Item";
//
// buildToolStripMenuItem
// debugStripMenuItem
//
this.buildToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.debugStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.startToolStripMenuItem,
this.stopToolStripMenuItem,
this.toolStripSeparator23,
this.syntaxCheckerToolStripMenuItem});
this.buildToolStripMenuItem.Name = "buildToolStripMenuItem";
this.buildToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
this.buildToolStripMenuItem.Text = "Debug";
this.debugStripMenuItem.Name = "debugStripMenuItem";
this.debugStripMenuItem.Size = new System.Drawing.Size(54, 20);
this.debugStripMenuItem.Text = "Debug";
//
// startToolStripMenuItem
//
@ -722,13 +722,13 @@ namespace LSLEditor
this.syntaxCheckerToolStripMenuItem.Text = "Syntax Checker";
this.syntaxCheckerToolStripMenuItem.Click += new System.EventHandler(this.syntaxCheckerToolStripMenuItem_Click);
//
// toolStripMenuItem3
// toolsStripMenuItem
//
this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolsStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.optionsToolStripMenuItem});
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(48, 20);
this.toolStripMenuItem3.Text = "Tools";
this.toolsStripMenuItem.Name = "toolsStripMenuItem";
this.toolsStripMenuItem.Size = new System.Drawing.Size(48, 20);
this.toolsStripMenuItem.Text = "Tools";
//
// optionsToolStripMenuItem
//
@ -737,16 +737,16 @@ namespace LSLEditor
this.optionsToolStripMenuItem.Text = "Options...";
this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
//
// viewToolStripMenuItem
// windowStripMenuItem
//
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.windowStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.browserInWindowToolStripMenuItem,
this.WikiSepBrowserstoolStripMenuItem,
this.toolStripSeparator16,
this.closeActiveWindowToolStripMenuItem});
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
this.viewToolStripMenuItem.Text = "Window";
this.windowStripMenuItem.Name = "windowStripMenuItem";
this.windowStripMenuItem.Size = new System.Drawing.Size(63, 20);
this.windowStripMenuItem.Text = "Window";
//
// browserInWindowToolStripMenuItem
//
@ -775,9 +775,9 @@ namespace LSLEditor
this.closeActiveWindowToolStripMenuItem.Text = "Close active window";
this.closeActiveWindowToolStripMenuItem.Click += new System.EventHandler(this.closeActiveWindowToolStripMenuItem_Click);
//
// helpToolStripMenuItem
// helpStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.helpStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.indexToolStripMenuItem,
this.helpKeywordToolStripMenuItem,
this.toolStripMenuItem9,
@ -788,9 +788,9 @@ namespace LSLEditor
this.toolStripSeparator12,
this.releaseNotesToolStripMenuItem,
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.helpToolStripMenuItem.Text = "Help";
this.helpStripMenuItem.Name = "helpStripMenuItem";
this.helpStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.helpStripMenuItem.Text = "Help";
//
// indexToolStripMenuItem
//
@ -844,6 +844,13 @@ namespace LSLEditor
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(207, 6);
//
// releaseNotesToolStripMenuItem
//
this.releaseNotesToolStripMenuItem.Name = "releaseNotesToolStripMenuItem";
this.releaseNotesToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
this.releaseNotesToolStripMenuItem.Text = "Release Notes...";
this.releaseNotesToolStripMenuItem.Click += new System.EventHandler(this.releaseNotesToolStripMenuItem_Click);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
@ -942,13 +949,6 @@ namespace LSLEditor
this.dockPanel.Skin = dockPanelSkin1;
this.dockPanel.TabIndex = 10;
//
// releaseNotesToolStripMenuItem
//
this.releaseNotesToolStripMenuItem.Name = "releaseNotesToolStripMenuItem";
this.releaseNotesToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
this.releaseNotesToolStripMenuItem.Text = "Release Notes...";
this.releaseNotesToolStripMenuItem.Click += new System.EventHandler(this.releaseNotesToolStripMenuItem_Click);
//
// LSLEditorForm
//
this.AllowDrop = true;
@ -981,7 +981,7 @@ namespace LSLEditor
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
@ -995,10 +995,10 @@ namespace LSLEditor
private System.Windows.Forms.ToolStripMenuItem copyToClipboardToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem buildToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem editStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem projectStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem debugStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
@ -1033,7 +1033,7 @@ namespace LSLEditor
private System.Windows.Forms.ToolStripMenuItem uncommentingSelectedTextToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem findToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem replaceToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem viewlStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem solutionExplorerToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newProjectToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newFileToolStripMenuItem;
@ -1048,7 +1048,7 @@ namespace LSLEditor
private System.Windows.Forms.ToolStripMenuItem closeSolutiontoolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator20;
private System.Windows.Forms.ToolStripMenuItem addNewObjecttoolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem toolsStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem recentFileToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator21;
private System.Windows.Forms.ToolStripMenuItem printPreviewtoolStripMenuItem;
@ -1069,7 +1069,7 @@ namespace LSLEditor
private System.Windows.Forms.ToolTip toolTip1;
public System.Windows.Forms.ToolStripMenuItem outlineToolStripMenuItem;
private LSLEditor.Docking.DockPanel dockPanel;
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem windowStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem browserInWindowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem WikiSepBrowserstoolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator16;

View file

@ -496,8 +496,8 @@ namespace LSLEditor
private void InitPluginsList()
{
// erase old plugins
for (int intI = this.toolStripMenuItem3.DropDownItems.Count - 1; intI > 0; intI--)
this.toolStripMenuItem3.DropDownItems.RemoveAt(intI);
for (int intI = this.toolsStripMenuItem.DropDownItems.Count - 1; intI > 0; intI--)
this.toolsStripMenuItem.DropDownItems.RemoveAt(intI);
if (Properties.Settings.Default.Plugins == null)
return;
@ -510,7 +510,7 @@ namespace LSLEditor
tsmi = new ToolStripMenuItem(strPlugin, null, handler, Keys.F7);
else
tsmi = new ToolStripMenuItem(strPlugin, null, handler);
this.toolStripMenuItem3.DropDownItems.Add(tsmi);
this.toolsStripMenuItem.DropDownItems.Add(tsmi);
}
}
@ -1550,7 +1550,7 @@ namespace LSLEditor
if (tsmi == null)
return;
this.fileToolStripMenuItem.HideDropDown();
this.fileStripMenuItem.HideDropDown();
string strPath = tsmi.Tag.ToString();
OpenFile(strPath, Guid.NewGuid());
@ -1625,7 +1625,7 @@ namespace LSLEditor
if (tsmi == null)
return;
this.fileToolStripMenuItem.HideDropDown();
this.fileStripMenuItem.HideDropDown();
if (CloseAllOpenWindows())
{

View file

@ -1,4 +1,4 @@
// /**
// /**
// ********
// *
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
@ -49,12 +49,12 @@ using System.Runtime.CompilerServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: AssemblyTitle("LSL-Editor")]
[assembly: AssemblyTitle("LSL-Editor Community Edition")]
[assembly: AssemblyDescription("LSL-Editor for editing and compiling LSL scripts")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Van der Heijden Holding BV")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Alphons van der Heijden")]
[assembly: AssemblyCopyright("2006 - 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -69,7 +69,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.44.*")]
[assembly: AssemblyVersion("2.45.0.*")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@ -98,4 +98,4 @@ using System.Runtime.CompilerServices;
//
[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyName("")]
//[assembly: AssemblyKeyFile("..\\..\\Resource\\test.snk")]
[assembly: AssemblyKeyFile("..\\..\\Resource\\test.snk")]

Binary file not shown.

View file

@ -12,7 +12,7 @@
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>LSLEditor</AssemblyName>
<AssemblyOriginatorKeyFile>Resource\Test.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>testing.pfx</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
@ -245,6 +245,7 @@
<DependentUpon>llTextBoxForm.cs</DependentUpon>
</Compile>
<Compile Include="Plugins\Generic.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Solution\GuidProperty.cs">
<SubType>Form</SubType>
</Compile>
@ -316,9 +317,6 @@
</Compile>
<Compile Include="Plugins\LSLint.cs" />
<Compile Include="Plugins\Particles.cs" />
<Compile Include="Resource\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Browser.cs">
<SubType>Form</SubType>
</Compile>
@ -720,6 +718,8 @@
<Content Include="LSLEditor.rc" />
<EmbeddedResource Include="Resource\ToolsOptions.xml" />
<EmbeddedResource Include="Resource\thanks.gif" />
<None Include="Test.snk" />
<None Include="testing.pfx" />
<None Include="Web References\org.lsleditor.www\Service1.disco" />
<EmbeddedResource Include="Resource\About.htm" />
<EmbeddedResource Include="Resource\ReleaseNotes.htm">
@ -813,7 +813,6 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="Resource\Test.snk" />
<None Include="Web References\org.lsleditor.www\Reference.map">
<Generator>MSDiscoCodeGenerator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>