|
212 | 212 | <Compile Include="3rdParty\Heijden.DNS\Response.cs" /> |
213 | 213 | <Compile Include="3rdParty\Heijden.DNS\RR.cs" /> |
214 | 214 | <Compile Include="3rdParty\Heijden.DNS\Structs.cs" /> |
| 215 | + <Compile Include="Controls\DragablzPortScannerInterTabClient.cs" /> |
215 | 216 | <Compile Include="Controls\DragablzIPScannerInterTabClient.cs" /> |
| 217 | + <Compile Include="Controls\DragablzPortScannerTabHostWindow.xaml.cs"> |
| 218 | + <DependentUpon>DragablzPortScannerTabHostWindow.xaml</DependentUpon> |
| 219 | + </Compile> |
216 | 220 | <Compile Include="Controls\DragablzIPScannerTabHostWindow.xaml.cs"> |
217 | 221 | <DependentUpon>DragablzIPScannerTabHostWindow.xaml</DependentUpon> |
218 | 222 | </Compile> |
| 223 | + <Compile Include="Controls\DragablzPortScannerTabItem.cs" /> |
219 | 224 | <Compile Include="Controls\DragablzIPScannerTabItem.cs" /> |
220 | 225 | <Compile Include="Controls\DragablzTracerouteInterTabClient.cs" /> |
221 | 226 | <Compile Include="Controls\DragablzTracerouteTabHostWindow.xaml.cs"> |
|
286 | 291 | <Compile Include="Validators\MultipleHostsValidator.cs" /> |
287 | 292 | <Compile Include="Validators\HttpAndHttpsUriValidator.cs" /> |
288 | 293 | <Compile Include="Validators\SubnetCalculatorSubnetValidator.cs" /> |
| 294 | + <Compile Include="ViewModels\PortScannerHostViewModel.cs" /> |
289 | 295 | <Compile Include="ViewModels\IPScannerHostViewModel.cs" /> |
290 | 296 | <Compile Include="ViewModels\TracerouteProfileViewModel.cs" /> |
291 | 297 | <Compile Include="ViewModels\TracerouteHostViewModel.cs" /> |
|
340 | 346 | <DependentUpon>RemoteDesktopControl.xaml</DependentUpon> |
341 | 347 | </Compile> |
342 | 348 | <Compile Include="ViewModels\SettingsUpdateViewModel.cs" /> |
| 349 | + <Compile Include="Views\PortScannerHostView.xaml.cs"> |
| 350 | + <DependentUpon>PortScannerHostView.xaml</DependentUpon> |
| 351 | + </Compile> |
343 | 352 | <Compile Include="Views\IPScannerHostView.xaml.cs"> |
344 | 353 | <DependentUpon>IPScannerHostView.xaml</DependentUpon> |
345 | 354 | </Compile> |
|
459 | 468 | </Compile> |
460 | 469 | <Compile Include="WpfHelper\PasswordBoxBindingBehavior.cs" /> |
461 | 470 | <Compile Include="WpfHelper\ProtocolSettingsLayout.cs" /> |
| 471 | + <Page Include="Controls\DragablzPortScannerTabHostWindow.xaml"> |
| 472 | + <Generator>MSBuild:Compile</Generator> |
| 473 | + <SubType>Designer</SubType> |
| 474 | + </Page> |
462 | 475 | <Page Include="Controls\DragablzIPScannerTabHostWindow.xaml"> |
463 | 476 | <Generator>MSBuild:Compile</Generator> |
464 | 477 | <SubType>Designer</SubType> |
|
594 | 607 | <SubType>Designer</SubType> |
595 | 608 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
596 | 609 | </None> |
| 610 | + <Page Include="Views\PortScannerHostView.xaml"> |
| 611 | + <Generator>MSBuild:Compile</Generator> |
| 612 | + <SubType>Designer</SubType> |
| 613 | + </Page> |
597 | 614 | <Page Include="Views\IPScannerHostView.xaml"> |
598 | 615 | <Generator>MSBuild:Compile</Generator> |
599 | 616 | <SubType>Designer</SubType> |
|
0 commit comments