SteamStorefrontAPI/SteamStorefrontConsole/SteamStorefrontConsole.csproj
2019-05-14 01:44:44 +03:00

13 lines
283 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SteamStorefrontAPI\SteamStorefrontAPI.csproj" />
</ItemGroup>
</Project>