|
|
@ -43,13 +43,17 @@ |
|
|
<Compile Include="..\Shared\SharedAssemblyInfo.cs"> |
|
|
<Compile Include="..\Shared\SharedAssemblyInfo.cs"> |
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
|
|
</Compile> |
|
|
</Compile> |
|
|
|
|
|
<Compile Include="Controls\NameScopeEventArgs.cs" /> |
|
|
|
|
|
<Compile Include="Controls\NameScopeExtensions.cs" /> |
|
|
<Compile Include="LogicalTree\ILogical.cs" /> |
|
|
<Compile Include="LogicalTree\ILogical.cs" /> |
|
|
<Compile Include="LogicalTree\LogicalExtensions.cs" /> |
|
|
<Compile Include="LogicalTree\LogicalExtensions.cs" /> |
|
|
<Compile Include="LogicalTree\LogicalTreeAttachmentEventArgs.cs" /> |
|
|
<Compile Include="LogicalTree\LogicalTreeAttachmentEventArgs.cs" /> |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
<Compile Include="Styling\ActivatedSubject.cs" /> |
|
|
<Compile Include="Styling\ActivatedSubject.cs" /> |
|
|
<Compile Include="Styling\ActivatedValue.cs" /> |
|
|
<Compile Include="Styling\ActivatedValue.cs" /> |
|
|
|
|
|
<Compile Include="Controls\INameScope.cs" /> |
|
|
<Compile Include="Styling\ITemplate.cs" /> |
|
|
<Compile Include="Styling\ITemplate.cs" /> |
|
|
|
|
|
<Compile Include="Controls\NameScope.cs" /> |
|
|
<Compile Include="Styling\TemplateSelector.cs" /> |
|
|
<Compile Include="Styling\TemplateSelector.cs" /> |
|
|
<Compile Include="Styling\DescendentSelector.cs" /> |
|
|
<Compile Include="Styling\DescendentSelector.cs" /> |
|
|
<Compile Include="Styling\ChildSelector.cs" /> |
|
|
<Compile Include="Styling\ChildSelector.cs" /> |
|
|
@ -93,6 +97,10 @@ |
|
|
<None Include="Styling\packages.config" /> |
|
|
<None Include="Styling\packages.config" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
|
|
|
<ProjectReference Include="..\Avalonia.Animation\Avalonia.Animation.csproj"> |
|
|
|
|
|
<Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project> |
|
|
|
|
|
<Name>Avalonia.Animation</Name> |
|
|
|
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\Avalonia.Base\Avalonia.Base.csproj"> |
|
|
<ProjectReference Include="..\Avalonia.Base\Avalonia.Base.csproj"> |
|
|
<Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project> |
|
|
<Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project> |
|
|
<Name>Avalonia.Base</Name> |
|
|
<Name>Avalonia.Base</Name> |
|
|
|