Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 2ff8044

Browse files
committed
Updated folder / namespace names.
DIsabled "prefer 32 bit"
1 parent ae1a9b1 commit 2ff8044

17 files changed

Lines changed: 15 additions & 11 deletions

RestoreCommandPrompt.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.28010.2003
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestoreCommandPrompt", "RestoreCmd\RestoreCommandPrompt.csproj", "{042FB027-164B-4009-9C42-98E0FFB2D05B}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestoreCommandPrompt", "RestoreCommandPrompt\RestoreCommandPrompt.csproj", "{042FB027-164B-4009-9C42-98E0FFB2D05B}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Application x:Class="RestoreCmd.App"
1+
<Application x:Class="RestoreCommandPrompt.App"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4-
xmlns:local="clr-namespace:RestoreCmd"
4+
xmlns:local="clr-namespace:RestoreCommandPrompt"
55
StartupUri="MainWindow.xaml">
66
<Application.Resources>
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Threading.Tasks;
77
using System.Windows;
88

9-
namespace RestoreCmd
9+
namespace RestoreCommandPrompt
1010
{
1111
/// <summary>
1212
/// Interaction logic for App.xaml
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Window x:Class="RestoreCmd.MainWindow"
1+
<Window x:Class="RestoreCommandPrompt.MainWindow"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
6-
xmlns:local="clr-namespace:RestoreCmd"
6+
xmlns:local="clr-namespace:RestoreCommandPrompt"
77
mc:Ignorable="d"
8-
Title="Windows 10 Restore Command Prompt" Height="135.957" Width="373.937" ResizeMode="NoResize">
8+
Title="Windows 10 Restore Command Prompt" Height="135.457" Width="371.437" ResizeMode="NoResize">
99
<Grid>
1010
<CheckBox x:Name="chkFolderStatus" Content="Folder Context Menu" HorizontalAlignment="Left" Margin="13,15,0,0" VerticalAlignment="Top" IsEnabled="False"/>
1111
<CheckBox x:Name="chkFolderBackStatus" Content="Folder Background Context Menu" HorizontalAlignment="Left" Margin="13,45,0,0" VerticalAlignment="Top" IsEnabled="False"/>
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
using System.Windows.Navigation;
1414
using System.Windows.Shapes;
1515

16-
namespace RestoreCmd
16+
namespace RestoreCommandPrompt
1717
{
1818
/// <summary>
1919
/// Interaction logic for MainWindow.xaml
@@ -57,6 +57,8 @@ void UpdateStatus()
5757
btnFolderBackDisable.IsEnabled = false;
5858
}
5959

60+
61+
6062
if (chkExplorerStatus.IsChecked.GetValueOrDefault())
6163
{
6264
btnExplorerEnable.IsEnabled = false;
@@ -106,5 +108,6 @@ private void btnExplorerDisable_Click(object sender, RoutedEventArgs e)
106108
RestoreTool.RestorePowershellRibbon();
107109
UpdateStatus();
108110
}
111+
109112
}
110113
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)