2023-03-18 14:13:37 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-01-28 16:51:55 +01:00
|
|
|
|
<PropertyGroup>
|
2023-03-18 14:13:37 +01:00
|
|
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
2017-01-28 16:51:55 +01:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2023-03-18 14:13:37 +01:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
2017-01-28 16:51:55 +01:00
|
|
|
|
</PropertyGroup>
|
2017-01-28 18:13:30 +01:00
|
|
|
|
<PropertyGroup>
|
2017-03-09 20:56:48 +01:00
|
|
|
|
<ApplicationIcon>Serraniel-64x64.ico</ApplicationIcon>
|
2017-01-28 18:13:30 +01:00
|
|
|
|
</PropertyGroup>
|
2017-04-16 17:57:27 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject />
|
|
|
|
|
</PropertyGroup>
|
2017-01-28 16:51:55 +01:00
|
|
|
|
<ItemGroup>
|
2017-03-09 20:56:48 +01:00
|
|
|
|
<Content Include="Serraniel-64x64.ico" />
|
2017-03-09 20:08:35 +01:00
|
|
|
|
<Content Include="Serraniel-Logo4-ABGERUNDET.ico" />
|
2017-01-28 18:13:30 +01:00
|
|
|
|
</ItemGroup>
|
2017-04-16 17:57:27 +02:00
|
|
|
|
<ItemGroup>
|
2023-03-18 14:13:37 +01:00
|
|
|
|
<ProjectReference Include="..\Discord Media Loader.Application\DML.Application.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
|
|
|
|
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
|
|
|
|
|
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
|
2023-03-18 14:52:25 +01:00
|
|
|
|
<PackageReference Include="Octokit" Version="5.0.2" />
|
2017-04-16 17:57:27 +02:00
|
|
|
|
</ItemGroup>
|
2017-01-28 16:51:55 +01:00
|
|
|
|
</Project>
|