diff Implab.Fx/Implab.Fx.csproj @ 4:381095ad0a69

Implab.Fx: implemented animation object Implab.Fx: implemented transparency animation helper
author cin
date Tue, 17 Sep 2013 04:27:30 +0400
parents 1e9583086e99
children f2559580b481
line wrap: on
line diff
--- a/Implab.Fx/Implab.Fx.csproj	Fri Sep 13 12:54:28 2013 +0400
+++ b/Implab.Fx/Implab.Fx.csproj	Tue Sep 17 04:27:30 2013 +0400
@@ -41,7 +41,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="ControlHelpers.cs" />
+    <Compile Include="Animation.cs" />
+    <Compile Include="AnimationHelpers.cs" />
+    <Compile Include="PromiseHelpers.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>