mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-25 17:23:54 +02:00
6 lines
490 B
XML
6 lines
490 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ProjectSchemaDefinitions xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">
|
|
<ItemType Name="CodegenStyleItem" DisplayName="Style File" />
|
|
<ContentType Name="CodegenStyleContent" ItemType="CodegenStyleItem" DisplayName="Style File" />
|
|
<FileExtension Name="*.style" ContentType="CodegenStyleContent" />
|
|
</ProjectSchemaDefinitions>
|