mirror of
https://github.com/Ace-73/RC2Launcher-Git.git
synced 2025-04-04 19:10:59 +00:00
31 lines
899 B
XML
31 lines
899 B
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<RootNamespace>Bobocraft_2_Launcher_Update_Assistant</RootNamespace>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="images\**" />
|
|
<EmbeddedResource Remove="images\**" />
|
|
<None Remove="images\**" />
|
|
<Page Remove="images\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="bobocraft 2 logo vector.png" />
|
|
<None Remove="discord-mark-blue.png" />
|
|
<None Remove="LauncherBackground.png" />
|
|
<None Remove="vector_dizzy.png" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Resource Include="bobocraft 2 logo vector.png" />
|
|
<Resource Include="discord-mark-blue.png" />
|
|
<Resource Include="LauncherBackground.png" />
|
|
<Resource Include="vector_dizzy.png" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|