DiscordMediaLoader/Discord Media Loader/Discord Media Loader.csproj

28 lines
1 KiB
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2017-01-28 16:51:55 +01:00
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
2017-01-28 16:51:55 +01:00
<OutputType>WinExe</OutputType>
<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>
<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>