Files
EstusShots-Net/EstusShots.Gtk/EstusShots.Gtk.csproj
2020-02-27 17:15:51 +01:00

29 lines
769 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="**\*.glade" />
<EmbeddedResource Include="**\*.glade">
<LogicalName>%(Filename)%(Extension)</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.22.25.*" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EstusShots.Client\EstusShots.Client.csproj" />
<ProjectReference Include="..\EstusShots.Shared\EstusShots.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="DataStores" />
</ItemGroup>
</Project>