1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup />
- <ItemGroup>
- <Compile Update="Pages\AccountPage.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Pages\MainPage.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Pages\UserListPage.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="RegistrationWindow.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="TaskCreationWindow.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="UserControls\TaskCreatorUserControl.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="UserControls\TaskDeleteUserControl.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="UserControls\TaskDoerUserControl.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="UserControls\TaskDoneUserControl.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="UserControls\TaskEmptyUserControl.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="UserWindow.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Page Update="Pages\AccountPage.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Pages\MainPage.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Pages\UserListPage.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="RegistrationWindow.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="TaskCreationWindow.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="UserControls\TaskCreatorUserControl.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="UserControls\TaskDeleteUserControl.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="UserControls\TaskDoerUserControl.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="UserControls\TaskDoneUserControl.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="UserControls\TaskEmptyUserControl.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="UserWindow.xaml">
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- </Project>
|