Browse Source

Moved ILogical to Perspex.Styling.

As that's the lowest level it's needed.
pull/58/head
Steven Kirk 11 years ago
parent
commit
839cf9c141
  1. 2
      Perspex.SceneGraph/Perspex.SceneGraph.csproj
  2. 0
      Perspex.Styling/ILogical.cs
  3. 0
      Perspex.Styling/LogicalTree/LogicalExtensions.cs
  4. 38
      Perspex.Styling/Perspex.Styling.csproj
  5. 0
      Perspex.Styling/Styling/Classes.cs
  6. 0
      Perspex.Styling/Styling/IGlobalStyles.cs
  7. 0
      Perspex.Styling/Styling/IStyle.cs
  8. 0
      Perspex.Styling/Styling/IStyleHost.cs
  9. 0
      Perspex.Styling/Styling/IStyleable.cs
  10. 0
      Perspex.Styling/Styling/IStyler.cs
  11. 0
      Perspex.Styling/Styling/ITemplatedControl.cs
  12. 0
      Perspex.Styling/Styling/Selector.cs
  13. 0
      Perspex.Styling/Styling/SelectorMatch.cs
  14. 0
      Perspex.Styling/Styling/Selectors.cs
  15. 0
      Perspex.Styling/Styling/Setter.cs
  16. 0
      Perspex.Styling/Styling/Style.cs
  17. 0
      Perspex.Styling/Styling/StyleActivator.cs
  18. 0
      Perspex.Styling/Styling/StyleBinding.cs
  19. 0
      Perspex.Styling/Styling/Styler.cs
  20. 0
      Perspex.Styling/Styling/Styles.cs
  21. 0
      Perspex.Styling/Styling/packages.config

2
Perspex.SceneGraph/Perspex.SceneGraph.csproj

@ -50,7 +50,6 @@
<Compile Include="Animation\PageSlide.cs" />
<Compile Include="Animation\CrossFade.cs" />
<Compile Include="Animation\IPageTransition.cs" />
<Compile Include="ILogical.cs" />
<Compile Include="Media\Brush.cs" />
<Compile Include="Media\Brushes.cs" />
<Compile Include="Media\Color.cs" />
@ -101,7 +100,6 @@
<Compile Include="Thickness.cs" />
<Compile Include="Vector.cs" />
<Compile Include="Visual.cs" />
<Compile Include="LogicalTree\LogicalExtensions.cs" />
<Compile Include="VisualTree\TransformedBounds.cs" />
<Compile Include="VisualTree\BoundsTracker.cs" />
<Compile Include="VisualTree\VisualExtensions.cs" />

0
Perspex.SceneGraph/ILogical.cs → Perspex.Styling/ILogical.cs

0
Perspex.SceneGraph/LogicalTree/LogicalExtensions.cs → Perspex.Styling/LogicalTree/LogicalExtensions.cs

38
Perspex.Styling/Perspex.Styling.csproj

@ -8,7 +8,7 @@
<ProjectGuid>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Perspex.Styling</RootNamespace>
<RootNamespace>Perspex</RootNamespace>
<AssemblyName>Perspex.Styling</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
@ -36,23 +36,25 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="ILogical.cs" />
<Compile Include="LogicalTree\LogicalExtensions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Classes.cs" />
<Compile Include="IGlobalStyles.cs" />
<Compile Include="IStyle.cs" />
<Compile Include="IStyleable.cs" />
<Compile Include="IStyleHost.cs" />
<Compile Include="IStyler.cs" />
<Compile Include="ITemplatedControl.cs" />
<Compile Include="SelectorMatch.cs" />
<Compile Include="Selector.cs" />
<Compile Include="Selectors.cs" />
<Compile Include="Setter.cs" />
<Compile Include="Style.cs" />
<Compile Include="StyleActivator.cs" />
<Compile Include="StyleBinding.cs" />
<Compile Include="Styler.cs" />
<Compile Include="Styles.cs" />
<Compile Include="Styling\Classes.cs" />
<Compile Include="Styling\IGlobalStyles.cs" />
<Compile Include="Styling\IStyle.cs" />
<Compile Include="Styling\IStyleable.cs" />
<Compile Include="Styling\IStyleHost.cs" />
<Compile Include="Styling\IStyler.cs" />
<Compile Include="Styling\ITemplatedControl.cs" />
<Compile Include="Styling\SelectorMatch.cs" />
<Compile Include="Styling\Selector.cs" />
<Compile Include="Styling\Selectors.cs" />
<Compile Include="Styling\Setter.cs" />
<Compile Include="Styling\Style.cs" />
<Compile Include="Styling\StyleActivator.cs" />
<Compile Include="Styling\StyleBinding.cs" />
<Compile Include="Styling\Styler.cs" />
<Compile Include="Styling\Styles.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
@ -74,7 +76,7 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="Styling\packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Perspex.Base\Perspex.Base.csproj">

0
Perspex.Styling/Classes.cs → Perspex.Styling/Styling/Classes.cs

0
Perspex.Styling/IGlobalStyles.cs → Perspex.Styling/Styling/IGlobalStyles.cs

0
Perspex.Styling/IStyle.cs → Perspex.Styling/Styling/IStyle.cs

0
Perspex.Styling/IStyleHost.cs → Perspex.Styling/Styling/IStyleHost.cs

0
Perspex.Styling/IStyleable.cs → Perspex.Styling/Styling/IStyleable.cs

0
Perspex.Styling/IStyler.cs → Perspex.Styling/Styling/IStyler.cs

0
Perspex.Styling/ITemplatedControl.cs → Perspex.Styling/Styling/ITemplatedControl.cs

0
Perspex.Styling/Selector.cs → Perspex.Styling/Styling/Selector.cs

0
Perspex.Styling/SelectorMatch.cs → Perspex.Styling/Styling/SelectorMatch.cs

0
Perspex.Styling/Selectors.cs → Perspex.Styling/Styling/Selectors.cs

0
Perspex.Styling/Setter.cs → Perspex.Styling/Styling/Setter.cs

0
Perspex.Styling/Style.cs → Perspex.Styling/Styling/Style.cs

0
Perspex.Styling/StyleActivator.cs → Perspex.Styling/Styling/StyleActivator.cs

0
Perspex.Styling/StyleBinding.cs → Perspex.Styling/Styling/StyleBinding.cs

0
Perspex.Styling/Styler.cs → Perspex.Styling/Styling/Styler.cs

0
Perspex.Styling/Styles.cs → Perspex.Styling/Styling/Styles.cs

0
Perspex.Styling/packages.config → Perspex.Styling/Styling/packages.config

Loading…
Cancel
Save