mirror of
https://github.com/atom0s/Steamless.git
synced 2024-12-19 23:07:41 +01:00
Adjusted Steamless to use older Aero presentation library for Windows 7 support.
This commit is contained in:
parent
23a9021a26
commit
5f213235cc
3 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
-->
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero2"
|
||||
xmlns:themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
|
||||
xmlns:classes="clr-namespace:Steamless.Classes">
|
||||
|
||||
<!-- Control: Button -->
|
||||
|
|
|
@ -37,5 +37,5 @@ using System.Windows;
|
|||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|
||||
[assembly: AssemblyVersion("3.0.0.1")]
|
||||
[assembly: AssemblyFileVersion("3.0.0.1")]
|
||||
[assembly: AssemblyVersion("3.0.0.2")]
|
||||
[assembly: AssemblyFileVersion("3.0.0.2")]
|
|
@ -45,7 +45,7 @@
|
|||
<HintPath>Embedded\Newtonsoft.Json.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="PresentationFramework.Aero2" />
|
||||
<Reference Include="PresentationFramework.Aero" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Drawing" />
|
||||
|
|
Loading…
Reference in a new issue