19 lines
483 B
XML
19 lines
483 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="Videos\Y2mate.mx-There is nothing we can do.. _ Napoleon Song %28Amour Plastique - slowed to perfection & loop%29-%28240p%29.mp4" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Videos\" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|