Skip to content

Commit

Permalink
Added open folder button to solution context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Therena committed Dec 12, 2017
1 parent 5d37e7e commit 176f141
Show file tree
Hide file tree
Showing 14 changed files with 333 additions and 187 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,10 @@ on the official Visual Studio extension gallery.
**2017-08-20**

- [x] Fixed a issues while opening the outpath of a cleaned project

## 1.1.0.15

**2017-12-12**

- [x] Added open folder button to solution context menu
- [x] Updated the dependencies
33 changes: 18 additions & 15 deletions ConEmuIntegration/ConEmuIntegration.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props')" />
<Import Project="..\packages\Microsoft.VSSDK.BuildTools.15.5.100\build\Microsoft.VSSDK.BuildTools.props" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.15.5.100\build\Microsoft.VSSDK.BuildTools.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand Down Expand Up @@ -46,7 +46,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ConEmuIntegration</RootNamespace>
<AssemblyName>ConEmuIntegration</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
Expand Down Expand Up @@ -88,6 +88,7 @@
</Compile>
<Compile Include="SolutionExplorer\ExecuteInConEmu.cs" />
<Compile Include="SolutionExplorer\OpenConEmuHere.cs" />
<Compile Include="SolutionExplorer\OpenConEmuHereSolution.cs" />
<Compile Include="SolutionExplorer\OpenInConEmu.cs" />
<Compile Include="SolutionExplorer\OpenOutpathInConEmu.cs" />
<Compile Include="ToolWindow\ConEmuWindow.cs" />
Expand Down Expand Up @@ -147,26 +148,26 @@
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.CoreUtility, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.CoreUtility.15.0.26606\lib\net45\Microsoft.VisualStudio.CoreUtility.dll</HintPath>
<HintPath>..\packages\Microsoft.VisualStudio.CoreUtility.15.4.27004\lib\net45\Microsoft.VisualStudio.CoreUtility.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Imaging, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Imaging.15.0.26606\lib\net45\Microsoft.VisualStudio.Imaging.dll</HintPath>
<HintPath>..\packages\Microsoft.VisualStudio.Imaging.15.4.27004\lib\net45\Microsoft.VisualStudio.Imaging.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.VisualStudio.OLE.Interop.7.10.6070\lib\Microsoft.VisualStudio.OLE.Interop.dll</HintPath>
<HintPath>..\packages\Microsoft.VisualStudio.OLE.Interop.7.10.6071\lib\Microsoft.VisualStudio.OLE.Interop.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.14.0.14.3.25407\lib\Microsoft.VisualStudio.Shell.14.0.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Framework.15.0.26606\lib\net45\Microsoft.VisualStudio.Shell.Framework.dll</HintPath>
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Framework.15.4.27004\lib\net45\Microsoft.VisualStudio.Shell.Framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand Down Expand Up @@ -220,15 +221,17 @@
<HintPath>..\packages\Microsoft.VisualStudio.TextManager.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Threading, Version=15.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Threading.15.3.83\lib\net45\Microsoft.VisualStudio.Threading.dll</HintPath>
<Reference Include="Microsoft.VisualStudio.Threading, Version=15.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Threading.15.5.24\lib\net46\Microsoft.VisualStudio.Threading.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Utilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Utilities.15.0.26607\lib\net46\Microsoft.VisualStudio.Utilities.dll</HintPath>
<HintPath>..\packages\Microsoft.VisualStudio.Utilities.15.4.27004\lib\net46\Microsoft.VisualStudio.Utilities.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Validation, Version=15.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Validation.15.3.23\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
<HintPath>..\packages\Microsoft.VisualStudio.Validation.15.3.32\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down Expand Up @@ -294,16 +297,16 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="..\packages\ConEmu.Core.16.12.6.0\build\ConEmu.Core.Targets" Condition="Exists('..\packages\ConEmu.Core.16.12.6.0\build\ConEmu.Core.Targets')" />
<Import Project="..\packages\ConEmu.Core.17.8.7.0\Build\ConEmu.Core.Targets" Condition="Exists('..\packages\ConEmu.Core.17.8.7.0\Build\ConEmu.Core.Targets')" />
<Import Project="..\packages\ConEmu.Core.17.12.5\build\ConEmu.Core.Targets" Condition="Exists('..\packages\ConEmu.Core.17.12.5\build\ConEmu.Core.Targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\ConEmu.Core.17.8.7.0\Build\ConEmu.Core.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ConEmu.Core.17.8.7.0\Build\ConEmu.Core.Targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props'))" />
<Error Condition="!Exists('..\packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets'))" />
<Error Condition="!Exists('..\packages\ConEmu.Core.17.12.5\build\ConEmu.Core.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ConEmu.Core.17.12.5\build\ConEmu.Core.Targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.VSSDK.BuildTools.15.5.100\build\Microsoft.VSSDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VSSDK.BuildTools.15.5.100\build\Microsoft.VSSDK.BuildTools.props'))" />
<Error Condition="!Exists('..\packages\Microsoft.VSSDK.BuildTools.15.5.100\build\Microsoft.VSSDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VSSDK.BuildTools.15.5.100\build\Microsoft.VSSDK.BuildTools.targets'))" />
</Target>
<Import Project="..\packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets')" />
<Import Project="..\packages\Microsoft.VSSDK.BuildTools.15.5.100\build\Microsoft.VSSDK.BuildTools.targets" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.15.5.100\build\Microsoft.VSSDK.BuildTools.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
3 changes: 0 additions & 3 deletions ConEmuIntegration/ConEmuProduct/ProductEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@
using ConEmu.WinForms;
using ConEmuIntegration.Settings;
using ConEmuIntegration.ToolWindow;
using EnvDTE;
using EnvDTE80;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Interop;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Xml;

namespace ConEmuIntegration.ConEmuProduct
{
Expand Down
1 change: 1 addition & 0 deletions ConEmuIntegration/ConEmuWindowPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ protected override void Initialize()
ConEmuWindowCommand.Initialize(this);
base.Initialize();
SolutionExplorer.OpenConEmuHere.Initialize(this);
SolutionExplorer.OpenConEmuHereSolution.Initialize(this);
SolutionExplorer.ExecuteInConEmu.Initialize(this);
SolutionExplorer.OpenOutpathInConEmu.Initialize(this);
}
Expand Down
177 changes: 96 additions & 81 deletions ConEmuIntegration/ConEmuWindowPackage.vsct
Original file line number Diff line number Diff line change
@@ -1,97 +1,112 @@
<?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="stdidcmd.h" />
<Extern href="vsshlids.h" />

<Commands package="guidConEmuWindowPackage">
<Menus>
<Menu guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" priority="0x202" type="Menu">
<Strings>
<ButtonText>ConEmu</ButtonText>
<CommandName>ConEmu</CommandName>
</Strings>
</Menu>
</Menus>
<Commands package="guidConEmuWindowPackage">
<Menus>
<Menu guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" priority="0x202" type="Menu">
<Strings>
<ButtonText>ConEmu</ButtonText>
<CommandName>ConEmu</CommandName>
</Strings>
</Menu>
</Menus>

<Buttons>
<Button guid="guidConEmuWindowPackageCmdSet" id="ConEmuWindowCommandId" priority="0x0100" type="Button">
<Parent guid="guidSHLMainMenu" id="IDG_VS_WNDO_OTRWNDWS1" />
<Icon guid="guidImages" id="bmpConsole" />
<Strings>
<ButtonText>ConEmu Console</ButtonText>
</Strings>
</Button>
<Button guid="guidConEmuWindowPackageCmdSet1" id="cmdidOpenConEmuHere" priority="0x0101" type="Button">
<Parent guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" />
<Icon guid="guidImages" id="bmpConsole" />
<Strings>
<ButtonText>Open folder in ConEmu</ButtonText>
</Strings>
</Button>
<Button guid="guidConEmuWindowPackageCmdSet2" id="cmdidExecuteInConEmu" priority="0x0100" type="Button">
<Parent guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" />
<Icon guid="guidImages" id="bmpConsole" />
<Strings>
<ButtonText>Execute in ConEmu</ButtonText>
</Strings>
</Button>
<Button guid="guidConEmuWindowPackageCmdSet3" id="cmdidOpenOutpathInConEmu" priority="0x0102" type="Button">
<Parent guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" />
<Icon guid="guidImages" id="bmpConsole" />
<Strings>
<ButtonText>Open outpath in ConEmu</ButtonText>
</Strings>
</Button>
</Buttons>
<Buttons>
<Button guid="guidConEmuWindowPackageCmdSet" id="ConEmuWindowCommandId" priority="0x0100" type="Button">
<Parent guid="guidSHLMainMenu" id="IDG_VS_WNDO_OTRWNDWS1" />
<Icon guid="guidImages" id="bmpConsole" />
<Strings>
<ButtonText>ConEmu Console</ButtonText>
</Strings>
</Button>
<Button guid="guidConEmuWindowPackageCmdSet1" id="cmdidOpenConEmuHere" priority="0x0101" type="Button">
<Parent guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" />
<Icon guid="guidImages" id="bmpConsole" />
<Strings>
<ButtonText>Open folder in ConEmu</ButtonText>
</Strings>
</Button>
<Button guid="guidConEmuWindowPackageCmdSet4" id="OpenSolutionFolderId" priority="0x0100" type="Button">
<Parent guid="guidConEmuWindowPackageCmdSet4" id="OpenSolutionFolderMenuGroup" />
<Icon guid="guidImages" id="bmpConsole" />
<Strings>
<ButtonText>Open folder in ConEmu</ButtonText>
</Strings>
</Button>
<Button guid="guidConEmuWindowPackageCmdSet2" id="cmdidExecuteInConEmu" priority="0x0100" type="Button">
<Parent guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" />
<Icon guid="guidImages" id="bmpConsole" />
<Strings>
<ButtonText>Execute in ConEmu</ButtonText>
</Strings>
</Button>
<Button guid="guidConEmuWindowPackageCmdSet3" id="cmdidOpenOutpathInConEmu" priority="0x0102" type="Button">
<Parent guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" />
<Icon guid="guidImages" id="bmpConsole" />
<Strings>
<ButtonText>Open outpath in ConEmu</ButtonText>
</Strings>
</Button>
</Buttons>

<Bitmaps>
<Bitmap guid="guidImages" href="Resources\ConEmuWindowPackage.ico" usedList="bmpConsole" />
</Bitmaps>
<Bitmaps>
<Bitmap guid="guidImages" href="Resources\ConEmuWindowPackage.ico" usedList="bmpConsole" />
</Bitmaps>

<Groups>
<Group guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" priority="0x0300">
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_ITEMNODE"/>
</Group>
<Group guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" priority="0x0300">
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_PROJNODE"/>
</Group>
</Groups>
</Commands>
<Groups>
<Group guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" priority="0x0300">
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_ITEMNODE"/>
</Group>
<Group guid="guidSolutionExplorerCmdSet" id="ConEmuGroupSubMenu" priority="0x0300">
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_PROJNODE"/>
</Group>
<Group guid="guidConEmuWindowPackageCmdSet4" id="OpenSolutionFolderMenuGroup" priority="0x0600">
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_SOLNNODE" />
</Group>
</Groups>
</Commands>

<KeyBindings>
<KeyBinding guid="guidConEmuWindowPackageCmdSet" id="ConEmuWindowCommandId"
editor="guidVSStd97" key1="w" mod1="Control" key2="w" mod2="Control"/>
</KeyBindings>
<KeyBindings>
<KeyBinding guid="guidConEmuWindowPackageCmdSet" id="ConEmuWindowCommandId"
editor="guidVSStd97" key1="w" mod1="Control" key2="w" mod2="Control"/>
</KeyBindings>

<Symbols>
<GuidSymbol name="guidConEmuWindowPackage" value="{ff00f158-c7e9-46b0-a559-e1b3c8996343}" />
<Symbols>
<GuidSymbol name="guidConEmuWindowPackage" value="{ff00f158-c7e9-46b0-a559-e1b3c8996343}" />

<GuidSymbol name="guidSolutionExplorerCmdSet" value="{1DAB6CF5-60B7-480B-920A-B5AA8F1EA0CD}">
<IDSymbol value="1061" name="ConEmuGroupSubMenu" />
</GuidSymbol>
<GuidSymbol name="guidSolutionExplorerCmdSet" value="{1DAB6CF5-60B7-480B-920A-B5AA8F1EA0CD}">
<IDSymbol value="1061" name="ConEmuGroupSubMenu" />
</GuidSymbol>

<GuidSymbol name="guidConEmuWindowPackageCmdSet" value="{5df544d6-c00a-4471-936b-d5441108ccfd}">
<IDSymbol name="ConEmuWindowCommandId" value="0x0100" />
</GuidSymbol>
<GuidSymbol name="guidConEmuWindowPackageCmdSet" value="{5df544d6-c00a-4471-936b-d5441108ccfd}">
<IDSymbol name="ConEmuWindowCommandId" value="0x0100" />
</GuidSymbol>

<GuidSymbol name="guidImages" value="{51d24e77-218b-4bb4-8a7b-c77fb698b830}">
<IDSymbol name="bmpConsole" value="1" />
</GuidSymbol>
<GuidSymbol name="guidImages" value="{51d24e77-218b-4bb4-8a7b-c77fb698b830}">
<IDSymbol name="bmpConsole" value="1" />
</GuidSymbol>

<GuidSymbol value="{c75f2974-4759-448c-bf2a-c400d83fe990}" name="guidConEmuWindowPackageCmdSet1">
<IDSymbol value="1061" name="ConEmuGroupSub" />
<IDSymbol value="256" name="cmdidOpenConEmuHere" />
</GuidSymbol>
<GuidSymbol value="{c75f2974-4759-448c-bf2a-c400d83fe990}" name="guidConEmuWindowPackageCmdSet1">
<IDSymbol value="1061" name="ConEmuGroupSub" />
<IDSymbol value="256" name="cmdidOpenConEmuHere" />
</GuidSymbol>

<GuidSymbol value="{074e29bb-eb5c-4400-9ef0-f8abfbbe337b}" name="guidConEmuWindowPackageCmdSet2">
<IDSymbol value="1061" name="ConEmuGroupSub" />
<IDSymbol value="256" name="cmdidExecuteInConEmu" />
</GuidSymbol>
<GuidSymbol value="{074e29bb-eb5c-4400-9ef0-f8abfbbe337b}" name="guidConEmuWindowPackageCmdSet2">
<IDSymbol value="1061" name="ConEmuGroupSub" />
<IDSymbol value="256" name="cmdidExecuteInConEmu" />
</GuidSymbol>

<GuidSymbol value="{5f17d8c2-738d-4d1b-8f18-8458da05717d}" name="guidConEmuWindowPackageCmdSet3">
<IDSymbol value="1061" name="ConEmuGroupSub" />
<IDSymbol value="256" name="cmdidOpenOutpathInConEmu" />
</GuidSymbol>
</Symbols>
<GuidSymbol value="{5f17d8c2-738d-4d1b-8f18-8458da05717d}" name="guidConEmuWindowPackageCmdSet3">
<IDSymbol value="1061" name="ConEmuGroupSub" />
<IDSymbol value="256" name="cmdidOpenOutpathInConEmu" />
</GuidSymbol>

<GuidSymbol value="{4462A7A2-54DC-4D38-8F7E-B1725A2AA73B}" name="guidConEmuWindowPackageCmdSet4">
<IDSymbol name="OpenSolutionFolderMenuGroup" value="0x1020" />
<IDSymbol name="OpenSolutionFolderId" value="0x0100" />
</GuidSymbol>
</Symbols>
</CommandTable>
Loading

0 comments on commit 176f141

Please sign in to comment.