Ryujinx-GtkSharp/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Application.CSharp/GtkNamespace.csproj

20 lines
448 B
XML
Raw Normal View History

2017-10-26 19:49:21 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2018-02-26 22:41:01 +01:00
2017-10-26 19:49:21 +02:00
<PropertyGroup>
2018-01-16 19:36:07 +01:00
<OutputType>WinExe</OutputType>
2021-03-07 12:31:19 +01:00
<TargetFramework>net5.0</TargetFramework>
2017-10-26 19:49:21 +02:00
</PropertyGroup>
2018-02-26 22:41:01 +01:00
2017-10-26 19:49:21 +02:00
<ItemGroup>
<None Remove="**\*.glade" />
2017-11-12 00:57:27 +01:00
<EmbeddedResource Include="**\*.glade">
2017-11-02 17:12:15 +01:00
<LogicalName>%(Filename)%(Extension)</LogicalName>
2017-10-26 19:49:21 +02:00
</EmbeddedResource>
</ItemGroup>
2018-02-26 22:41:01 +01:00
2017-10-26 19:49:21 +02:00
<ItemGroup>
2019-11-07 21:51:40 +01:00
<PackageReference Include="GtkSharp" Version="3.22.25.*" />
2017-10-26 19:49:21 +02:00
</ItemGroup>
2018-02-26 22:41:01 +01:00
2017-10-26 19:49:21 +02:00
</Project>