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

17 lines
469 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>Gtk templates for FSharp</Title>
<PackageId>GtkSharp.Template.FSharp</PackageId>
<Description>A set of F# 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>