月更
This commit is contained in:
@@ -3,7 +3,6 @@ using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Media.Media3D;
|
||||
|
||||
using WPFDark.Controls;
|
||||
|
||||
namespace WPFDark
|
||||
{
|
||||
|
||||
@@ -308,15 +308,6 @@ namespace WPFDark.Controls
|
||||
{
|
||||
DefaultStyleKeyProperty.OverrideMetadata(typeof(BiaWindow),
|
||||
new FrameworkPropertyMetadata(typeof(BiaWindow)));
|
||||
|
||||
// ToolTipService.InitialShowDelayProperty.OverrideMetadata(
|
||||
// typeof(FrameworkElement), new FrameworkPropertyMetadata(Boxes.Int0));
|
||||
|
||||
// ToolTipService.ShowDurationProperty.OverrideMetadata(
|
||||
// typeof(FrameworkElement), new FrameworkPropertyMetadata(Boxes.IntMax));
|
||||
|
||||
// ToolTipService.BetweenShowDelayProperty.OverrideMetadata(
|
||||
// typeof(FrameworkElement), new FrameworkPropertyMetadata(Boxes.Int0));
|
||||
}
|
||||
//public BiaWindow()
|
||||
//{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System;
|
||||
|
||||
using WPFDark.Internals;
|
||||
|
||||
namespace WPFDark.Internals
|
||||
{
|
||||
|
||||
@@ -4,7 +4,6 @@ using System.Runtime.InteropServices;
|
||||
using System.Windows;
|
||||
using System.Windows.Media;
|
||||
using Jewelry.Collections;
|
||||
using WPFDark.Internals;
|
||||
|
||||
namespace WPFDark.Internals
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ using System;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
using WPFDark;
|
||||
|
||||
#nullable enable
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ using System.Collections.Generic;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Windows;
|
||||
|
||||
using WPFDark;
|
||||
|
||||
#nullable enable
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@ using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Windows;
|
||||
|
||||
using WPFDark;
|
||||
using WPFDark.Internals;
|
||||
|
||||
#nullable enable
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using System.Windows;
|
||||
using System.Windows.Media;
|
||||
|
||||
using WPFDark.Internals;
|
||||
|
||||
namespace WPFDark.Internals
|
||||
{
|
||||
|
||||
@@ -11,7 +11,6 @@ using System.Windows;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Media;
|
||||
using Jewelry.Collections;
|
||||
using WPFDark.Internals;
|
||||
|
||||
namespace WPFDark.Internals
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
|
||||
using WPFDark.Properties;
|
||||
|
||||
namespace WPFDark;
|
||||
public class ThemeManager
|
||||
|
||||
@@ -8,8 +8,9 @@
|
||||
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
||||
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
||||
<Nullable>enable</Nullable>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<Platforms>x64</Platforms>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
<!-- <PlatformTarget>x64</PlatformTarget>
|
||||
<Platforms>x64</Platforms>-->
|
||||
<AppendPlatformToOutputPath>false</AppendPlatformToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user