Browse Source

vslol: mark version 1.0.2.0.

undefined
Sam Hocevar 11 years ago
parent
commit
0c17fcb8cd
5 changed files with 17 additions and 17 deletions
  1. +2
    -2
      tools/vslol/Properties/AssemblyInfo.cs
  2. +1
    -1
      tools/vslol/VsLol.Designer.cs
  3. +1
    -1
      tools/vslol/VsLol.csproj
  4. +12
    -12
      tools/vslol/VsLol.vsct
  5. +1
    -1
      tools/vslol/source.extension.vsixmanifest

+ 2
- 2
tools/vslol/Properties/AssemblyInfo.cs View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("58968f91-edb8-4a4c-9f4f-ba39fdb4a21a")]

[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]

+ 1
- 1
tools/vslol/VsLol.Designer.cs View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.17626
// Runtime Version:4.0.30319.18213
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.


+ 1
- 1
tools/vslol/VsLol.csproj View File

@@ -22,7 +22,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.1.0</ApplicationVersion>
<ApplicationVersion>1.0.2.0</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>


+ 12
- 12
tools/vslol/VsLol.vsct View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<CommandTable xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<Extern href="stdidcmd.h" />
<Extern href="vsshlids.h"/>
<Extern href="msobtnid.h"/>
<Extern href="vsshlids.h" />
<!--<Extern href="msobtnid.h" xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable" />-->

<Commands package="guidVsLolPkg">
<Menus>
@@ -16,29 +16,29 @@

<Groups>
<Group guid="guidVsLolCmdSet" id="VsLolMenuGroup" priority="0x600">
<Parent guid="guidSHLMainMenu" id="IDM_VS_MENU_TOOLS"/>
<Parent guid="guidSHLMainMenu" id="IDM_VS_MENU_TOOLS" />
</Group>

<Group guid="guidVsLolCmdSet" id="VsLolMainToolbarGroup" priority="0x100">
<Parent guid="guidSHLMainMenu" id="IDM_VS_TOOL_STANDARD"/>
<Parent guid="guidSHLMainMenu" id="IDM_VS_TOOL_STANDARD" />
</Group>

<Group guid="guidVsLolCmdSet" id="VsLolToolbarGroup" priority="0x100">
<Parent guid="guidVsLolCmdSet" id="VsLolToolbar"/>
<Parent guid="guidVsLolCmdSet" id="VsLolToolbar" />
</Group>

<Group guid="guidVsLolCmdSet" id="VsLolEditorCtxGroup" priority="0x100">
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_PROJNODE"/>
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_PROJNODE" />
</Group>
<Group guid="guidVsLolCmdSet" id="VsLolEditorCtxGroup" priority="0x600">
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_CODEWIN"/>
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_CODEWIN" />
</Group>
</Groups>

<Buttons>
<Button guid="guidVsLolCmdSet" id="cmdidGenerateCompilers" priority="0x100" type="Button">
<Parent guid="guidVsLolCmdSet" id="VsLolMenuGroup"/>
<Icon guid="guidGearBmp" id="bmpGear"/>
<Parent guid="guidVsLolCmdSet" id="VsLolMenuGroup" />
<Icon guid="guidGearBmp" id="bmpGear" />
<CommandFlag>DynamicVisibility</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<Strings>
@@ -49,7 +49,7 @@
</Buttons>

<Bitmaps>
<Bitmap guid="guidGearBmp" href="gear.bmp" usedList="bmpGear"/>
<Bitmap guid="guidGearBmp" href="gear.bmp" usedList="bmpGear" />
</Bitmaps>
</Commands>

@@ -57,7 +57,7 @@
<CommandPlacements>
<!--Here we place two commands inside the empty menu group we created in the Groups section.-->
<CommandPlacement guid="guidVsLolCmdSet" id="cmdidGenerateCompilers" priority="0x100">
<Parent guid="guidVsLolCmdSet" id="VsLolEditorCtxGroup"/>
<Parent guid="guidVsLolCmdSet" id="VsLolEditorCtxGroup" />
</CommandPlacement>
</CommandPlacements>



+ 1
- 1
tools/vslol/source.extension.vsixmanifest View File

@@ -3,7 +3,7 @@
<Identifier Id="VsLol">
<Name>VsLol</Name>
<Author>Lol</Author>
<Version>1.0.1.0</Version>
<Version>1.0.2.0</Version>
<Description xml:space="preserve">Lol Engine Productivity Tools.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://lolengine.net/</MoreInfoUrl>


Loading…
Cancel
Save