Skip to content

Commit 75f4cdf

Browse files
authored
Remove Update Margins. (#73)
1 parent 61d111f commit 75f4cdf

File tree

7 files changed

+124
-247
lines changed

7 files changed

+124
-247
lines changed

PowerShellTools.2022/PowerShellTools.15.0.imagemanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ImageManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/VisualStudio/ImageManifestSchema/2014">
33
<Symbols>
44
<!--;v1.2.3.4;32cd18849a3a99f8-->
5-
<String Name="Resources" Value="/PowerShellTools.2022.2024.3.0;component/Resources" />
5+
<String Name="Resources" Value="/PowerShellTools.2022.2024.7.0;component/Resources" />
66
<Guid Name="ProjectGuid" Value="{072A9D46-0C24-4CFA-990A-25D7E12271F5}" />
77
<ID Name="ProjectIcon" Value="1" />
88
<ID Name="ScriptIcon" Value="2" />

PowerShellTools.Shared/PowerShellTools.Shared.projitems

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -654,10 +654,6 @@
654654
<DependentUpon>VariablesControl.xaml</DependentUpon>
655655
</Compile>
656656
<Compile Include="$(MSBuildThisFileDirectory)UiContextUtilities.cs" />
657-
<Compile Include="$(MSBuildThisFileDirectory)UpdateMargin.cs" />
658-
<Compile Include="$(MSBuildThisFileDirectory)UpdateMarginControl.xaml.cs">
659-
<DependentUpon>UpdateMarginControl.xaml</DependentUpon>
660-
</Compile>
661657
<Compile Include="$(MSBuildThisFileDirectory)VisualStudio.cs" />
662658
<Compile Include="$(MSBuildThisFileDirectory)VsShellDialogWindow.cs" />
663659
<Compile Include="$(MSBuildThisFileDirectory)Workspace\PowerShellFileIconProvider.cs" />
@@ -745,10 +741,6 @@
745741
<SubType>Designer</SubType>
746742
<Generator>MSBuild:Compile</Generator>
747743
</Page>
748-
<Page Include="$(MSBuildThisFileDirectory)UpdateMarginControl.xaml">
749-
<SubType>Designer</SubType>
750-
<Generator>MSBuild:Compile</Generator>
751-
</Page>
752744
</ItemGroup>
753745
<ItemGroup>
754746
<EmbeddedResource Include="$(MSBuildThisFileDirectory)CredentialUI\Resources.resx">

PowerShellTools.Shared/UpdateMargin.cs

Lines changed: 0 additions & 70 deletions
This file was deleted.

PowerShellTools.Shared/UpdateMarginControl.xaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

PowerShellTools.Shared/UpdateMarginControl.xaml.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

PowerShellToolsPro.Cmdlets/PowerShellProTools.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ModuleVersion = '2024.7.0'
1818
# CompatiblePSEditions = @()
1919

2020
# ID used to uniquely identify this module
21-
GUID = '4b0c2845-3560-4dc6-b3d7-d56787a77d07'
21+
GUID = '67c5dc55-fa45-4f33-856f-fbab0a85e9eb'
2222

2323
# Author of this module
2424
Author = 'Ironman Software, LLC'

0 commit comments

Comments
 (0)