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

25 lines
562 B
XML
Raw Normal View History

2018-02-26 21:41:01 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2020-05-18 18:20:54 +00:00
<TargetFramework>netcoreapp3.1</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>