Files
EstusShots-Net/EstusShots.Gtk/EstusShots.Gtk.csproj

38 lines
1.2 KiB
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>
<None Remove="Icons\icon.png" />
<EmbeddedResource Include="Icons\icon.png">
<LogicalName>%(Filename)%(Extension)</LogicalName>
</EmbeddedResource>
<Content Include="Theme\**\*" Condition="$(NETCoreSdkRuntimeIdentifier) == 'win-x64'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</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="Dialogs\Glade" />
<Folder Include="Theme" />
</ItemGroup>
</Project>