File tree Expand file tree Collapse file tree 6 files changed +9
-11
lines changed
source/Metadata/VNDBNexus
VndbVisualNovelViewControl Expand file tree Collapse file tree 6 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1414using VndbApiInfrastructure . ProducerAggregate ;
1515using VndbApiInfrastructure . Services ;
1616using VndbApiInfrastructure . VisualNovelAggregate ;
17+ using VNDBNexus . VndbVisualNovelViewControlAggregate ;
1718
1819namespace VNDBNexus . KeyboardSearch
1920{
Original file line number Diff line number Diff line change 3737using VndbApiInfrastructure . VisualNovelAggregate ;
3838using VNDBNexus . Converters ;
3939using VNDBNexus . Database ;
40- using VNDBNexus . PlayniteControls ;
4140using VNDBNexus . KeyboardSearch ;
4241using EventsCommon ;
42+ using VNDBNexus . VndbVisualNovelViewControlAggregate ;
4343
4444namespace VNDBNexus
4545{
Original file line number Diff line number Diff line change 296296 <Compile Include =" Database\GroupedEnumerable.cs" />
297297 <Compile Include =" Database\VisualNovelRelationList.cs" />
298298 <Compile Include =" Enums\TagsDisplayOptionEnum.cs" />
299- <Compile Include =" KeyboardSearch \InvokeVisualNovelDisplayEvent.cs" />
300- <Compile Include =" PlayniteControls \VndbVisualNovelViewControl.xaml.cs" >
299+ <Compile Include =" VndbVisualNovelViewControl \InvokeVisualNovelDisplayEvent.cs" />
300+ <Compile Include =" VndbVisualNovelViewControl \VndbVisualNovelViewControl.xaml.cs" >
301301 <DependentUpon >VndbVisualNovelViewControl.xaml</DependentUpon >
302302 </Compile >
303303 <Compile Include =" ScreenshotsView\ScreenshotsView.xaml.cs" >
341341 <Generator >MSBuild:Compile</Generator >
342342 <SubType >Designer</SubType >
343343 </Page >
344- <Page Include =" PlayniteControls \VndbVisualNovelViewControl.xaml" >
344+ <Page Include =" VndbVisualNovelViewControl \VndbVisualNovelViewControl.xaml" >
345345 <SubType >Designer</SubType >
346346 <Generator >MSBuild:Compile</Generator >
347347 </Page >
Original file line number Diff line number Diff line change 55using System . Threading . Tasks ;
66using VndbApiDomain . VisualNovelAggregate ;
77
8- namespace VNDBNexus . KeyboardSearch
8+ namespace VNDBNexus . VndbVisualNovelViewControlAggregate
99{
1010 public class InvokeVisualNovelDisplayEvent
1111 {
Original file line number Diff line number Diff line change 1- <PluginUserControl x : Class =" VNDBNexus.PlayniteControls .VndbVisualNovelViewControl"
1+ <PluginUserControl x : Class =" VNDBNexus.VndbVisualNovelViewControlAggregate .VndbVisualNovelViewControl"
22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
1212 xmlns : vndbDomainSharedkernel =" clr-namespace:VndbApiDomain.SharedKernel;assembly=VndbApiDomain"
1313 xmlns : vndbNexusEnums =" clr-namespace:VNDBNexus.Enums"
1414 xmlns : vndbNexusDatabase =" clr-namespace:VNDBNexus.Database"
15- xmlns : local =" clr-namespace:VNDBNexus.PlayniteControls "
15+ xmlns : local =" clr-namespace:VNDBNexus.VndbVisualNovelViewControlAggregate "
1616 mc : Ignorable =" d"
1717 d : DesignHeight =" 2000" d : DesignWidth =" 500" >
1818 <PluginUserControl .Resources>
Original file line number Diff line number Diff line change 2525using VndbApiDomain . SharedKernel ;
2626using VndbApiDomain . StaffAggregate ;
2727using VndbApiDomain . TagAggregate ;
28- using VndbApiDomain . TraitAggregate ;
2928using VndbApiDomain . VisualNovelAggregate ;
3029using VndbApiInfrastructure . CharacterAggregate ;
3130using VndbApiInfrastructure . ProducerAggregate ;
3231using VndbApiInfrastructure . ReleaseAggregate ;
3332using VndbApiInfrastructure . Services ;
34- using VndbApiInfrastructure . SharedKernel . Responses ;
3533using VndbApiInfrastructure . StaffAggregate ;
3634using VndbApiInfrastructure . TagAggregate ;
3735using VndbApiInfrastructure . TraitAggregate ;
3836using VndbApiInfrastructure . VisualNovelAggregate ;
3937using VNDBNexus . Converters ;
4038using VNDBNexus . Database ;
4139using VNDBNexus . Enums ;
42- using VNDBNexus . KeyboardSearch ;
4340using VNDBNexus . Screenshots ;
4441using VNDBNexus . Shared . DatabaseCommon ;
4542
46- namespace VNDBNexus . PlayniteControls
43+ namespace VNDBNexus . VndbVisualNovelViewControlAggregate
4744{
4845 /// <summary>
4946 /// Interaction logic for VndbVisualNovelViewControl.xaml
You can’t perform that action at this time.
0 commit comments