|
233 | 233 | <Compile Include="Converters\TimestampToStringConverter.cs" /> |
234 | 234 | <Compile Include="Converters\NullableDateTimeToStringConverter.cs" /> |
235 | 235 | <Compile Include="Converters\ValidateNetworkInterfaceProfileConverter.cs" /> |
236 | | - <Compile Include="Converters\ValidateSubnetCalculatorIPv4SplitterConverter.cs" /> |
| 236 | + <Compile Include="Converters\ValidateSubnetCalculatorSupernettingConverter.cs" /> |
| 237 | + <Compile Include="Converters\ValidateSubnetCalculatorSubnettingConverter.cs" /> |
237 | 238 | <Compile Include="Models\Documentation\CommunityManager.cs" /> |
238 | 239 | <Compile Include="Models\Documentation\ResourceInfo.cs" /> |
239 | 240 | <Compile Include="Models\Documentation\ResourceManager.cs" /> |
|
280 | 281 | <Compile Include="Models\Settings\RemoteDesktopSessionInfo.cs" /> |
281 | 282 | <Compile Include="Models\Update\UpdateAvailableArgs.cs" /> |
282 | 283 | <Compile Include="Models\Update\Updater.cs" /> |
| 284 | + <Compile Include="Validators\IPv4IPv6SubnetmaskOrCIDRValidator.cs" /> |
283 | 285 | <Compile Include="Validators\NoSpacesValidator.cs" /> |
284 | 286 | <Compile Include="Validators\BaudValidator.cs" /> |
285 | 287 | <Compile Include="Validators\PrivacyAESValidator.cs" /> |
|
288 | 290 | <Compile Include="Validators\MultipleIPAddressesValidator.cs" /> |
289 | 291 | <Compile Include="Validators\MultipleHostsValidator.cs" /> |
290 | 292 | <Compile Include="Validators\HttpAndHttpsUriValidator.cs" /> |
291 | | - <Compile Include="Validators\SubnetCalculatorSubnetValidator.cs" /> |
| 293 | + <Compile Include="Validators\IPv4IPv6SubnetValidator.cs" /> |
292 | 294 | <Compile Include="ViewModels\ListenersViewModel.cs" /> |
293 | 295 | <Compile Include="ViewModels\ConnectionsViewModel.cs" /> |
294 | 296 | <Compile Include="ViewModels\SubnetCalculatorHostViewModel.cs" /> |
|
298 | 300 | <Compile Include="ViewModels\DNSLookupHostViewModel.cs" /> |
299 | 301 | <Compile Include="ViewModels\HTTPHeadersHostViewModel.cs" /> |
300 | 302 | <Compile Include="ViewModels\SNMPHostViewModel.cs" /> |
| 303 | + <Compile Include="ViewModels\SubnetCalculatorSupernettingViewModel.cs" /> |
301 | 304 | <Compile Include="ViewModels\TracerouteProfileViewModel.cs" /> |
302 | 305 | <Compile Include="ViewModels\TracerouteHostViewModel.cs" /> |
303 | 306 | <Compile Include="ViewModels\PuTTYHostViewModel.cs" /> |
|
333 | 336 | <Compile Include="Models\Settings\PortScannerProfileManager.cs" /> |
334 | 337 | <Compile Include="Validators\IPAddressValidator.cs" /> |
335 | 338 | <Compile Include="Validators\EmptyOrIPv4AddressValidator.cs" /> |
336 | | - <Compile Include="Validators\SubnetValidator.cs" /> |
| 339 | + <Compile Include="Validators\IPv4SubnetValidator.cs" /> |
337 | 340 | <Compile Include="Validators\OpacityTextboxValidator.cs" /> |
338 | 341 | <Compile Include="ViewModels\DNSLookupViewModel.cs" /> |
339 | | - <Compile Include="ViewModels\SubnetCalculatorIPv4SplitterViewModel.cs" /> |
| 342 | + <Compile Include="ViewModels\SubnetCalculatorSubnettingViewModel.cs" /> |
340 | 343 | <Compile Include="ViewModels\LookupOUILookupViewModel.cs" /> |
341 | 344 | <Compile Include="ViewModels\RemoteDesktopHostViewModel.cs" /> |
342 | 345 | <Compile Include="ViewModels\CommandLineHelpViewModel.cs" /> |
|
372 | 375 | <Compile Include="Views\SNMPHostView.xaml.cs"> |
373 | 376 | <DependentUpon>SNMPHostView.xaml</DependentUpon> |
374 | 377 | </Compile> |
| 378 | + <Compile Include="Views\SubnetCalculatorSupernettingView.xaml.cs"> |
| 379 | + <DependentUpon>SubnetCalculatorSupernettingView.xaml</DependentUpon> |
| 380 | + </Compile> |
375 | 381 | <Compile Include="Views\TracerouteProfileDialog.xaml.cs"> |
376 | 382 | <DependentUpon>TracerouteProfileDialog.xaml</DependentUpon> |
377 | 383 | </Compile> |
|
399 | 405 | <Compile Include="Views\ARPTableView.xaml.cs"> |
400 | 406 | <DependentUpon>ARPTableView.xaml</DependentUpon> |
401 | 407 | </Compile> |
402 | | - <Compile Include="Views\SubnetCalculatorIPv4SplitterView.xaml.cs"> |
403 | | - <DependentUpon>SubnetCalculatorIPv4SplitterView.xaml</DependentUpon> |
| 408 | + <Compile Include="Views\SubnetCalculatorSubnettingView.xaml.cs"> |
| 409 | + <DependentUpon>SubnetCalculatorSubnettingView.xaml</DependentUpon> |
404 | 410 | </Compile> |
405 | 411 | <Compile Include="Views\SubnetCalculatorHostView.xaml.cs"> |
406 | 412 | <DependentUpon>SubnetCalculatorHostView.xaml</DependentUpon> |
|
650 | 656 | <Generator>MSBuild:Compile</Generator> |
651 | 657 | <SubType>Designer</SubType> |
652 | 658 | </Page> |
| 659 | + <Page Include="Views\SubnetCalculatorSupernettingView.xaml"> |
| 660 | + <Generator>MSBuild:Compile</Generator> |
| 661 | + <SubType>Designer</SubType> |
| 662 | + </Page> |
653 | 663 | <Page Include="Views\TracerouteProfileDialog.xaml"> |
654 | 664 | <Generator>MSBuild:Compile</Generator> |
655 | 665 | <SubType>Designer</SubType> |
|
686 | 696 | <Generator>MSBuild:Compile</Generator> |
687 | 697 | <SubType>Designer</SubType> |
688 | 698 | </Page> |
689 | | - <Page Include="Views\SubnetCalculatorIPv4SplitterView.xaml"> |
| 699 | + <Page Include="Views\SubnetCalculatorSubnettingView.xaml"> |
690 | 700 | <Generator>MSBuild:Compile</Generator> |
691 | 701 | <SubType>Designer</SubType> |
692 | 702 | </Page> |
|
1086 | 1096 | </Compile> |
1087 | 1097 | <Compile Include="Validators\SettingsFolderExistsValidator.cs" /> |
1088 | 1098 | <Compile Include="Validators\SubnetmaskValidator.cs" /> |
1089 | | - <Compile Include="Validators\SubnetmaskOrCIDRValidator.cs" /> |
| 1099 | + <Compile Include="Validators\IPv4SubnetmaskOrCIDRValidator.cs" /> |
1090 | 1100 | <Compile Include="Validators\IPv4AddressValidator.cs" /> |
1091 | 1101 | <Compile Include="Validators\EmptyValidator.cs" /> |
1092 | 1102 | <Compile Include="Validators\PortValidator.cs" /> |
|
0 commit comments