Ryujinx-GtkSharp/Source/Templates/GtkSharp.Template.CSharp/GtkSharp.Template.CSharp.csproj

17 lines
469 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>Gtk templates for CSharp</Title>
<PackageId>GtkSharp.Template.CSharp</PackageId>
<Description>A set of C# templates for your .Net Gtk Application.</Description>
</PropertyGroup>
<ItemGroup>
<Content Include="content/**/*" />
</ItemGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)../../Libs/GtkSharp/Icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>