12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup />
- <ItemGroup>
- <ApplicationDefinition Update="App.xaml">
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- </ItemGroup>
- <ItemGroup>
- <Compile Update="MVVM\View\LogInView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="MVVM\View\Pages\CartPage.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="MVVM\View\Pages\CatalogPage.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="MVVM\View\Pages\MoviePage.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="MVVM\View\Controls\UserView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Page Update="Dictionary_1.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="MVVM\View\LogInView.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="MVVM\View\MainWindow.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="MVVM\View\Pages\CartPage.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="MVVM\View\Pages\CatalogPage.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="MVVM\View\Pages\MoviePage.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="MVVM\View\Controls\UserView.xaml">
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- </Project>
|