修改Friends包名

croire 2 years ago
parent 0cb78dc396
commit 0c5cc2d7ca

@ -121,8 +121,8 @@
<Compile Include="Services\Download\BuiltinDownloadService.cs" /> <Compile Include="Services\Download\BuiltinDownloadService.cs" />
<Compile Include="Services\Download\DownloadStorageService.cs" /> <Compile Include="Services\Download\DownloadStorageService.cs" />
<Compile Include="Services\SearchService.cs" /> <Compile Include="Services\SearchService.cs" />
<Compile Include="ViewModels\Friend\ViewFollowerViewModel.cs" /> <Compile Include="ViewModels\Friends\ViewFollowerViewModel.cs" />
<Compile Include="ViewModels\Friend\ViewFollowingViewModel.cs" /> <Compile Include="ViewModels\Friends\ViewFollowingViewModel.cs" />
<Compile Include="Utils\WindowAdaptation.cs" /> <Compile Include="Utils\WindowAdaptation.cs" />
<Compile Include="ViewModels\Dialogs\ViewAlertDialogViewModel.cs" /> <Compile Include="ViewModels\Dialogs\ViewAlertDialogViewModel.cs" />
<Compile Include="ViewModels\PageViewModels\BangumiFollowMedia.cs" /> <Compile Include="ViewModels\PageViewModels\BangumiFollowMedia.cs" />
@ -211,10 +211,10 @@
<Compile Include="Views\DownloadManager\ViewDownloading.xaml.cs"> <Compile Include="Views\DownloadManager\ViewDownloading.xaml.cs">
<DependentUpon>ViewDownloading.xaml</DependentUpon> <DependentUpon>ViewDownloading.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="Views\Friend\ViewFollower.xaml.cs"> <Compile Include="Views\Friends\ViewFollower.xaml.cs">
<DependentUpon>ViewFollower.xaml</DependentUpon> <DependentUpon>ViewFollower.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="Views\Friend\ViewFollowing.xaml.cs"> <Compile Include="Views\Friends\ViewFollowing.xaml.cs">
<DependentUpon>ViewFollowing.xaml</DependentUpon> <DependentUpon>ViewFollowing.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="Views\Settings\ViewAbout.xaml.cs"> <Compile Include="Views\Settings\ViewAbout.xaml.cs">
@ -392,11 +392,11 @@
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</Page> </Page>
<Page Include="Views\Friend\ViewFollower.xaml"> <Page Include="Views\Friends\ViewFollower.xaml">
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</Page> </Page>
<Page Include="Views\Friend\ViewFollowing.xaml"> <Page Include="Views\Friends\ViewFollowing.xaml">
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</Page> </Page>

@ -4,7 +4,7 @@ using Prism.Events;
using Prism.Regions; using Prism.Regions;
using System.Collections.ObjectModel; using System.Collections.ObjectModel;
namespace DownKyi.ViewModels.Friend namespace DownKyi.ViewModels.Friends
{ {
public class ViewFollowerViewModel : BaseViewModel public class ViewFollowerViewModel : BaseViewModel
{ {

@ -5,7 +5,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace DownKyi.ViewModels.Friend namespace DownKyi.ViewModels.Friends
{ {
public class ViewFollowingViewModel : BaseViewModel public class ViewFollowingViewModel : BaseViewModel
{ {

@ -1,5 +1,5 @@
<UserControl <UserControl
x:Class="DownKyi.Views.Friend.ViewFollower" x:Class="DownKyi.Views.Friends.ViewFollower"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:converter="clr-namespace:DownKyi.Converter" xmlns:converter="clr-namespace:DownKyi.Converter"

@ -13,7 +13,7 @@ using System.Windows.Media.Imaging;
using System.Windows.Navigation; using System.Windows.Navigation;
using System.Windows.Shapes; using System.Windows.Shapes;
namespace DownKyi.Views.Friend namespace DownKyi.Views.Friends
{ {
/// <summary> /// <summary>
/// ViewFollower.xaml 的交互逻辑 /// ViewFollower.xaml 的交互逻辑

@ -1,5 +1,5 @@
<UserControl <UserControl
x:Class="DownKyi.Views.Friend.ViewFollowing" x:Class="DownKyi.Views.Friends.ViewFollowing"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:custom="clr-namespace:DownKyi.CustomControl" xmlns:custom="clr-namespace:DownKyi.CustomControl"

@ -13,7 +13,7 @@ using System.Windows.Media.Imaging;
using System.Windows.Navigation; using System.Windows.Navigation;
using System.Windows.Shapes; using System.Windows.Shapes;
namespace DownKyi.Views.Friend namespace DownKyi.Views.Friends
{ {
/// <summary> /// <summary>
/// ViewFollowing.xaml 的交互逻辑 /// ViewFollowing.xaml 的交互逻辑
Loading…
Cancel
Save