Archived
1
0

Done frame controls

Related Work Items: #314, #315
This commit is contained in:
Michael Gordeev
2019-08-11 10:51:22 +03:00
parent d6d37151b8
commit 6d093c90f5
53 changed files with 10100 additions and 464 deletions
+62 -25
View File
@@ -105,6 +105,29 @@
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Classes\Downloads.cs" />
<Compile Include="Classes\Extensions.cs" />
<Compile Include="Classes\Methods.cs" />
<Compile Include="Classes\Navigation.cs" />
<Compile Include="Classes\Processes.cs" />
<Compile Include="Classes\SearchParameters.cs" />
<Compile Include="Classes\Service.cs" />
<Compile Include="Classes\Settings.cs" />
<Compile Include="Classes\User.cs" />
<Compile Include="Classes\UserManagement.cs" />
<Compile Include="Classes\ViewModel.cs" />
<Compile Include="Controls\AccountManager.xaml.cs">
<DependentUpon>AccountManager.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\ContentFrame.xaml.cs">
<DependentUpon>ContentFrame.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\MainFrame.xaml.cs">
<DependentUpon>MainFrame.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\Home.xaml.cs">
<DependentUpon>Home.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\MainPage.xaml.cs">
<DependentUpon>MainPage.xaml</DependentUpon>
</Compile>
@@ -180,23 +203,40 @@
<Content Include="Assets\Square44x44Logo.scale-200.png" />
<Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
<PRIResource Include="Strings\en-US\Loading.resw" />
<PRIResource Include="Strings\en-US\Generic.resw" />
<PRIResource Include="Strings\en-US\Toasts.resw" />
<PRIResource Include="Strings\en-US\Dialogs.resw" />
<PRIResource Include="Strings\en-US\Inbox.resw" />
<PRIResource Include="Strings\ru-RU\Report.resw" />
<PRIResource Include="Strings\en-US\Report.resw" />
<PRIResource Include="Strings\en-US.old\Report.resw" />
<PRIResource Include="Strings\ru-RU\Translate.resw" />
<PRIResource Include="Strings\en-US\Translate.resw" />
<PRIResource Include="Strings\en-US.old\Translate.resw" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="Pages\MainPage.xaml">
<Page Include="Controls\AccountManager.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Themes\Generic.xaml">
<Generator>MSBuild:Compile</Generator>
<Page Include="Controls\ContentFrame.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Controls\MainFrame.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\Home.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\MainPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Themes\Resources.xaml">
<SubType>Designer</SubType>
@@ -255,39 +295,39 @@
</ItemGroup>
<ItemGroup>
<PRIResource Include="Strings\ru-RU\VideoPage.resw" />
<PRIResource Include="Strings\en-US\VideoPage.resw" />
<PRIResource Include="Strings\en-US.old\VideoPage.resw" />
<PRIResource Include="Strings\ru-RU\Channel.resw" />
<PRIResource Include="Strings\en-US\Channel.resw" />
<PRIResource Include="Strings\en-US.old\Channel.resw" />
<PRIResource Include="Strings\ru-RU\Chat.resw" />
<PRIResource Include="Strings\en-US\Chat.resw" />
<PRIResource Include="Strings\en-US.old\Chat.resw" />
<PRIResource Include="Strings\ru-RU\Cards.resw" />
<PRIResource Include="Strings\en-US\Cards.resw" />
<PRIResource Include="Strings\en-US.old\Cards.resw" />
<PRIResource Include="Strings\ru-RU\Methods.resw" />
<PRIResource Include="Strings\en-US\Methods.resw" />
<PRIResource Include="Strings\en-US.old\Methods.resw" />
<PRIResource Include="Strings\ru-RU\Search.resw" />
<PRIResource Include="Strings\en-US\Search.resw" />
<PRIResource Include="Strings\en-US.old\Search.resw" />
<PRIResource Include="Strings\ru-RU\Playlist.resw" />
<PRIResource Include="Strings\en-US\Playlist.resw" />
<PRIResource Include="Strings\en-US.old\Playlist.resw" />
<PRIResource Include="Strings\ru-RU\Downloads.resw" />
<PRIResource Include="Strings\ru-RU\CommentsPage.resw" />
<PRIResource Include="Strings\en-US\Downloads.resw" />
<PRIResource Include="Strings\en-US.old\Downloads.resw" />
<PRIResource Include="Strings\ru-RU\Home.resw" />
<PRIResource Include="Strings\en-US\Home.resw" />
<PRIResource Include="Strings\en-US\CommentsPage.resw" />
<PRIResource Include="Strings\en-US.old\Home.resw" />
<PRIResource Include="Strings\en-US.old\CommentsPage.resw" />
<PRIResource Include="Strings\ru-RU\LoadingPage.resw" />
<PRIResource Include="Strings\en-US\LoadingPage.resw" />
<PRIResource Include="Strings\en-US.old\LoadingPage.resw" />
<PRIResource Include="Strings\ru-RU\Inbox.resw" />
<PRIResource Include="Strings\ru-RU\General.resw" />
<PRIResource Include="Strings\ru-RU\About.resw" />
<PRIResource Include="Strings\ru-RU\Settings.resw" />
<PRIResource Include="Strings\en-US\Inbox.resw" />
<PRIResource Include="Strings\en-US\About.resw" />
<PRIResource Include="Strings\en-US\General.resw" />
<PRIResource Include="Strings\en-US\Settings.resw" />
<PRIResource Include="Strings\en-US.old\Inbox.resw" />
<PRIResource Include="Strings\en-US.old\About.resw" />
<PRIResource Include="Strings\en-US.old\General.resw" />
<PRIResource Include="Strings\en-US.old\Settings.resw" />
<PRIResource Include="Strings\ru-RU\Main.resw">
<SubType>Designer</SubType>
</PRIResource>
<PRIResource Include="Strings\en-US\Main.resw" />
<PRIResource Include="Strings\en-US.old\Main.resw" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FoxTube.Background\FoxTube.Background.csproj">
@@ -303,10 +343,7 @@
<Name>Microsoft Engagement Framework</Name>
</SDKReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Classes\" />
<Folder Include="Controls\" />
</ItemGroup>
<ItemGroup />
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>