MyMoviesWPF.csproj.user 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. <ApplicationDefinition Update="App.xaml">
  6. <SubType>Designer</SubType>
  7. </ApplicationDefinition>
  8. </ItemGroup>
  9. <ItemGroup>
  10. <Compile Update="MVVM\View\Catalog.xaml.cs">
  11. <SubType>Code</SubType>
  12. </Compile>
  13. <Compile Update="MVVM\View\Main.xaml.cs">
  14. <SubType>Code</SubType>
  15. </Compile>
  16. <Compile Update="MVVM\View\Movie.xaml.cs">
  17. <SubType>Code</SubType>
  18. </Compile>
  19. <Compile Update="MVVM\View\UserView.xaml.cs">
  20. <SubType>Code</SubType>
  21. </Compile>
  22. </ItemGroup>
  23. <ItemGroup>
  24. <Page Update="Dictionary_1.xaml">
  25. <SubType>Designer</SubType>
  26. </Page>
  27. <Page Update="MainWindow.xaml">
  28. <SubType>Designer</SubType>
  29. </Page>
  30. <Page Update="MVVM\View\Catalog.xaml">
  31. <SubType>Designer</SubType>
  32. </Page>
  33. <Page Update="MVVM\View\Main.xaml">
  34. <SubType>Designer</SubType>
  35. </Page>
  36. <Page Update="MVVM\View\Movie.xaml">
  37. <SubType>Designer</SubType>
  38. </Page>
  39. <Page Update="MVVM\View\UserView.xaml">
  40. <SubType>Designer</SubType>
  41. </Page>
  42. </ItemGroup>
  43. </Project>