2020-02-10 22:03:28 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{1F00090A-C697-4C55-B401-192F3CFB9DC2}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-02-13 18:58:49 +00:00
|
|
|
|
<RootNamespace>QSB</RootNamespace>
|
|
|
|
|
<AssemblyName>QSB</AssemblyName>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2020-02-10 22:03:28 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
<TargetFrameworkProfile />
|
2020-02-10 22:03:28 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
2021-01-05 16:13:10 +00:00
|
|
|
|
<Optimize>true</Optimize>
|
2020-02-10 22:03:28 +00:00
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2021-10-18 08:02:48 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2020-02-10 22:03:28 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
2021-05-03 21:40:52 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2020-02-10 22:03:28 +00:00
|
|
|
|
<ItemGroup>
|
2021-04-29 17:30:45 +00:00
|
|
|
|
<Compile Include="Animation\NPC\AnimationEvent.cs" />
|
|
|
|
|
<Compile Include="Animation\NPC\CharacterAnimManager.cs" />
|
|
|
|
|
<Compile Include="Animation\NPC\Events\NpcAnimationEvent.cs" />
|
|
|
|
|
<Compile Include="Animation\NPC\Events\NpcAnimationMessage.cs" />
|
|
|
|
|
<Compile Include="Animation\NPC\Patches\CharacterAnimationPatches.cs" />
|
|
|
|
|
<Compile Include="Animation\NPC\WorldObjects\INpcAnimController.cs" />
|
|
|
|
|
<Compile Include="Animation\NPC\WorldObjects\NpcAnimController.cs" />
|
|
|
|
|
<Compile Include="Animation\NPC\WorldObjects\QSBCharacterAnimController.cs" />
|
2021-10-28 13:29:27 +00:00
|
|
|
|
<Compile Include="Animation\NPC\WorldObjects\QSBSolanumController.cs" />
|
2021-04-29 17:30:45 +00:00
|
|
|
|
<Compile Include="Animation\NPC\WorldObjects\QSBTravelerController.cs" />
|
2021-04-26 13:30:21 +00:00
|
|
|
|
<Compile Include="Animation\Player\AnimationSync.cs" />
|
|
|
|
|
<Compile Include="Animation\Player\AnimationType.cs" />
|
|
|
|
|
<Compile Include="Animation\Player\Events\AnimationTriggerEvent.cs" />
|
|
|
|
|
<Compile Include="Animation\Player\Events\AnimationTriggerMessage.cs" />
|
|
|
|
|
<Compile Include="Animation\Player\AnimatorMirror.cs" />
|
|
|
|
|
<Compile Include="Animation\Player\AnimControllerPatch.cs" />
|
|
|
|
|
<Compile Include="Animation\Player\AnimFloatParam.cs" />
|
|
|
|
|
<Compile Include="Animation\Player\CrouchSync.cs" />
|
|
|
|
|
<Compile Include="Animation\Player\Patches\PlayerAnimationPatches.cs" />
|
|
|
|
|
<Compile Include="Animation\Player\PlayerHeadRotationSync.cs" />
|
2021-05-07 13:58:37 +00:00
|
|
|
|
<Compile Include="Animation\Player\Thrusters\JetpackAccelerationSync.cs" />
|
2021-05-07 18:17:09 +00:00
|
|
|
|
<Compile Include="Animation\Player\Thrusters\RemoteThrusterFlameController.cs" />
|
2021-05-07 13:58:37 +00:00
|
|
|
|
<Compile Include="Animation\Player\Thrusters\RemoteThrusterWashController.cs" />
|
|
|
|
|
<Compile Include="Animation\Player\Thrusters\ThrusterManager.cs" />
|
2021-03-29 13:36:16 +00:00
|
|
|
|
<Compile Include="CampfireSync\CampfireManager.cs" />
|
2021-03-29 22:36:51 +00:00
|
|
|
|
<Compile Include="CampfireSync\Events\CampfireStateEvent.cs" />
|
|
|
|
|
<Compile Include="CampfireSync\Patches\CampfirePatches.cs" />
|
2021-03-29 13:36:16 +00:00
|
|
|
|
<Compile Include="CampfireSync\WorldObjects\QSBCampfire.cs" />
|
2021-08-08 18:57:58 +00:00
|
|
|
|
<Compile Include="ClientServerStateSync\ClientStateManager.cs" />
|
|
|
|
|
<Compile Include="ClientServerStateSync\Events\ClientStateEvent.cs" />
|
2021-09-27 15:54:15 +00:00
|
|
|
|
<Compile Include="ConversationSync\CameraFacingBillboard.cs" />
|
2020-12-18 21:00:22 +00:00
|
|
|
|
<Compile Include="ConversationSync\Events\DialogueConditionEvent.cs" />
|
|
|
|
|
<Compile Include="ConversationSync\Events\DialogueConditionMessage.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="ConversationSync\Events\ConversationEvent.cs" />
|
|
|
|
|
<Compile Include="ConversationSync\Events\ConversationMessage.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="ConversationSync\Patches\ConversationPatches.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="ConversationSync\Events\ConversationStartEndEvent.cs" />
|
|
|
|
|
<Compile Include="ConversationSync\Events\ConversationStartEndMessage.cs" />
|
2020-09-22 20:11:29 +00:00
|
|
|
|
<Compile Include="ConversationSync\ConversationType.cs" />
|
|
|
|
|
<Compile Include="ConversationSync\ConversationManager.cs" />
|
2021-07-31 08:44:56 +00:00
|
|
|
|
<Compile Include="DeathSync\EndLoopReason.cs" />
|
|
|
|
|
<Compile Include="DeathSync\Events\EndLoopEvent.cs" />
|
2021-06-23 11:06:08 +00:00
|
|
|
|
<Compile Include="DeathSync\Events\PlayerRespawnEvent.cs" />
|
2021-08-08 19:04:15 +00:00
|
|
|
|
<Compile Include="DeathSync\Events\StartLoopEvent.cs" />
|
2021-06-22 20:02:09 +00:00
|
|
|
|
<Compile Include="DeathSync\Patches\MapPatches.cs" />
|
2021-03-07 22:55:56 +00:00
|
|
|
|
<Compile Include="DeathSync\Events\PlayerDeathMessage.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="DeathSync\Patches\DeathPatches.cs" />
|
2021-06-23 11:06:08 +00:00
|
|
|
|
<Compile Include="DeathSync\Patches\RespawnPatches.cs" />
|
|
|
|
|
<Compile Include="DeathSync\RespawnManager.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="ElevatorSync\WorldObjects\QSBElevator.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="ElevatorSync\Events\ElevatorEvent.cs" />
|
2020-08-12 20:22:52 +00:00
|
|
|
|
<Compile Include="ElevatorSync\ElevatorManager.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="ElevatorSync\Patches\ElevatorPatches.cs" />
|
2020-12-14 16:24:52 +00:00
|
|
|
|
<Compile Include="Events\EventNames.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="DeathSync\Events\PlayerDeathEvent.cs" />
|
2020-12-14 16:24:52 +00:00
|
|
|
|
<Compile Include="Events\IQSBEvent.cs" />
|
2021-04-26 13:30:21 +00:00
|
|
|
|
<Compile Include="Animation\Player\Events\ChangeAnimTypeEvent.cs" />
|
2020-12-24 19:35:42 +00:00
|
|
|
|
<Compile Include="FrequencySync\Events\IdentifyFrequencyEvent.cs" />
|
|
|
|
|
<Compile Include="FrequencySync\Events\IdentifySignalEvent.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="FrequencySync\Patches\FrequencyPatches.cs" />
|
2021-08-08 18:57:58 +00:00
|
|
|
|
<Compile Include="ClientServerStateSync\ClientState.cs" />
|
2021-03-25 21:10:20 +00:00
|
|
|
|
<Compile Include="GeyserSync\Patches\GeyserPatches.cs" />
|
2021-06-11 13:34:27 +00:00
|
|
|
|
<Compile Include="Inputs\Patches\InputPatches.cs" />
|
2020-10-28 21:41:07 +00:00
|
|
|
|
<Compile Include="Instruments\QSBCamera\CameraController.cs" />
|
2020-10-27 22:59:19 +00:00
|
|
|
|
<Compile Include="Instruments\QSBCamera\CameraManager.cs" />
|
|
|
|
|
<Compile Include="Instruments\QSBCamera\CameraMode.cs" />
|
|
|
|
|
<Compile Include="Instruments\InstrumentsManager.cs" />
|
2021-06-04 10:31:09 +00:00
|
|
|
|
<Compile Include="Menus\IMenuAPI.cs" />
|
|
|
|
|
<Compile Include="Menus\MenuManager.cs" />
|
2021-03-30 16:28:05 +00:00
|
|
|
|
<Compile Include="Messaging\BoolMessage.cs" />
|
2021-04-28 15:32:01 +00:00
|
|
|
|
<Compile Include="OrbSync\TransformSync\NomaiOrbTransformSync.cs" />
|
2021-08-08 19:04:15 +00:00
|
|
|
|
<Compile Include="Player\Events\PlayerInformationEvent.cs" />
|
|
|
|
|
<Compile Include="Player\Events\PlayerInformationMessage.cs" />
|
|
|
|
|
<Compile Include="Player\Events\RequestStateResyncEvent.cs" />
|
2021-10-21 16:21:54 +00:00
|
|
|
|
<Compile Include="Player\GamePlatform.cs" />
|
2021-04-18 08:29:12 +00:00
|
|
|
|
<Compile Include="Player\Patches\PlayerPatches.cs" />
|
2021-04-18 17:42:22 +00:00
|
|
|
|
<Compile Include="Player\PlayerState.cs" />
|
2021-03-28 16:53:05 +00:00
|
|
|
|
<Compile Include="PoolSync\CustomNomaiRemoteCameraPlatform.cs" />
|
|
|
|
|
<Compile Include="PoolSync\CustomNomaiRemoteCameraStreaming.cs" />
|
2021-02-24 10:45:25 +00:00
|
|
|
|
<Compile Include="ItemSync\Events\DropItemEvent.cs" />
|
|
|
|
|
<Compile Include="ItemSync\Events\DropItemMessage.cs" />
|
2021-02-25 22:45:32 +00:00
|
|
|
|
<Compile Include="ItemSync\Events\MoveToCarryEvent.cs" />
|
2021-02-23 14:42:18 +00:00
|
|
|
|
<Compile Include="ItemSync\Events\SocketItemEvent.cs" />
|
2021-02-25 21:24:10 +00:00
|
|
|
|
<Compile Include="ItemSync\Events\SocketItemMessage.cs" />
|
2021-02-23 14:42:18 +00:00
|
|
|
|
<Compile Include="ItemSync\ItemManager.cs" />
|
|
|
|
|
<Compile Include="ItemSync\Patches\ItemPatches.cs" />
|
|
|
|
|
<Compile Include="ItemSync\SocketEventType.cs" />
|
2021-03-28 16:53:05 +00:00
|
|
|
|
<Compile Include="PoolSync\CustomNomaiRemoteCamera.cs" />
|
2021-02-23 14:42:18 +00:00
|
|
|
|
<Compile Include="ItemSync\WorldObjects\IQSBOWItem.cs" />
|
|
|
|
|
<Compile Include="ItemSync\WorldObjects\IQSBOWItemSocket.cs" />
|
2021-02-27 17:44:34 +00:00
|
|
|
|
<Compile Include="ItemSync\WorldObjects\QSBNomaiConversationStone.cs" />
|
|
|
|
|
<Compile Include="ItemSync\WorldObjects\QSBNomaiConversationStoneSocket.cs" />
|
2021-02-23 14:42:18 +00:00
|
|
|
|
<Compile Include="ItemSync\WorldObjects\QSBOWItem.cs" />
|
|
|
|
|
<Compile Include="ItemSync\WorldObjects\QSBOWItemSocket.cs" />
|
|
|
|
|
<Compile Include="ItemSync\WorldObjects\QSBScrollItem.cs" />
|
|
|
|
|
<Compile Include="ItemSync\WorldObjects\QSBScrollSocket.cs" />
|
2021-02-26 22:24:49 +00:00
|
|
|
|
<Compile Include="ItemSync\WorldObjects\QSBSharedStone.cs" />
|
|
|
|
|
<Compile Include="ItemSync\WorldObjects\QSBSharedStoneSocket.cs" />
|
2021-02-27 17:44:34 +00:00
|
|
|
|
<Compile Include="ItemSync\WorldObjects\QSBWarpCoreItem.cs" />
|
|
|
|
|
<Compile Include="ItemSync\WorldObjects\QSBWarpCoreSocket.cs" />
|
2020-12-19 10:56:25 +00:00
|
|
|
|
<Compile Include="LogSync\Events\RevealFactEvent.cs" />
|
|
|
|
|
<Compile Include="LogSync\Events\RevealFactMessage.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="LogSync\Patches\LogPatches.cs" />
|
2020-12-14 16:28:03 +00:00
|
|
|
|
<Compile Include="Messaging\EnumMessage.cs" />
|
|
|
|
|
<Compile Include="Messaging\FloatMessage.cs" />
|
2020-12-07 18:49:51 +00:00
|
|
|
|
<Compile Include="OrbSync\Events\OrbSlotMessage.cs" />
|
2020-09-29 20:34:46 +00:00
|
|
|
|
<Compile Include="OrbSync\OrbManager.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="OrbSync\Events\OrbSlotEvent.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="OrbSync\Patches\OrbPatches.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="OrbSync\Events\OrbUserEvent.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="OrbSync\WorldObjects\QSBOrbSlot.cs" />
|
2020-11-03 21:11:10 +00:00
|
|
|
|
<Compile Include="Patches\QSBPatchManager.cs" />
|
2021-02-21 18:25:25 +00:00
|
|
|
|
<Compile Include="Player\Events\PlayerEntangledEvent.cs" />
|
2021-03-09 16:43:41 +00:00
|
|
|
|
<Compile Include="Player\Events\PlayerKickEvent.cs" />
|
|
|
|
|
<Compile Include="Player\KickReason.cs" />
|
2021-02-21 21:27:54 +00:00
|
|
|
|
<Compile Include="Player\PlayerEntanglementWatcher.cs" />
|
2020-12-20 18:16:23 +00:00
|
|
|
|
<Compile Include="Player\PlayerMapMarker.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\PlayerSyncObject.cs" />
|
2021-03-28 16:53:05 +00:00
|
|
|
|
<Compile Include="PoolSync\Patches\PoolPatches.cs" />
|
|
|
|
|
<Compile Include="PoolSync\PoolManager.cs" />
|
2021-06-11 13:34:27 +00:00
|
|
|
|
<Compile Include="Inputs\QSBInputManager.cs" />
|
2021-07-04 15:03:45 +00:00
|
|
|
|
<Compile Include="ProbeSync\Events\PlayerProbeEvent.cs" />
|
2021-07-04 21:34:31 +00:00
|
|
|
|
<Compile Include="ProbeSync\Events\ProbeStartRetrieveEvent.cs" />
|
2021-07-04 15:03:45 +00:00
|
|
|
|
<Compile Include="ProbeSync\ProbeEvent.cs" />
|
|
|
|
|
<Compile Include="ProbeSync\ProbeListener.cs" />
|
2021-07-04 15:46:51 +00:00
|
|
|
|
<Compile Include="ProbeSync\QSBProbeEffects.cs" />
|
2021-07-03 23:00:24 +00:00
|
|
|
|
<Compile Include="ProbeSync\QSBProbeLantern.cs" />
|
|
|
|
|
<Compile Include="ProbeSync\QSBProbeSpotlight.cs" />
|
2020-11-03 21:11:10 +00:00
|
|
|
|
<Compile Include="Patches\QSBPatch.cs" />
|
|
|
|
|
<Compile Include="Patches\QSBPatchTypes.cs" />
|
2020-08-16 20:39:21 +00:00
|
|
|
|
<Compile Include="QSBSceneManager.cs" />
|
2021-03-13 18:37:42 +00:00
|
|
|
|
<Compile Include="Player\EnterLeaveType.cs" />
|
|
|
|
|
<Compile Include="Player\Events\EnterLeaveEvent.cs" />
|
2021-01-03 09:52:34 +00:00
|
|
|
|
<Compile Include="QuantumSync\Events\MoonStateChangeEvent.cs" />
|
|
|
|
|
<Compile Include="QuantumSync\Events\MoonStateChangeMessage.cs" />
|
2021-01-26 14:07:17 +00:00
|
|
|
|
<Compile Include="QuantumSync\Events\QuantumAuthorityEvent.cs" />
|
|
|
|
|
<Compile Include="QuantumSync\Events\QuantumAuthorityMessage.cs" />
|
2021-01-01 10:17:35 +00:00
|
|
|
|
<Compile Include="QuantumSync\Events\QuantumShuffleEvent.cs" />
|
|
|
|
|
<Compile Include="QuantumSync\Events\QuantumShuffleMessage.cs" />
|
2021-01-27 10:31:48 +00:00
|
|
|
|
<Compile Include="QuantumSync\WorldObjects\IQSBQuantumObject.cs" />
|
2021-01-18 12:33:07 +00:00
|
|
|
|
<Compile Include="QuantumSync\Patches\ClientQuantumPatches.cs" />
|
2020-12-23 11:26:47 +00:00
|
|
|
|
<Compile Include="QuantumSync\Events\MultiStateChangeEvent.cs" />
|
2020-12-23 10:43:13 +00:00
|
|
|
|
<Compile Include="QuantumSync\Events\MultiStateChangeMessage.cs" />
|
2020-12-22 21:39:53 +00:00
|
|
|
|
<Compile Include="QuantumSync\Events\SocketStateChangeEvent.cs" />
|
|
|
|
|
<Compile Include="QuantumSync\Events\SocketStateChangeMessage.cs" />
|
2021-01-18 12:33:07 +00:00
|
|
|
|
<Compile Include="QuantumSync\Patches\QuantumPatches.cs" />
|
2021-03-13 19:54:36 +00:00
|
|
|
|
<Compile Include="QuantumSync\WorldObjects\QSBEyeProxyQuantumMoon.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="QuantumSync\WorldObjects\QSBMultiStateQuantumObject.cs" />
|
2021-02-26 14:19:42 +00:00
|
|
|
|
<Compile Include="QuantumSync\WorldObjects\QSBQuantumMoon.cs" />
|
2021-01-26 14:07:17 +00:00
|
|
|
|
<Compile Include="QuantumSync\WorldObjects\QSBQuantumObject.cs" />
|
2021-01-01 10:17:35 +00:00
|
|
|
|
<Compile Include="QuantumSync\WorldObjects\QSBQuantumShuffleObject.cs" />
|
2021-03-18 13:35:11 +00:00
|
|
|
|
<Compile Include="QuantumSync\WorldObjects\QSBQuantumState.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="QuantumSync\WorldObjects\QSBSocketedQuantumObject.cs" />
|
|
|
|
|
<Compile Include="QuantumSync\WorldObjects\QSBQuantumSocket.cs" />
|
2020-12-22 21:39:53 +00:00
|
|
|
|
<Compile Include="QuantumSync\QuantumManager.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="QuantumSync\Patches\QuantumVisibilityPatches.cs" />
|
2021-01-18 12:33:07 +00:00
|
|
|
|
<Compile Include="QuantumSync\Patches\ServerQuantumPatches.cs" />
|
2021-05-15 13:10:51 +00:00
|
|
|
|
<Compile Include="SectorSync\TargetType.cs" />
|
2021-08-08 18:59:40 +00:00
|
|
|
|
<Compile Include="ClientServerStateSync\Events\ServerStateEvent.cs" />
|
|
|
|
|
<Compile Include="ClientServerStateSync\ServerState.cs" />
|
|
|
|
|
<Compile Include="ClientServerStateSync\ServerStateManager.cs" />
|
2021-06-20 08:48:37 +00:00
|
|
|
|
<Compile Include="ShipSync\ComponentType.cs" />
|
|
|
|
|
<Compile Include="ShipSync\Events\Component\ComponentDamagedEvent.cs" />
|
|
|
|
|
<Compile Include="ShipSync\Events\Component\ComponentRepairedEvent.cs" />
|
2021-06-20 09:17:32 +00:00
|
|
|
|
<Compile Include="ShipSync\Events\Component\ComponentRepairTickEvent.cs" />
|
2021-06-14 15:13:32 +00:00
|
|
|
|
<Compile Include="ShipSync\Events\FunnelEnableEvent.cs" />
|
2021-06-20 08:48:37 +00:00
|
|
|
|
<Compile Include="ShipSync\Events\Hull\HullChangeIntegrityEvent.cs" />
|
|
|
|
|
<Compile Include="ShipSync\Events\Hull\HullChangeIntegrityMessage.cs" />
|
|
|
|
|
<Compile Include="ShipSync\Events\Hull\HullDamagedEvent.cs" />
|
|
|
|
|
<Compile Include="ShipSync\Events\Hull\HullImpactEvent.cs" />
|
|
|
|
|
<Compile Include="ShipSync\Events\Hull\HullImpactMessage.cs" />
|
2021-06-20 09:06:29 +00:00
|
|
|
|
<Compile Include="ShipSync\Events\Hull\HullRepairedEvent.cs" />
|
2021-06-20 11:43:02 +00:00
|
|
|
|
<Compile Include="ShipSync\Events\Hull\HullRepairTickEvent.cs" />
|
2021-06-20 08:48:37 +00:00
|
|
|
|
<Compile Include="ShipSync\Events\ImpactDataMessage.cs" />
|
2021-06-20 09:17:32 +00:00
|
|
|
|
<Compile Include="ShipSync\Events\RepairTickMessage.cs" />
|
2021-06-20 08:48:37 +00:00
|
|
|
|
<Compile Include="ShipSync\WorldObjects\QSBShipComponent.cs" />
|
|
|
|
|
<Compile Include="ShipSync\WorldObjects\QSBShipHull.cs" />
|
2021-08-14 14:03:01 +00:00
|
|
|
|
<Compile Include="Syncs\Sectored\BaseSectoredSync.cs" />
|
|
|
|
|
<Compile Include="Syncs\Sectored\Rigidbodies\SectoredRigidbodySync.cs" />
|
|
|
|
|
<Compile Include="Syncs\Sectored\Transforms\SectoredTransformSync.cs" />
|
2021-07-07 21:12:41 +00:00
|
|
|
|
<Compile Include="Syncs\SyncBase.cs" />
|
2021-08-14 14:03:01 +00:00
|
|
|
|
<Compile Include="Syncs\Unsectored\BaseUnsectoredSync.cs" />
|
|
|
|
|
<Compile Include="Syncs\Unsectored\Rigidbodies\UnsectoredRigidbodySync.cs" />
|
|
|
|
|
<Compile Include="Syncs\Unsectored\Transforms\UnsectoredTransformSync.cs" />
|
2021-08-08 19:04:15 +00:00
|
|
|
|
<Compile Include="TimeSync\FastForwardReason.cs" />
|
2021-06-12 14:58:34 +00:00
|
|
|
|
<Compile Include="TimeSync\Patches\TimePatches.cs" />
|
2021-08-08 19:04:15 +00:00
|
|
|
|
<Compile Include="TimeSync\PauseReason.cs" />
|
2021-07-25 20:24:31 +00:00
|
|
|
|
<Compile Include="Tools\ProbeLauncherTool\Events\LaunchProbeEvent.cs" />
|
2021-07-26 21:55:09 +00:00
|
|
|
|
<Compile Include="Tools\ProbeLauncherTool\Events\PlayerLaunchProbeEvent.cs" />
|
|
|
|
|
<Compile Include="Tools\ProbeLauncherTool\Events\PlayerRetrieveProbeEvent.cs" />
|
2021-07-24 20:25:29 +00:00
|
|
|
|
<Compile Include="Tools\ProbeLauncherTool\Events\RetrieveProbeEvent.cs" />
|
|
|
|
|
<Compile Include="Tools\ProbeLauncherTool\Patches\LauncherPatches.cs" />
|
2021-07-26 21:55:09 +00:00
|
|
|
|
<Compile Include="Tools\ProbeLauncherTool\ProbeLauncherListener.cs" />
|
2021-07-24 20:25:29 +00:00
|
|
|
|
<Compile Include="Tools\ProbeLauncherTool\ProbeLauncherManager.cs" />
|
2021-07-26 21:55:09 +00:00
|
|
|
|
<Compile Include="Tools\ProbeLauncherTool\QSBProbeLauncherTool.cs" />
|
2021-07-24 20:25:29 +00:00
|
|
|
|
<Compile Include="Tools\ProbeLauncherTool\WorldObjects\QSBProbeLauncher.cs" />
|
2021-05-07 18:17:09 +00:00
|
|
|
|
<Compile Include="Utility\CustomRelativisticParticleSystem.cs" />
|
2021-03-30 16:28:05 +00:00
|
|
|
|
<Compile Include="RoastingSync\QSBMarshmallow.cs" />
|
|
|
|
|
<Compile Include="RoastingSync\Events\EnterExitRoastingEvent.cs" />
|
|
|
|
|
<Compile Include="RoastingSync\Events\MarshmallowEventEvent.cs" />
|
|
|
|
|
<Compile Include="RoastingSync\MarshmallowEventType.cs" />
|
|
|
|
|
<Compile Include="RoastingSync\Patches\RoastingPatches.cs" />
|
2021-03-11 20:02:23 +00:00
|
|
|
|
<Compile Include="SectorSync\FakeSector.cs" />
|
2021-04-12 09:37:20 +00:00
|
|
|
|
<Compile Include="ShipSync\Events\FlyShipEvent.cs" />
|
2021-04-12 11:02:08 +00:00
|
|
|
|
<Compile Include="ShipSync\Events\HatchEvent.cs" />
|
2021-04-12 10:31:21 +00:00
|
|
|
|
<Compile Include="ShipSync\Patches\ShipPatches.cs" />
|
2021-04-12 09:37:20 +00:00
|
|
|
|
<Compile Include="ShipSync\ShipManager.cs" />
|
2021-02-28 14:43:05 +00:00
|
|
|
|
<Compile Include="StatueSync\Events\StartStatueEvent.cs" />
|
|
|
|
|
<Compile Include="StatueSync\Events\StartStatueMessage.cs" />
|
|
|
|
|
<Compile Include="StatueSync\Patches\StatuePatches.cs" />
|
|
|
|
|
<Compile Include="StatueSync\StatueManager.cs" />
|
2021-05-15 10:25:47 +00:00
|
|
|
|
<Compile Include="Syncs\IntermediaryTransform.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="TranslationSync\Events\SetAsTranslatedEvent.cs" />
|
|
|
|
|
<Compile Include="TranslationSync\Events\SetAsTranslatedMessage.cs" />
|
|
|
|
|
<Compile Include="TranslationSync\NomaiTextType.cs" />
|
|
|
|
|
<Compile Include="TranslationSync\WorldObjects\QSBComputer.cs" />
|
|
|
|
|
<Compile Include="TranslationSync\WorldObjects\QSBVesselComputer.cs" />
|
|
|
|
|
<Compile Include="TranslationSync\WorldObjects\QSBWallText.cs" />
|
|
|
|
|
<Compile Include="TranslationSync\SpiralManager.cs" />
|
|
|
|
|
<Compile Include="TranslationSync\Patches\SpiralPatches.cs" />
|
2020-11-26 19:46:09 +00:00
|
|
|
|
<Compile Include="TimeSync\TimeSyncType.cs" />
|
|
|
|
|
<Compile Include="TimeSync\TimeSyncUI.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="Tools\Events\PlayerFlashlightEvent.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\Events\PlayerJoinEvent.cs" />
|
|
|
|
|
<Compile Include="Player\Events\PlayerReadyEvent.cs" />
|
2021-04-26 13:30:21 +00:00
|
|
|
|
<Compile Include="Animation\Player\Events\PlayerSuitEvent.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="TimeSync\Events\ServerTimeEvent.cs" />
|
|
|
|
|
<Compile Include="GeyserSync\Events\GeyserEvent.cs" />
|
2020-08-13 17:25:12 +00:00
|
|
|
|
<Compile Include="GeyserSync\GeyserManager.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="GeyserSync\WorldObjects\QSBGeyser.cs" />
|
2021-07-26 21:55:09 +00:00
|
|
|
|
<Compile Include="Tools\ProbeLauncherTool\Events\EquipProbeLauncherEvent.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="Tools\Events\PlayerSignalscopeEvent.cs" />
|
|
|
|
|
<Compile Include="Tools\Events\PlayerTranslatorEvent.cs" />
|
2020-12-14 16:24:52 +00:00
|
|
|
|
<Compile Include="Events\QSBEvent.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\Events\PlayerJoinMessage.cs" />
|
2020-12-14 16:28:03 +00:00
|
|
|
|
<Compile Include="Messaging\ToggleMessage.cs" />
|
2020-12-31 12:10:55 +00:00
|
|
|
|
<Compile Include="SectorSync\WorldObjects\QSBSector.cs" />
|
2021-03-09 19:45:00 +00:00
|
|
|
|
<Compile Include="SectorSync\SectorSync.cs" />
|
2021-02-25 13:52:49 +00:00
|
|
|
|
<Compile Include="Utility\CustomCallbacks.cs" />
|
2020-12-24 15:57:25 +00:00
|
|
|
|
<Compile Include="Utility\DebugBoxManager.cs" />
|
2021-06-19 10:24:23 +00:00
|
|
|
|
<Compile Include="Utility\DebugGUI.cs" />
|
2021-10-20 08:10:30 +00:00
|
|
|
|
<Compile Include="Utility\Events\DebugEvent.cs" />
|
|
|
|
|
<Compile Include="Utility\Events\DebugEventEnum.cs" />
|
2021-05-02 08:09:37 +00:00
|
|
|
|
<Compile Include="Utility\ZOverride.cs" />
|
2021-01-26 14:07:17 +00:00
|
|
|
|
<Compile Include="Utility\Extensions.cs" />
|
2021-02-25 13:52:49 +00:00
|
|
|
|
<Compile Include="Utility\GlobalMessenger4Args.cs" />
|
|
|
|
|
<Compile Include="Utility\GlobalMessenger5Args.cs" />
|
2021-02-24 10:45:25 +00:00
|
|
|
|
<Compile Include="Utility\GlobalMessenger6Args.cs" />
|
2021-02-19 10:09:14 +00:00
|
|
|
|
<Compile Include="Utility\IRepeating.cs" />
|
2021-01-03 12:38:02 +00:00
|
|
|
|
<Compile Include="Utility\Popcron.Gizmos\Constants.cs" />
|
|
|
|
|
<Compile Include="Utility\Popcron.Gizmos\Drawers\CubeDrawer.cs" />
|
|
|
|
|
<Compile Include="Utility\Popcron.Gizmos\Drawer.cs" />
|
2021-01-05 15:56:14 +00:00
|
|
|
|
<Compile Include="Utility\Popcron.Gizmos\Drawers\FrustumDrawer.cs" />
|
2021-01-03 12:38:02 +00:00
|
|
|
|
<Compile Include="Utility\Popcron.Gizmos\Element.cs" />
|
|
|
|
|
<Compile Include="Utility\Popcron.Gizmos\Gizmos.cs" />
|
|
|
|
|
<Compile Include="Utility\Popcron.Gizmos\GizmosInstance.cs" />
|
|
|
|
|
<Compile Include="Utility\Popcron.Gizmos\Drawers\LineDrawer.cs" />
|
|
|
|
|
<Compile Include="Utility\Popcron.Gizmos\Drawers\PolygonDrawer.cs" />
|
|
|
|
|
<Compile Include="Utility\Popcron.Gizmos\Drawers\SquareDrawer.cs" />
|
2021-02-19 10:09:14 +00:00
|
|
|
|
<Compile Include="Utility\RepeatingManager.cs" />
|
2021-02-12 13:29:01 +00:00
|
|
|
|
<Compile Include="Utility\UnitTestDetector.cs" />
|
2020-11-03 22:18:22 +00:00
|
|
|
|
<Compile Include="WorldSync\Events\BoolWorldObjectMessage.cs" />
|
2021-03-29 13:36:16 +00:00
|
|
|
|
<Compile Include="WorldSync\Events\EnumWorldObjectMessage.cs" />
|
2020-11-03 22:18:22 +00:00
|
|
|
|
<Compile Include="WorldSync\Events\WorldObjectMessage.cs" />
|
2020-07-30 20:27:14 +00:00
|
|
|
|
<Compile Include="Tools\QSBFlashlight.cs" />
|
2021-04-11 16:08:18 +00:00
|
|
|
|
<Compile Include="ProbeSync\QSBProbe.cs" />
|
2020-07-30 20:27:14 +00:00
|
|
|
|
<Compile Include="Tools\QSBTool.cs" />
|
|
|
|
|
<Compile Include="Tools\ToolType.cs" />
|
2021-04-11 16:05:02 +00:00
|
|
|
|
<Compile Include="ProbeSync\TransformSync\PlayerProbeSync.cs" />
|
2020-07-30 20:27:14 +00:00
|
|
|
|
<Compile Include="Utility\DebugActions.cs" />
|
2020-12-14 16:24:52 +00:00
|
|
|
|
<Compile Include="Events\QSBEventManager.cs" />
|
2020-08-13 19:46:16 +00:00
|
|
|
|
<Compile Include="DeathSync\Necronomicon.cs" />
|
2020-07-30 20:27:14 +00:00
|
|
|
|
<Compile Include="Utility\DebugLog.cs" />
|
2020-12-14 16:28:03 +00:00
|
|
|
|
<Compile Include="Messaging\PlayerMessage.cs" />
|
|
|
|
|
<Compile Include="Messaging\MessageHandler.cs" />
|
2020-12-14 16:24:52 +00:00
|
|
|
|
<Compile Include="Events\EventType.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\PlayerInfo.cs" />
|
2020-08-13 19:46:16 +00:00
|
|
|
|
<Compile Include="DeathSync\RespawnOnDeath.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\QSBPlayerManager.cs" />
|
2020-11-03 22:29:23 +00:00
|
|
|
|
<Compile Include="Player\PlayerHUDMarker.cs" />
|
2020-07-30 20:27:14 +00:00
|
|
|
|
<Compile Include="Tools\PlayerToolsManager.cs" />
|
2020-07-27 23:13:43 +00:00
|
|
|
|
<Compile Include="Utility\QuaternionHelper.cs" />
|
2020-02-24 18:55:16 +00:00
|
|
|
|
<Compile Include="TimeSync\PreserveTimeScale.cs" />
|
2021-04-11 16:05:02 +00:00
|
|
|
|
<Compile Include="ShipSync\TransformSync\ShipTransformSync.cs" />
|
2021-03-09 19:45:00 +00:00
|
|
|
|
<Compile Include="SectorSync\QSBSectorManager.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="TimeSync\Events\ServerTimeMessage.cs" />
|
2020-02-24 18:55:16 +00:00
|
|
|
|
<Compile Include="TimeSync\WakeUpSync.cs" />
|
2020-02-13 19:23:26 +00:00
|
|
|
|
<Compile Include="QSBNetworkManager.cs" />
|
2020-12-14 16:24:52 +00:00
|
|
|
|
<Compile Include="QSBCore.cs" />
|
2021-04-11 16:05:02 +00:00
|
|
|
|
<Compile Include="Player\TransformSync\PlayerTransformSync.cs" />
|
2020-02-10 22:03:28 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2020-12-19 10:56:25 +00:00
|
|
|
|
<Compile Include="WorldSync\FactReveal.cs" />
|
2020-12-24 08:41:38 +00:00
|
|
|
|
<Compile Include="WorldSync\IWorldObject.cs" />
|
2021-02-24 10:45:25 +00:00
|
|
|
|
<Compile Include="WorldSync\IWorldObjectTypeSubset.cs" />
|
2020-12-11 13:14:58 +00:00
|
|
|
|
<Compile Include="WorldSync\QSBWorldSync.cs" />
|
2020-08-13 17:25:12 +00:00
|
|
|
|
<Compile Include="WorldSync\WorldObject.cs" />
|
2021-03-23 13:18:29 +00:00
|
|
|
|
<Compile Include="WorldSync\WorldObjectManager.cs" />
|
2020-02-10 22:03:28 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
<None Include="app.config" />
|
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>
|
2021-10-18 08:02:48 +00:00
|
|
|
|
<Reference Include="Assembly-CSharp_publicized">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\publicized_assemblies\Assembly-CSharp_publicized.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Assembly-CSharp-firstpass">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="netstandard">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\netstandard.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System">
|
|
|
|
|
<HintPath>..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.InputSystem, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\Unity.InputSystem.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.AnimationModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.AssetBundleModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.AssetBundleModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.AudioModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.IMGUIModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.InputLegacyModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.InputModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.InputModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.Networking">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.Networking.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.ParticleSystemModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.ParticleSystemModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.PhysicsModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.TextCoreModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.TextCoreModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.TextRenderingModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UI">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.UI.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UIModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.UIModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UNETModule">
|
2021-10-15 20:06:51 +00:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.UNETModule.dll</HintPath>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
</Reference>
|
2020-02-10 22:03:28 +00:00
|
|
|
|
</ItemGroup>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\QuantumUNET\QuantumUNET.csproj">
|
2021-10-12 15:56:07 +00:00
|
|
|
|
<Project>{c8c53004-1508-4f86-a419-4292c188dc2a}</Project>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<Name>QuantumUNET</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2021-01-05 16:13:10 +00:00
|
|
|
|
<ItemGroup>
|
2021-10-12 15:56:07 +00:00
|
|
|
|
<Content Include="lib\UnityEngine.Networking.dll" />
|
2021-01-05 16:13:10 +00:00
|
|
|
|
</ItemGroup>
|
2021-10-12 20:03:21 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="HarmonyX">
|
|
|
|
|
<Version>2.5.5</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="OWML">
|
|
|
|
|
<Version>2.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2021-10-28 13:29:27 +00:00
|
|
|
|
<ItemGroup />
|
2020-02-10 22:03:28 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
2021-05-03 21:18:30 +00:00
|
|
|
|
<PostBuildEvent>md "$(OwmlDir)\Mods\$(ProjectName)"
|
|
|
|
|
md "$(OwmlDir)\Mods\$(ProjectName)\assets"
|
|
|
|
|
del "$(OwmlDir)\Mods\$(ProjectName)\config.json"
|
2020-02-10 22:03:28 +00:00
|
|
|
|
|
2021-05-03 21:18:30 +00:00
|
|
|
|
copy /y "$(ProjectDir)\default-config.json" "$(OwmlDir)\Mods\$(ProjectName)"
|
2021-08-28 10:07:59 +00:00
|
|
|
|
copy /y "$(SolutionDir)\AssetBundles" "$(OwmlDir)\Mods\$(ProjectName)\assets"
|
2021-05-03 21:18:30 +00:00
|
|
|
|
copy /y "$(ProjectDir)\manifest.json" "$(OwmlDir)\Mods\$(ProjectName)"
|
|
|
|
|
|
2021-10-12 15:56:07 +00:00
|
|
|
|
"$(SolutionDir)\QNetWeaver\bin\Debug\QNetWeaver.exe" "$(GameDir)\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll" "$(OwmlDir)\Mods\$(ProjectName)\QuantumUNET.dll" "$(ProjectDir)\lib\UnityEngine.Networking.dll" "$(SolutionDir)\WeavedFiles" "$(TargetPath)"
|
|
|
|
|
|
|
|
|
|
copy /y "$(SolutionDir)\WeavedFiles\QSB.dll" "$(OwmlDir)\Mods\$(ProjectName)"
|
2020-02-10 22:03:28 +00:00
|
|
|
|
|
2021-10-12 15:56:07 +00:00
|
|
|
|
xcopy /y "$(ProjectDir)\lib" "$(OwmlDir)\Mods\$(ProjectName)"</PostBuildEvent>
|
2020-02-10 22:03:28 +00:00
|
|
|
|
</PropertyGroup>
|
2021-08-25 09:22:33 +00:00
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<UserProperties manifest_1json__JsonSchema="" />
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
2020-07-27 23:13:43 +00:00
|
|
|
|
</Project>
|