Get list of DLC function now checks if entered app is actually of type "game"

This commit is contained in:
Jeddunk 2021-01-04 12:27:48 +01:00
parent d71144b1d6
commit 721b5e8e7f
2 changed files with 74 additions and 50 deletions

View file

@ -5,6 +5,16 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>auto_creamapi</RootNamespace>
<UseWPF>true</UseWPF>
<PackageVersion>2.1.3</PackageVersion>
<Title>auto-creamapi</Title>
<Authors>Jeddunk</Authors>
<Company>jeddunk.xyz</Company>
<AssemblyVersion>2.1.3</AssemblyVersion>
<FileVersion>2.1.3</FileVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>