|
196 | 196 | <Compile Include="AppBootstrapper.cs" /> |
197 | 197 | <Compile Include="Controllers\ImageController.cs" /> |
198 | 198 | <Compile Include="Controllers\TreeViewSelectionBehavior.cs" /> |
| 199 | + <Compile Include="Converters\AppTreeIconConverter.cs" /> |
| 200 | + <Compile Include="Enums\AppTreeEnum.cs" /> |
199 | 201 | <Compile Include="Globals.cs" /> |
| 202 | + <Compile Include="Interfaces\IAppTreeSubChild.cs" /> |
200 | 203 | <Compile Include="Interfaces\IChildElement.cs" /> |
201 | 204 | <Compile Include="Interfaces\IParentElement.cs" /> |
202 | 205 | <Compile Include="Models\ActionClasses\DefaultValues.cs" /> |
|
270 | 273 | <Compile Include="ViewModels\Actions\Children\InputTextViewModel.cs" /> |
271 | 274 | <Compile Include="ViewModels\Actions\Children\MatchViewModel.cs" /> |
272 | 275 | <Compile Include="ViewModels\Actions\Children\PropertyViewModel.cs" /> |
| 276 | + <Compile Include="ViewModels\Actions\Children\SetViewModel.cs" /> |
| 277 | + <Compile Include="ViewModels\Actions\Children\SoftwareGroupViewModel.cs" /> |
273 | 278 | <Compile Include="ViewModels\Actions\Children\SoftwareListRefViewModel.cs" /> |
| 279 | + <Compile Include="ViewModels\Actions\Children\SoftwareRefViewModel.cs" /> |
274 | 280 | <Compile Include="ViewModels\Actions\Children\TextViewModel.cs" /> |
275 | 281 | <Compile Include="ViewModels\Actions\Children\VariableViewModel.cs" /> |
276 | 282 | <Compile Include="ViewModels\Actions\InfoFullScreenViewModel.cs" /> |
|
297 | 303 | <Compile Include="ViewModels\Actions\RegWriteViewModel.cs" /> |
298 | 304 | <Compile Include="ViewModels\Actions\RegReadViewModel.cs" /> |
299 | 305 | <Compile Include="ViewModels\Actions\_IAction.cs" /> |
| 306 | + <Compile Include="ViewModels\Dialogs\AppSearchDialogViewModel.cs" /> |
300 | 307 | <Compile Include="ViewModels\Elements\_IElement.cs" /> |
301 | 308 | <Compile Include="ViewModels\MainWindowViewModel.cs" /> |
302 | 309 | <Compile Include="ViewModels\Menus\AboutViewModel.cs" /> |
|
321 | 328 | <Compile Include="ViewModels\Preview\InfoViewModel.cs" /> |
322 | 329 | <Compile Include="ViewModels\Preview\_IPreview.cs" /> |
323 | 330 | <Compile Include="ViewModels\Preview\_NoPreviewViewModel.cs" /> |
| 331 | + <Compile Include="Views\Actions\Children\SetView.xaml.cs"> |
| 332 | + <DependentUpon>SetView.xaml</DependentUpon> |
| 333 | + </Compile> |
324 | 334 | <Compile Include="Views\Actions\Children\ChoiceListView.xaml.cs"> |
325 | 335 | <DependentUpon>ChoiceListView.xaml</DependentUpon> |
326 | 336 | </Compile> |
|
357 | 367 | <Compile Include="Views\Actions\SoftwareDiscoveryView.xaml.cs"> |
358 | 368 | <DependentUpon>SoftwareDiscoveryView.xaml</DependentUpon> |
359 | 369 | </Compile> |
| 370 | + <Compile Include="Views\Dialogs\AppSearchDialog.xaml.cs"> |
| 371 | + <DependentUpon>AppSearchDialog.xaml</DependentUpon> |
| 372 | + </Compile> |
360 | 373 | <Compile Include="Views\MainWindowView.xaml.cs"> |
361 | 374 | <DependentUpon>MainWindowView.xaml</DependentUpon> |
362 | 375 | </Compile> |
|
559 | 572 | <Resource Include="Images\warn.png" /> |
560 | 573 | </ItemGroup> |
561 | 574 | <ItemGroup> |
| 575 | + <Page Include="Views\Actions\Children\SetView.xaml"> |
| 576 | + <Generator>MSBuild:Compile</Generator> |
| 577 | + <SubType>Designer</SubType> |
| 578 | + </Page> |
562 | 579 | <Page Include="Views\Actions\Children\ChoiceListView.xaml"> |
563 | 580 | <Generator>MSBuild:Compile</Generator> |
564 | 581 | <SubType>Designer</SubType> |
|
607 | 624 | <Generator>MSBuild:Compile</Generator> |
608 | 625 | <SubType>Designer</SubType> |
609 | 626 | </Page> |
| 627 | + <Page Include="Views\Dialogs\AppSearchDialog.xaml"> |
| 628 | + <SubType>Designer</SubType> |
| 629 | + <Generator>MSBuild:Compile</Generator> |
| 630 | + </Page> |
610 | 631 | <Page Include="Views\MainWindowView.xaml"> |
611 | 632 | <SubType>Designer</SubType> |
612 | 633 | <Generator>MSBuild:Compile</Generator> |
|
0 commit comments