committed by
GitHub
6 changed files with 55 additions and 6 deletions
@ -1,3 +1,11 @@ |
|||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
|
<ItemGroup> |
||||
|
<AvailableItemName Include="AvaloniaXaml" /> |
||||
|
<AvailableItemName Include="AvaloniaResource" /> |
||||
|
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)AvaloniaItemSchema.xaml" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup Condition="'$(EnableDefaultItems)'=='True'"> |
||||
|
<AvaloniaXaml Include="**\*.axaml" SubType="Designer" /> |
||||
|
<AvaloniaXaml Include="**\*.paml" SubType="Designer" /> |
||||
|
</ItemGroup> |
||||
</Project> |
</Project> |
||||
|
|||||
@ -0,0 +1,18 @@ |
|||||
|
<ProjectSchemaDefinitions xmlns="http://schemas.microsoft.com/build/2009/properties"> |
||||
|
<ContentType |
||||
|
Name="AvaloniaXaml" |
||||
|
DisplayName="Avalonia XAML" |
||||
|
ItemType="AvaloniaXaml"> |
||||
|
<NameValuePair Name="DependentFileExtensions" Value=".cs" /> |
||||
|
<NameValuePair Name="DefaultMetadata_SubType" Value="Designer" /> |
||||
|
</ContentType> |
||||
|
|
||||
|
<ItemType Name="AvaloniaXaml" DisplayName="Avalonia XAML" /> |
||||
|
<FileExtension Name=".axaml" ContentType="AvaloniaXaml" /> |
||||
|
<FileExtension Name=".paml" ContentType="AvaloniaXaml" /> |
||||
|
<ContentType |
||||
|
Name="AvaloniaResource" |
||||
|
DisplayName="Avalonia Resource" |
||||
|
ItemType="AvaloniaResource" |
||||
|
/> |
||||
|
</ProjectSchemaDefinitions> |
||||
Loading…
Reference in new issue