diff MetroWpf/MetroWpf.Xaml/MetroWpf.Xaml.csproj @ 24:a8b50a087544

Stocks and FxRates working, new menu introduced. Working nicely so far
author adminsh@apollo
date Tue, 20 Mar 2012 20:18:35 +0000
parents 09d18d6e5f40
children
line wrap: on
line diff
--- a/MetroWpf/MetroWpf.Xaml/MetroWpf.Xaml.csproj	Tue Mar 20 16:53:29 2012 +0000
+++ b/MetroWpf/MetroWpf.Xaml/MetroWpf.Xaml.csproj	Tue Mar 20 20:18:35 2012 +0000
@@ -35,15 +35,7 @@
     <Reference Include="PresentationFramework" />
     <Reference Include="System" />
     <Reference Include="System.Core" />
-    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\Libs\System.Windows.Interactivity\System.Windows.Interactivity.dll</HintPath>
-    </Reference>
     <Reference Include="System.Xaml" />
-    <Reference Include="System.Xml.Linq" />
-    <Reference Include="System.Data.DataSetExtensions" />
-    <Reference Include="Microsoft.CSharp" />
-    <Reference Include="System.Data" />
     <Reference Include="System.Xml" />
     <Reference Include="WindowsBase" />
   </ItemGroup>
@@ -77,6 +69,12 @@
     <Compile Include="Extensions\DependencyObject.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Styles\Colors.cs" />
+    <Compile Include="Transitions\Fade.cs" />
+    <Compile Include="Transitions\StoryboardTransition.cs" />
+    <Compile Include="Transitions\Transition.cs" />
+    <Compile Include="Transitions\TransitionPresenter.cs" />
+    <Compile Include="Transitions\TransitionSelector.cs" />
+    <Compile Include="Transitions\TranslateTransition.cs" />
   </ItemGroup>
   <ItemGroup>
     <Page Include="Styles\Controls.WatermarkTextBox.xaml">