mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-12-11 20:15:10 +01:00
make steam transport guy standalone for even more testing
This commit is contained in:
parent
a9b716f7e2
commit
733242f8fb
@ -75,7 +75,7 @@
|
|||||||
<PackageReference Include="OWML" Version="2.15.1" IncludeAssets="compile" />
|
<PackageReference Include="OWML" Version="2.15.1" IncludeAssets="compile" />
|
||||||
<Reference Include="..\Lib\*.dll" />
|
<Reference Include="..\Lib\*.dll" />
|
||||||
<ProjectReference Include="..\FizzySteamworks\FizzySteamworks.csproj" />
|
<ProjectReference Include="..\FizzySteamworks\FizzySteamworks.csproj" />
|
||||||
<ProjectReference Include="..\SteamTransport\SteamTransport.csproj" />
|
<!-- <ProjectReference Include="..\SteamTransport\SteamTransport.csproj" />-->
|
||||||
<ProjectReference Include="..\SteamRerouter\SteamRerouter.csproj" />
|
<ProjectReference Include="..\SteamRerouter\SteamRerouter.csproj" />
|
||||||
<ProjectReference Include="..\QSBPatcher\QSBPatcher.csproj" />
|
<ProjectReference Include="..\QSBPatcher\QSBPatcher.csproj" />
|
||||||
<ProjectReference Include="..\MirrorWeaver\MirrorWeaver.csproj" ReferenceOutputAssembly="false" />
|
<ProjectReference Include="..\MirrorWeaver\MirrorWeaver.csproj" ReferenceOutputAssembly="false" />
|
||||||
|
|||||||
@ -11,10 +11,12 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="OuterWildsGameLibs" Version="1.1.14.768" IncludeAssets="compile" />
|
<PackageReference Include="OuterWildsGameLibs" Version="1.1.14.768" IncludeAssets="compile" />
|
||||||
<PackageReference Include="OWML" Version="2.11.1" IncludeAssets="compile" />
|
|
||||||
<Reference Include="..\Lib\*.dll" />
|
<Reference Include="..\Lib\*.dll" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<None Include="..\Lib\*.dll">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
<None Include="steam_api64.dll">
|
<None Include="steam_api64.dll">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user