mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-10 16:14:45 +00:00
have qsb depend on patcher so action works
This commit is contained in:
parent
2e76d3ff99
commit
36c0f2cc4d
@ -79,6 +79,7 @@
|
||||
<Reference Include="..\Lib\*.dll" />
|
||||
<ProjectReference Include="..\FizzySteamworks\FizzySteamworks.csproj" />
|
||||
<ProjectReference Include="..\SteamRerouter\SteamRerouter.csproj" />
|
||||
<ProjectReference Include="..\QSBPatcher\QSBPatcher.csproj" />
|
||||
<ProjectReference Include="..\MirrorWeaver\MirrorWeaver.csproj" ReferenceOutputAssembly="false" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
@ -1,12 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
|
||||
<OutputPath Condition="Exists('$(OwmlDir)')">$(OwmlDir)\Mods\Raicuparta.QuantumSpaceBuddies</OutputPath>
|
||||
<AssemblyTitle>QSB Patcher</AssemblyTitle>
|
||||
<Product>QSB Patcher</Product>
|
||||
<Title>QSB Patcher</Title>
|
||||
<Description>Copies steamworks into the game for non-steam vendors</Description>
|
||||
<Authors>William Corby, Henry Pointer</Authors>
|
||||
<Company>William Corby, Henry Pointer</Company>
|
||||
<Copyright>Copyright © William Corby, Henry Pointer 2022-2023</Copyright>
|
||||
<PackageLicenseFile></PackageLicenseFile>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user