GtkSharp/Source/Templates/GtkSharp.Template.FSharp/content/GtkSharp.Application.FSharp/GtkNamespace.fsproj

25 lines
555 B
XML
Raw Normal View History

2018-02-26 21:41:01 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2021-03-07 11:31:19 +00:00
<TargetFramework>net5.0</TargetFramework>
2018-02-26 21:41:01 +00:00
</PropertyGroup>
<ItemGroup>
<Compile Include="MainWindow.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<None Remove="**\*.glade" />
<EmbeddedResource Include="**\*.glade">
<LogicalName>%(Filename)%(Extension)</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
2019-11-07 20:51:40 +00:00
<PackageReference Include="GtkSharp" Version="3.22.25.*" />
2018-02-26 21:41:01 +00:00
</ItemGroup>
</Project>