TslLauncher/TslGameLauncher/TslLauncher.csproj

27 lines
776 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<ApplicationIcon>Resource\Image\icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<None Remove="Resource\Fonts\Alimama FYT VF.ttf" />
<None Remove="Resource\Image\icon.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="Resource\Image\icon.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resource\Fonts\Alimama FYT VF.ttf" />
<Resource Include="Resource\Image\icon.ico" />
<Resource Include="Resource\Image\Splash.png" />
</ItemGroup>
</Project>