Major UI rework!
This commit is contained in:
@@ -80,6 +80,18 @@
|
||||
<Compile Include="Misc\App.cs" />
|
||||
<Compile Include="Misc\Common.cs" />
|
||||
<Compile Include="Misc\JSONParser.cs" />
|
||||
<Compile Include="WPF\HandyControl\Controls\Attach\BorderElement.cs" />
|
||||
<Compile Include="WPF\HandyControl\Controls\Attach\MenuTopLineAttach.cs" />
|
||||
<Compile Include="WPF\HandyControl\Tools\Converter\BorderCircularConverter.cs" />
|
||||
<Compile Include="WPF\HandyControl\Tools\Helper\ScreenHelper.cs" />
|
||||
<Compile Include="WPF\HandyControl\Tools\Helper\VisualHelper.cs" />
|
||||
<Compile Include="WPF\HandyControl\Tools\Interop\Handle\BitmapHandle.cs" />
|
||||
<Compile Include="WPF\HandyControl\Tools\Interop\Handle\CommonHandles.cs" />
|
||||
<Compile Include="WPF\HandyControl\Tools\Interop\Handle\HandleCollector.cs" />
|
||||
<Compile Include="WPF\HandyControl\Tools\Interop\Handle\WpfSafeHandle.cs" />
|
||||
<Compile Include="WPF\HandyControl\Tools\Interop\InteropMethods.cs" />
|
||||
<Compile Include="WPF\HandyControl\Tools\Interop\InteropValues.cs" />
|
||||
<Compile Include="WPF\MenuHelp.cs" />
|
||||
<Compile Include="WPF\HandyControl\Controls\Attach\IconElement.cs" />
|
||||
<Compile Include="WPF\HandyControl\Controls\Attach\ScrollViewerAttach.cs" />
|
||||
<Compile Include="WPF\HandyControl\Controls\ScrollViewer.cs" />
|
||||
@@ -97,6 +109,7 @@
|
||||
<None Include="..\docs\Manual.md">
|
||||
<Link>Manual.md</Link>
|
||||
</None>
|
||||
<None Include=".editorconfig" />
|
||||
<None Include="Resources\mpvnet-santa.png" />
|
||||
<None Include="Resources\editor_conf.txt" />
|
||||
<Content Include="Resources\theme.txt" />
|
||||
@@ -104,10 +117,6 @@
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="WPF\HandyControl\Theme\Theme.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="WPF\SearchTextBoxUserControl.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
@@ -150,19 +159,16 @@
|
||||
<Compile Include="Misc\ExtensionMethods.cs" />
|
||||
<Compile Include="Native\MediaInfo.cs" />
|
||||
<Compile Include="Native\Taskbar.cs" />
|
||||
<Compile Include="WinForms\Menu.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Native\libmpv.cs" />
|
||||
<Compile Include="WinForms\MainForm.cs">
|
||||
<Compile Include="Misc\MainForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WinForms\MainForm.Designer.cs">
|
||||
<Compile Include="Misc\MainForm.Designer.cs">
|
||||
<DependentUpon>MainForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Misc\Misc.cs" />
|
||||
@@ -187,7 +193,7 @@
|
||||
<DependentUpon>InputWindow.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WPF\WPF.cs" />
|
||||
<EmbeddedResource Include="WinForms\MainForm.resx">
|
||||
<EmbeddedResource Include="Misc\MainForm.resx">
|
||||
<DependentUpon>MainForm.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user