2021-11-27 01:28:22 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-11-20 19:49:50 +00:00
|
|
|
|
<PropertyGroup>
|
2021-11-27 01:28:22 +00:00
|
|
|
|
<AssemblyTitle>Quantum Space Buddies</AssemblyTitle>
|
|
|
|
|
<Description>Multiplayer mod for Outer Wilds</Description>
|
2021-11-27 03:17:03 +00:00
|
|
|
|
<Product>Quantum Space Buddies</Product>
|
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
2020-02-10 22:03:28 +00:00
|
|
|
|
<ProjectGuid>{1F00090A-C697-4C55-B401-192F3CFB9DC2}</ProjectGuid>
|
2022-01-14 22:14:40 +00:00
|
|
|
|
<OutputPath Condition="Exists($(OwmlDir))">$(OwmlDir)\Mods\QSB</OutputPath>
|
2020-02-10 22:03:28 +00:00
|
|
|
|
</PropertyGroup>
|
2022-01-14 22:14:40 +00:00
|
|
|
|
<Target Name="weave qsb" BeforeTargets="PostBuildEvent" Condition="Exists($(GameDir))">
|
2022-01-15 04:13:04 +00:00
|
|
|
|
<Exec Command=""$(SolutionDir)\MirrorWeaver\bin\$(Configuration)\MirrorWeaver" "$(OutputPath)\QSB.dll" "$(GameDir)"" />
|
2022-01-14 22:14:40 +00:00
|
|
|
|
</Target>
|
2021-05-03 21:40:52 +00:00
|
|
|
|
<PropertyGroup>
|
2021-11-27 03:17:03 +00:00
|
|
|
|
<PostBuildEvent Condition="Exists($(UnityAssetsDir)) and Exists($(GameDir)) and Exists($(OwmlDir))">
|
|
|
|
|
:: copy output to unity project
|
2021-11-30 01:23:35 +00:00
|
|
|
|
copy /y "$(OutputPath)" "$(UnityAssetsDir)"
|
2021-11-27 01:28:22 +00:00
|
|
|
|
:: copy game assembly to unity project
|
2021-11-30 01:23:35 +00:00
|
|
|
|
copy /y "$(GameDir)\OuterWilds_Data\Managed\Assembly-CSharp.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(GameDir)\OuterWilds_Data\Managed\Assembly-CSharp-firstpass.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(GameDir)\OuterWilds_Data\Managed\Unity.InputSystem.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(GameDir)\OuterWilds_Data\Managed\EOS-SDK.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(GameDir)\OuterWilds_Data\Managed\UniSense.dll" "$(UnityAssetsDir)"
|
2021-11-27 01:28:22 +00:00
|
|
|
|
|
|
|
|
|
:: copy owml files to unity project
|
2021-11-30 01:23:35 +00:00
|
|
|
|
copy /y "$(OwmlDir)\Autofac.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\Newtonsoft.Json.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\0Harmony.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\MonoMod.Utils.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\MonoMod.RuntimeDetour.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\Mono.Cecil.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\Mono.Cecil.Mdb.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\Mono.Cecil.Pdb.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\Mono.Cecil.Rocks.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\dnpatch.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\dnlib.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\Gameloop.Vdf.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\NAudio-Unity.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.Common.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.ModHelper.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.ModHelper.Assets.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.ModHelper.Events.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.ModHelper.Menus.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.ModHelper.Input.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.ModHelper.Interaction.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.Utils.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.Common.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.Logging.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.ModLoader.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.Patcher.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.GameFinder.dll" "$(UnityAssetsDir)"
|
|
|
|
|
copy /y "$(OwmlDir)\OWML.Abstractions.dll" "$(UnityAssetsDir)"
|
2021-11-27 01:28:22 +00:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2020-02-10 22:03:28 +00:00
|
|
|
|
<ItemGroup>
|
2020-12-20 23:17:31 +00:00
|
|
|
|
<None Include="default-config.json">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="manifest.json">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2022-01-08 00:54:30 +00:00
|
|
|
|
<PackageReference Include="OuterWildsGameLibs" Version="1.1.12.125" IncludeAssets="compile" />
|
2022-01-16 05:32:27 +00:00
|
|
|
|
<Reference Include="..\Mirror\*.dll" />
|
2022-01-16 17:45:43 +00:00
|
|
|
|
<ProjectReference Include="..\FizzyFacepunch\FizzyFacepunch.csproj" />
|
2022-01-21 23:44:57 +00:00
|
|
|
|
<ProjectReference Include="..\QSBPatcher\QSBPatcher.csproj" />
|
2022-01-16 05:49:59 +00:00
|
|
|
|
<ProjectReference Include="..\MirrorWeaver\MirrorWeaver.csproj" ReferenceOutputAssembly="false" />
|
2022-01-13 04:15:49 +00:00
|
|
|
|
<PackageReference Include="HarmonyX" Version="2.8.0" IncludeAssets="compile" />
|
|
|
|
|
<PackageReference Include="OWML" Version="2.3.1" IncludeAssets="compile" />
|
2021-11-27 01:28:22 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2021-11-27 02:43:28 +00:00
|
|
|
|
<None Update="AssetBundles\*">
|
2021-11-27 01:28:22 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2021-10-12 20:03:21 +00:00
|
|
|
|
</ItemGroup>
|
2021-11-27 10:16:39 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="debugsettings.json">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
2021-11-30 01:23:35 +00:00
|
|
|
|
</Project>
|