2023-06-10 03:44:28 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<AssemblyTitle>Steam Rerouter</AssemblyTitle>
|
|
|
|
<Product>Steam Rerouter</Product>
|
|
|
|
<Title>Steam Rerouter</Title>
|
2023-06-10 05:32:56 +00:00
|
|
|
<Description>Handles game steam interaction, since qsb uses its own app id</Description>
|
2023-06-10 03:44:28 +00:00
|
|
|
<Authors>William Corby, Henry Pointer</Authors>
|
|
|
|
<Company>William Corby, Henry Pointer</Company>
|
|
|
|
<Copyright>Copyright © William Corby, Henry Pointer 2022-2023</Copyright>
|
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="..\LICENSE">
|
|
|
|
<Pack>True</Pack>
|
|
|
|
<PackagePath>\</PackagePath>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2024-04-25 20:43:31 +00:00
|
|
|
<PackageReference Include="OuterWildsGameLibs" Version="1.1.14.768" IncludeAssets="compile" />
|
|
|
|
<PackageReference Include="OWML" Version="2.11.1" IncludeAssets="compile" />
|
2023-06-10 03:44:28 +00:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|