4710fa1d06
* Upgrade CAKE build system * fix paths
17 lines
No EOL
469 B
XML
17 lines
No EOL
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> |