make steam transport guy standalone for even more testing

This commit is contained in:
JohnCorby 2025-02-22 16:53:22 -08:00
parent a9b716f7e2
commit 733242f8fb
2 changed files with 4 additions and 2 deletions

View File

@ -75,7 +75,7 @@
<PackageReference Include="OWML" Version="2.15.1" IncludeAssets="compile" />
<Reference Include="..\Lib\*.dll" />
<ProjectReference Include="..\FizzySteamworks\FizzySteamworks.csproj" />
<ProjectReference Include="..\SteamTransport\SteamTransport.csproj" />
<!-- <ProjectReference Include="..\SteamTransport\SteamTransport.csproj" />-->
<ProjectReference Include="..\SteamRerouter\SteamRerouter.csproj" />
<ProjectReference Include="..\QSBPatcher\QSBPatcher.csproj" />
<ProjectReference Include="..\MirrorWeaver\MirrorWeaver.csproj" ReferenceOutputAssembly="false" />

View File

@ -11,10 +11,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OuterWildsGameLibs" Version="1.1.14.768" IncludeAssets="compile" />
<PackageReference Include="OWML" Version="2.11.1" IncludeAssets="compile" />
<Reference Include="..\Lib\*.dll" />
</ItemGroup>
<ItemGroup>
<None Include="..\Lib\*.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="steam_api64.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>