Mercurial > pub > ImplabNet
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:1e9583086e99 | 4:381095ad0a69 |
---|---|
39 <Reference Include="Microsoft.CSharp" /> | 39 <Reference Include="Microsoft.CSharp" /> |
40 <Reference Include="System.Data" /> | 40 <Reference Include="System.Data" /> |
41 <Reference Include="System.Xml" /> | 41 <Reference Include="System.Xml" /> |
42 </ItemGroup> | 42 </ItemGroup> |
43 <ItemGroup> | 43 <ItemGroup> |
44 <Compile Include="ControlHelpers.cs" /> | 44 <Compile Include="Animation.cs" /> |
45 <Compile Include="AnimationHelpers.cs" /> | |
46 <Compile Include="PromiseHelpers.cs" /> | |
45 <Compile Include="Properties\AssemblyInfo.cs" /> | 47 <Compile Include="Properties\AssemblyInfo.cs" /> |
46 </ItemGroup> | 48 </ItemGroup> |
47 <ItemGroup> | 49 <ItemGroup> |
48 <ProjectReference Include="..\Implab\Implab.csproj"> | 50 <ProjectReference Include="..\Implab\Implab.csproj"> |
49 <Project>{99B95D0D-9CF9-4F70-8ADF-F4D0AA5CB0D9}</Project> | 51 <Project>{99B95D0D-9CF9-4F70-8ADF-F4D0AA5CB0D9}</Project> |