Skip to content

Commit 65d144d

Browse files
committed
Update
1 parent c56b6f6 commit 65d144d

7 files changed

Lines changed: 4 additions & 7 deletions

File tree

Source/NETworkManager/Converters/IsDefaultProfilesLocationToBooleanConverter.cs renamed to Source/NETworkManager.Converters/IsDefaultProfilesLocationToBooleanConverter.cs

File renamed without changes.

Source/NETworkManager/Converters/IsProfilesLocationToBooleanConverter.cs renamed to Source/NETworkManager.Converters/IsProfilesLocationToBooleanConverter.cs

File renamed without changes.

Source/NETworkManager.Converters/NETworkManager.Converters.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
</ItemGroup>
4848
<ItemGroup>
4949
<Compile Include="AccentToBrushConverter.cs" />
50+
<Compile Include="IsDefaultProfilesLocationToBooleanConverter.cs" />
5051
<Compile Include="IsDefaultSettingsLocationToBooleanConverter.cs" />
52+
<Compile Include="IsProfilesLocationToBooleanConverter.cs" />
5153
<Compile Include="IsSettingsLocationToBooleanConverter.cs" />
5254
<Compile Include="SettingsViewGroupToTranslatedStringConverter.cs" />
5355
<Compile Include="SettingsViewNameToTranslatedStringConverter.cs" />

Source/NETworkManager.Validators/NETworkManager.Validators.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<Compile Include="PortRangeValidator.cs" />
7171
<Compile Include="PortValidator.cs" />
7272
<Compile Include="PrivacyAESValidator.cs" />
73+
<Compile Include="ProfileFileUniqueValidator.cs" />
7374
<Compile Include="Properties\AssemblyInfo.cs" />
7475
<Compile Include="SettingsFolderExistsValidator.cs" />
7576
<Compile Include="SubnetmaskValidator.cs" />

Source/NETworkManager/Validators/ProfileFileUniqueValidator.cs renamed to Source/NETworkManager.Validators/ProfileFileUniqueValidator.cs

File renamed without changes.

Source/NETworkManager/NETworkManager.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@
145145
<Compile Include="Controls\PuTTYControl.xaml.cs">
146146
<DependentUpon>PuTTYControl.xaml</DependentUpon>
147147
</Compile>
148-
<Compile Include="Converters\IsDefaultProfilesLocationToBooleanConverter.cs" />
149-
<Compile Include="Converters\IsProfilesLocationToBooleanConverter.cs" />
150148
<Compile Include="Models\PuTTY\PuTTY.cs" />
151149
<Compile Include="Models\PowerShell\PowerShell.cs" />
152150
<Compile Include="Models\WebConsole\WebConsole.cs" />
@@ -158,7 +156,6 @@
158156
<Compile Include="Models\EventSystem\EventSystemRedirectDataApplicationArgs.cs" />
159157
<Compile Include="Models\EventSystem\EventSystem.cs" />
160158
<Compile Include="Models\RemoteDesktop\RemoteDesktop.cs" />
161-
<Compile Include="Validators\ProfileFileUniqueValidator.cs" />
162159
<Compile Include="ViewModels\CustomCommandViewModel.cs" />
163160
<Compile Include="ViewModels\DiscoveryProtocolViewModel.cs" />
164161
<Compile Include="ViewModels\ProfileFileViewModel.cs" />
@@ -1068,9 +1065,7 @@
10681065
<Version>12.0.3</Version>
10691066
</PackageReference>
10701067
</ItemGroup>
1071-
<ItemGroup>
1072-
<Folder Include="Models\Settings\" />
1073-
</ItemGroup>
1068+
<ItemGroup />
10741069
<ItemGroup>
10751070
<ProjectReference Include="..\NETworkManager.Controls\NETworkManager.Controls.csproj">
10761071
<Project>{95ea884c-e498-4a47-a316-dc890bf7f0d2}</Project>

Source/NETworkManager/ViewModels/HTTPHeadersHostViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
using NETworkManager.Utilities;
1414
using NETworkManager.Profiles;
1515
using System.Windows.Threading;
16-
using NETworkManager.Settings;
1716
using NETworkManager.Models;
1817

1918
namespace NETworkManager.ViewModels

0 commit comments

Comments
 (0)