WpfApp29.csproj.user 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup />
  4. <ItemGroup>
  5. <Compile Update="Pages\AccountPage.xaml.cs">
  6. <SubType>Code</SubType>
  7. </Compile>
  8. <Compile Update="Pages\MainPage.xaml.cs">
  9. <SubType>Code</SubType>
  10. </Compile>
  11. <Compile Update="Pages\UserListPage.xaml.cs">
  12. <SubType>Code</SubType>
  13. </Compile>
  14. <Compile Update="RegistrationWindow.xaml.cs">
  15. <SubType>Code</SubType>
  16. </Compile>
  17. <Compile Update="TaskCreationWindow.xaml.cs">
  18. <SubType>Code</SubType>
  19. </Compile>
  20. <Compile Update="UserControls\TaskCreatorUserControl.xaml.cs">
  21. <SubType>Code</SubType>
  22. </Compile>
  23. <Compile Update="UserControls\TaskDeleteUserControl.xaml.cs">
  24. <SubType>Code</SubType>
  25. </Compile>
  26. <Compile Update="UserControls\TaskDoerUserControl.xaml.cs">
  27. <SubType>Code</SubType>
  28. </Compile>
  29. <Compile Update="UserControls\TaskDoneUserControl.xaml.cs">
  30. <SubType>Code</SubType>
  31. </Compile>
  32. <Compile Update="UserControls\TaskEmptyUserControl.xaml.cs">
  33. <SubType>Code</SubType>
  34. </Compile>
  35. <Compile Update="UserWindow.xaml.cs">
  36. <SubType>Code</SubType>
  37. </Compile>
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Page Update="Pages\AccountPage.xaml">
  41. <SubType>Designer</SubType>
  42. </Page>
  43. <Page Update="Pages\MainPage.xaml">
  44. <SubType>Designer</SubType>
  45. </Page>
  46. <Page Update="Pages\UserListPage.xaml">
  47. <SubType>Designer</SubType>
  48. </Page>
  49. <Page Update="RegistrationWindow.xaml">
  50. <SubType>Designer</SubType>
  51. </Page>
  52. <Page Update="TaskCreationWindow.xaml">
  53. <SubType>Designer</SubType>
  54. </Page>
  55. <Page Update="UserControls\TaskCreatorUserControl.xaml">
  56. <SubType>Designer</SubType>
  57. </Page>
  58. <Page Update="UserControls\TaskDeleteUserControl.xaml">
  59. <SubType>Designer</SubType>
  60. </Page>
  61. <Page Update="UserControls\TaskDoerUserControl.xaml">
  62. <SubType>Designer</SubType>
  63. </Page>
  64. <Page Update="UserControls\TaskDoneUserControl.xaml">
  65. <SubType>Designer</SubType>
  66. </Page>
  67. <Page Update="UserControls\TaskEmptyUserControl.xaml">
  68. <SubType>Designer</SubType>
  69. </Page>
  70. <Page Update="UserWindow.xaml">
  71. <SubType>Designer</SubType>
  72. </Page>
  73. </ItemGroup>
  74. </Project>