|
227 | 227 | <Compile Include="Models\Messages.cs" /> |
228 | 228 | <Compile Include="Models\Package.cs" /> |
229 | 229 | <Compile Include="Models\ChoiceList.cs" /> |
230 | | - <Compile Include="Models\ChoiceInput.cs" /> |
| 230 | + <Compile Include="Models\InputChoice.cs" /> |
231 | 231 | <Compile Include="Models\Choice.cs" /> |
232 | 232 | <Compile Include="Models\Check.cs" /> |
233 | 233 | <Compile Include="Models\Case.cs" /> |
234 | | - <Compile Include="Models\CheckboxInput.cs" /> |
| 234 | + <Compile Include="Models\InputCheckbox.cs" /> |
235 | 235 | <Compile Include="Models\SoftwareRef.cs" /> |
236 | 236 | <Compile Include="Models\Variable.cs" /> |
237 | 237 | <Compile Include="Models\Field.cs" /> |
|
244 | 244 | <Compile Include="Models\SoftwareListRef.cs" /> |
245 | 245 | <Compile Include="Models\SoftwareSets.cs" /> |
246 | 246 | <Compile Include="Models\Text.cs" /> |
247 | | - <Compile Include="Models\TextInput.cs" /> |
| 247 | + <Compile Include="Models\InputText.cs" /> |
248 | 248 | <Compile Include="Models\UIpp.cs" /> |
249 | 249 | <Compile Include="Models\_Template.cs" /> |
250 | 250 | <Compile Include="Controllers\ConfigMgrScanner.cs" /> |
251 | 251 | <Compile Include="Controllers\XMLToClassModel.cs" /> |
252 | 252 | <Compile Include="Converters\AvailableApplicationsListConverter.cs" /> |
253 | 253 | <Compile Include="Interfaces\IAction.cs" /> |
254 | | - <Compile Include="Interfaces\IChoice.cs" /> |
255 | 254 | <Compile Include="Interfaces\IElement.cs" /> |
256 | 255 | <Compile Include="Models\Application.cs" /> |
257 | 256 | <Compile Include="Controllers\BrowserBehavior.cs" /> |
258 | 257 | <Compile Include="Converters\TreeViewLineConverter.cs" /> |
259 | 258 | <Compile Include="EventAggregators\ChangeUI.cs" /> |
260 | 259 | <Compile Include="EventAggregators\SendMessage.cs" /> |
261 | | - <Compile Include="Interfaces\IInput.cs" /> |
262 | 260 | <Compile Include="Interfaces\IRootElement.cs" /> |
263 | 261 | <Compile Include="Interfaces\ISoftware.cs" /> |
264 | 262 | <Compile Include="Interfaces\ISoftwareRef.cs" /> |
265 | 263 | <Compile Include="ViewModels\Actions\Children\CaseViewModel.cs" /> |
266 | 264 | <Compile Include="ViewModels\Actions\Children\CheckViewModel.cs" /> |
| 265 | + <Compile Include="ViewModels\Actions\Children\ChoiceListViewModel.cs" /> |
| 266 | + <Compile Include="ViewModels\Actions\Children\ChoiceViewModel.cs" /> |
| 267 | + <Compile Include="ViewModels\Actions\Children\InputCheckboxViewModel.cs" /> |
| 268 | + <Compile Include="ViewModels\Actions\Children\InputChoiceViewModel.cs" /> |
| 269 | + <Compile Include="ViewModels\Actions\Children\InputInfoViewModel.cs" /> |
| 270 | + <Compile Include="ViewModels\Actions\Children\InputTextViewModel.cs" /> |
267 | 271 | <Compile Include="ViewModels\Actions\Children\MatchViewModel.cs" /> |
268 | 272 | <Compile Include="ViewModels\Actions\Children\PropertyViewModel.cs" /> |
269 | 273 | <Compile Include="ViewModels\Actions\Children\SoftwareListRefViewModel.cs" /> |
|
304 | 308 | <Compile Include="ViewModels\Menus\StatusMessageViewModel.cs" /> |
305 | 309 | <Compile Include="ViewModels\Preview\AppTreeViewModel.cs" /> |
306 | 310 | <Compile Include="ViewModels\Preview\Children\CheckViewModel.cs" /> |
307 | | - <Compile Include="ViewModels\Preview\Children\TextInputViewModel.cs" /> |
| 311 | + <Compile Include="ViewModels\Preview\Children\InputTextViewModel.cs" /> |
308 | 312 | <Compile Include="ViewModels\Preview\Children\InputInfoViewModel.cs" /> |
309 | | - <Compile Include="ViewModels\Preview\Children\ChoiceInputViewModel.cs" /> |
310 | | - <Compile Include="ViewModels\Preview\Children\CheckBoxInputViewModel.cs" /> |
| 313 | + <Compile Include="ViewModels\Preview\Children\InputChoiceViewModel.cs" /> |
| 314 | + <Compile Include="ViewModels\Preview\Children\InputCheckboxViewModel.cs" /> |
311 | 315 | <Compile Include="ViewModels\Preview\Children\_IChild.cs" /> |
312 | 316 | <Compile Include="ViewModels\Preview\ErrorInfoViewModel.cs" /> |
313 | 317 | <Compile Include="ViewModels\Preview\InfoFullScreenViewModel.cs" /> |
|
317 | 321 | <Compile Include="ViewModels\Preview\InfoViewModel.cs" /> |
318 | 322 | <Compile Include="ViewModels\Preview\_IPreview.cs" /> |
319 | 323 | <Compile Include="ViewModels\Preview\_NoPreviewViewModel.cs" /> |
| 324 | + <Compile Include="Views\Actions\Children\ChoiceListView.xaml.cs"> |
| 325 | + <DependentUpon>ChoiceListView.xaml</DependentUpon> |
| 326 | + </Compile> |
| 327 | + <Compile Include="Views\Actions\Children\ChoiceView.xaml.cs"> |
| 328 | + <DependentUpon>ChoiceView.xaml</DependentUpon> |
| 329 | + </Compile> |
320 | 330 | <Compile Include="Views\Actions\Children\MatchView.xaml.cs"> |
321 | 331 | <DependentUpon>MatchView.xaml</DependentUpon> |
322 | 332 | </Compile> |
|
362 | 372 | <Compile Include="Views\Actions\AppTreeView.xaml.cs"> |
363 | 373 | <DependentUpon>AppTreeView.xaml</DependentUpon> |
364 | 374 | </Compile> |
365 | | - <Compile Include="Views\Actions\Children\CheckBoxInputView.xaml.cs"> |
366 | | - <DependentUpon>CheckBoxInputView.xaml</DependentUpon> |
| 375 | + <Compile Include="Views\Actions\Children\InputCheckboxView.xaml.cs"> |
| 376 | + <DependentUpon>InputCheckboxView.xaml</DependentUpon> |
367 | 377 | </Compile> |
368 | | - <Compile Include="Views\Actions\Children\ChoiceInputView.xaml.cs"> |
369 | | - <DependentUpon>ChoiceInputView.xaml</DependentUpon> |
| 378 | + <Compile Include="Views\Actions\Children\InputChoiceView.xaml.cs"> |
| 379 | + <DependentUpon>InputChoiceView.xaml</DependentUpon> |
370 | 380 | </Compile> |
371 | 381 | <Compile Include="Views\Actions\Children\InputInfoView.xaml.cs"> |
372 | 382 | <DependentUpon>InputInfoView.xaml</DependentUpon> |
|
389 | 399 | <Compile Include="Views\Actions\Children\SwitchCaseView.xaml.cs"> |
390 | 400 | <DependentUpon>SwitchCaseView.xaml</DependentUpon> |
391 | 401 | </Compile> |
392 | | - <Compile Include="Views\Actions\Children\TextInputView.xaml.cs"> |
393 | | - <DependentUpon>TextInputView.xaml</DependentUpon> |
| 402 | + <Compile Include="Views\Actions\Children\InputTextView.xaml.cs"> |
| 403 | + <DependentUpon>InputTextView.xaml</DependentUpon> |
394 | 404 | </Compile> |
395 | 405 | <Compile Include="Views\Actions\Children\UserAuthFieldView.xaml.cs"> |
396 | 406 | <DependentUpon>UserAuthFieldView.xaml</DependentUpon> |
|
464 | 474 | <Compile Include="Views\Preview\AppTreeView.xaml.cs"> |
465 | 475 | <DependentUpon>AppTreeView.xaml</DependentUpon> |
466 | 476 | </Compile> |
467 | | - <Compile Include="Views\Preview\Children\CheckBoxInputView.xaml.cs"> |
468 | | - <DependentUpon>CheckBoxInputView.xaml</DependentUpon> |
| 477 | + <Compile Include="Views\Preview\Children\InputCheckboxView.xaml.cs"> |
| 478 | + <DependentUpon>InputCheckboxView.xaml</DependentUpon> |
469 | 479 | </Compile> |
470 | 480 | <Compile Include="Views\Preview\Children\CheckView.xaml.cs"> |
471 | 481 | <DependentUpon>CheckView.xaml</DependentUpon> |
472 | 482 | </Compile> |
473 | | - <Compile Include="Views\Preview\Children\ChoiceInputView.xaml.cs"> |
474 | | - <DependentUpon>ChoiceInputView.xaml</DependentUpon> |
| 483 | + <Compile Include="Views\Preview\Children\InputChoiceView.xaml.cs"> |
| 484 | + <DependentUpon>InputChoiceView.xaml</DependentUpon> |
475 | 485 | </Compile> |
476 | 486 | <Compile Include="Views\Preview\Children\InputInfoView.xaml.cs"> |
477 | 487 | <DependentUpon>InputInfoView.xaml</DependentUpon> |
478 | 488 | </Compile> |
479 | | - <Compile Include="Views\Preview\Children\TextInputView.xaml.cs"> |
480 | | - <DependentUpon>TextInputView.xaml</DependentUpon> |
| 489 | + <Compile Include="Views\Preview\Children\InputTextView.xaml.cs"> |
| 490 | + <DependentUpon>InputTextView.xaml</DependentUpon> |
481 | 491 | </Compile> |
482 | 492 | <Compile Include="Views\Preview\ErrorInfoView.xaml.cs"> |
483 | 493 | <DependentUpon>ErrorInfoView.xaml</DependentUpon> |
|
549 | 559 | <Resource Include="Images\warn.png" /> |
550 | 560 | </ItemGroup> |
551 | 561 | <ItemGroup> |
| 562 | + <Page Include="Views\Actions\Children\ChoiceListView.xaml"> |
| 563 | + <Generator>MSBuild:Compile</Generator> |
| 564 | + <SubType>Designer</SubType> |
| 565 | + </Page> |
| 566 | + <Page Include="Views\Actions\Children\ChoiceView.xaml"> |
| 567 | + <Generator>MSBuild:Compile</Generator> |
| 568 | + <SubType>Designer</SubType> |
| 569 | + </Page> |
552 | 570 | <Page Include="Views\Actions\Children\MatchView.xaml"> |
553 | 571 | <Generator>MSBuild:Compile</Generator> |
554 | 572 | <SubType>Designer</SubType> |
|
609 | 627 | <SubType>Designer</SubType> |
610 | 628 | <Generator>MSBuild:Compile</Generator> |
611 | 629 | </Page> |
612 | | - <Page Include="Views\Actions\Children\CheckBoxInputView.xaml"> |
| 630 | + <Page Include="Views\Actions\Children\InputCheckboxView.xaml"> |
613 | 631 | <SubType>Designer</SubType> |
614 | 632 | <Generator>MSBuild:Compile</Generator> |
615 | 633 | </Page> |
616 | | - <Page Include="Views\Actions\Children\ChoiceInputView.xaml"> |
| 634 | + <Page Include="Views\Actions\Children\InputChoiceView.xaml"> |
617 | 635 | <SubType>Designer</SubType> |
618 | 636 | <Generator>MSBuild:Compile</Generator> |
619 | 637 | </Page> |
|
645 | 663 | <SubType>Designer</SubType> |
646 | 664 | <Generator>MSBuild:Compile</Generator> |
647 | 665 | </Page> |
648 | | - <Page Include="Views\Actions\Children\TextInputView.xaml"> |
| 666 | + <Page Include="Views\Actions\Children\InputTextView.xaml"> |
649 | 667 | <SubType>Designer</SubType> |
650 | 668 | <Generator>MSBuild:Compile</Generator> |
651 | 669 | </Page> |
|
745 | 763 | <SubType>Designer</SubType> |
746 | 764 | <Generator>MSBuild:Compile</Generator> |
747 | 765 | </Page> |
748 | | - <Page Include="Views\Preview\Children\CheckBoxInputView.xaml"> |
| 766 | + <Page Include="Views\Preview\Children\InputCheckboxView.xaml"> |
749 | 767 | <SubType>Designer</SubType> |
750 | 768 | <Generator>MSBuild:Compile</Generator> |
751 | 769 | </Page> |
752 | 770 | <Page Include="Views\Preview\Children\CheckView.xaml"> |
753 | 771 | <SubType>Designer</SubType> |
754 | 772 | <Generator>MSBuild:Compile</Generator> |
755 | 773 | </Page> |
756 | | - <Page Include="Views\Preview\Children\ChoiceInputView.xaml"> |
| 774 | + <Page Include="Views\Preview\Children\InputChoiceView.xaml"> |
757 | 775 | <SubType>Designer</SubType> |
758 | 776 | <Generator>MSBuild:Compile</Generator> |
759 | 777 | </Page> |
760 | 778 | <Page Include="Views\Preview\Children\InputInfoView.xaml"> |
761 | 779 | <SubType>Designer</SubType> |
762 | 780 | <Generator>MSBuild:Compile</Generator> |
763 | 781 | </Page> |
764 | | - <Page Include="Views\Preview\Children\TextInputView.xaml"> |
| 782 | + <Page Include="Views\Preview\Children\InputTextView.xaml"> |
765 | 783 | <SubType>Designer</SubType> |
766 | 784 | <Generator>MSBuild:Compile</Generator> |
767 | 785 | </Page> |
|
0 commit comments