mirror of
https://github.com/Ace-73/RC2Launcher-Git.git
synced 2025-04-06 20:00:58 +00:00
24 lines
No EOL
721 B
XML
24 lines
No EOL
721 B
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<UseWPF>true</UseWPF>
|
|
<ApplicationIcon>images\Icon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="bobocraft 2 logo vector.png" />
|
|
<None Remove="images\Icon.ico" />
|
|
<None Remove="images\LauncherBackground.png" />
|
|
<None Remove="LauncherBackground.png" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Resource Include="bobocraft 2 logo vector.png" />
|
|
<Resource Include="images\Icon.ico" />
|
|
<Resource Include="images\LauncherBackground.png" />
|
|
<Resource Include="LauncherBackground.png" />
|
|
</ItemGroup>
|
|
|
|
</Project> |