mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 12:15:38 +00:00
17 lines
469 B
XML
17 lines
469 B
XML
|
<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>
|