2020-02-10 23:03:28 +01: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 19:58:49 +01:00
|
|
|
|
<RootNamespace>QSB</RootNamespace>
|
|
|
|
|
<AssemblyName>QSB</AssemblyName>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</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>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="0Harmony, Version=1.2.0.1, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Lib.Harmony.1.2.0.1\lib\net35\0Harmony.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Assembly-CSharp">
|
2020-05-20 22:52:27 +02:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\Assembly-CSharp.dll</HintPath>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</Reference>
|
2020-10-27 22:59:19 +00:00
|
|
|
|
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
|
|
|
|
|
</Reference>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
<Reference Include="NAudio-Unity, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-08-20 14:10:37 +01:00
|
|
|
|
<HintPath>..\packages\OWML.0.7.3\lib\net35\NAudio-Unity.dll</HintPath>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Json.Net.Unity3D.9.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="OWML, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-08-20 14:10:37 +01:00
|
|
|
|
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.dll</HintPath>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="OWML.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-08-20 14:10:37 +01:00
|
|
|
|
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.Common.dll</HintPath>
|
2020-08-08 12:27:55 +02:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="OWML.Logging, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-08-20 14:10:37 +01:00
|
|
|
|
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.Logging.dll</HintPath>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="OWML.ModHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-08-20 14:10:37 +01:00
|
|
|
|
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.dll</HintPath>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="OWML.ModHelper.Assets, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-08-20 14:10:37 +01:00
|
|
|
|
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.Assets.dll</HintPath>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="OWML.ModHelper.Events, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-08-20 14:10:37 +01:00
|
|
|
|
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.Events.dll</HintPath>
|
2020-07-28 00:13:43 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="OWML.ModHelper.Input, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-08-20 14:10:37 +01:00
|
|
|
|
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.Input.dll</HintPath>
|
2020-07-28 00:13:43 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="OWML.ModHelper.Interaction, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-08-20 14:10:37 +01:00
|
|
|
|
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.Interaction.dll</HintPath>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="OWML.ModHelper.Menus, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-08-20 14:10:37 +01:00
|
|
|
|
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.Menus.dll</HintPath>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="UnityEngine">
|
2020-05-20 22:52:27 +02:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.dll</HintPath>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</Reference>
|
2020-02-18 11:08:08 +01:00
|
|
|
|
<Reference Include="UnityEngine.AnimationModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2020-05-20 22:52:27 +02:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
|
2020-02-18 11:08:08 +01:00
|
|
|
|
</Reference>
|
2020-08-13 20:43:47 +02:00
|
|
|
|
<Reference Include="UnityEngine.AudioModule">
|
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
|
|
|
|
|
</Reference>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2020-07-28 00:13:43 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2020-05-20 22:52:27 +02:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</Reference>
|
2020-03-04 21:46:16 +01:00
|
|
|
|
<Reference Include="UnityEngine.IMGUIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2020-05-20 22:52:27 +02:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
|
2020-03-04 21:46:16 +01:00
|
|
|
|
</Reference>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
<Reference Include="UnityEngine.Networking">
|
2020-05-20 22:52:27 +02:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.Networking.dll</HintPath>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</Reference>
|
2020-08-13 22:06:34 +01:00
|
|
|
|
<Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2020-08-13 22:17:18 +01:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
|
2020-08-13 22:06:34 +01:00
|
|
|
|
</Reference>
|
2020-07-28 00:13:43 +01:00
|
|
|
|
<Reference Include="UnityEngine.TextRenderingModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-02-21 21:51:58 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2020-07-28 00:13:43 +01:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
|
2020-02-21 21:51:58 +01:00
|
|
|
|
</Reference>
|
2020-02-14 22:14:24 +01:00
|
|
|
|
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2020-05-20 22:52:27 +02:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.UI.dll</HintPath>
|
2020-02-14 22:14:24 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2020-05-20 22:52:27 +02:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.UIModule.dll</HintPath>
|
2020-02-14 22:14:24 +01:00
|
|
|
|
</Reference>
|
2020-03-02 17:25:37 +01:00
|
|
|
|
<Reference Include="UnityEngine.UNETModule">
|
2020-05-20 22:52:27 +02:00
|
|
|
|
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.UNETModule.dll</HintPath>
|
2020-03-02 17:25:37 +01:00
|
|
|
|
</Reference>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-02-21 23:36:07 +01:00
|
|
|
|
<Compile Include="Animation\AnimationSync.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="Animation\Events\AnimTriggerEvent.cs" />
|
2020-02-21 23:36:07 +01:00
|
|
|
|
<Compile Include="Animation\AnimatorMirror.cs" />
|
2020-08-12 19:09:53 +02:00
|
|
|
|
<Compile Include="Animation\AnimControllerPatch.cs" />
|
2020-02-21 23:36:07 +01:00
|
|
|
|
<Compile Include="Animation\AnimFloatParam.cs" />
|
2020-02-23 18:31:38 +01:00
|
|
|
|
<Compile Include="Animation\AnimTrigger.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="Animation\Events\AnimTriggerMessage.cs" />
|
2020-08-20 21:47:53 +02:00
|
|
|
|
<Compile Include="Animation\CrouchSync.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="ConversationSync\Events\ConversationEvent.cs" />
|
|
|
|
|
<Compile Include="ConversationSync\Events\ConversationMessage.cs" />
|
2020-09-22 21:11:29 +01:00
|
|
|
|
<Compile Include="ConversationSync\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 21:11:29 +01:00
|
|
|
|
<Compile Include="ConversationSync\ConversationType.cs" />
|
|
|
|
|
<Compile Include="ConversationSync\ConversationManager.cs" />
|
2020-10-24 15:31:20 +01:00
|
|
|
|
<Compile Include="ConversationSync\QSBFacePlayerWhenTalking.cs" />
|
2020-08-13 21:46:16 +02:00
|
|
|
|
<Compile Include="DeathSync\DeathPatches.cs" />
|
2020-08-13 19:25:12 +02:00
|
|
|
|
<Compile Include="ElevatorSync\QSBElevator.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="ElevatorSync\Events\ElevatorEvent.cs" />
|
2020-08-12 22:22:52 +02:00
|
|
|
|
<Compile Include="ElevatorSync\ElevatorManager.cs" />
|
2020-08-12 21:58:29 +02:00
|
|
|
|
<Compile Include="ElevatorSync\ElevatorPatches.cs" />
|
2020-11-03 21:42:14 +00:00
|
|
|
|
<Compile Include="EventsCore\EventNames.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="DeathSync\Events\PlayerDeathEvent.cs" />
|
2020-11-03 21:42:14 +00:00
|
|
|
|
<Compile Include="EventsCore\IQSBEvent.cs" />
|
2020-11-01 12:11:36 +00:00
|
|
|
|
<Compile Include="Instruments\Events\PlayInstrumentEvent.cs" />
|
|
|
|
|
<Compile Include="Instruments\Events\PlayInstrumentMessage.cs" />
|
|
|
|
|
<Compile Include="Instruments\InstrumentType.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" />
|
2020-09-29 21:34:46 +01:00
|
|
|
|
<Compile Include="OrbSync\OrbManager.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="OrbSync\Events\OrbSlotEvent.cs" />
|
2020-09-05 13:24:51 +01:00
|
|
|
|
<Compile Include="OrbSync\OrbPatches.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="OrbSync\Events\OrbUserEvent.cs" />
|
2020-09-04 20:54:34 +01:00
|
|
|
|
<Compile Include="OrbSync\QSBOrbSlot.cs" />
|
2020-11-03 21:11:10 +00:00
|
|
|
|
<Compile Include="Patches\QSBPatchManager.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\PlayerSyncObject.cs" />
|
2020-08-18 22:37:27 +02:00
|
|
|
|
<Compile Include="QSBNetworkLobby.cs" />
|
2020-11-03 21:11:10 +00:00
|
|
|
|
<Compile Include="Patches\QSBPatch.cs" />
|
|
|
|
|
<Compile Include="Patches\QSBPatchTypes.cs" />
|
2020-08-16 22:39:21 +02:00
|
|
|
|
<Compile Include="QSBSceneManager.cs" />
|
2020-08-13 22:06:34 +01:00
|
|
|
|
<Compile Include="TimeSync\WakeUpPatches.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\PlayerLeaveEvent.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="Tools\Events\PlayerProbeEvent.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\Events\PlayerReadyEvent.cs" />
|
2020-09-04 20:54:34 +01:00
|
|
|
|
<Compile Include="TransformSync\NomaiOrbTransformSync.cs" />
|
2020-08-13 21:46:16 +02:00
|
|
|
|
<Compile Include="TransformSync\PlayerSectorEvent.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\Events\PlayerStatesRequestEvent.cs" />
|
|
|
|
|
<Compile Include="Animation\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 19:25:12 +02:00
|
|
|
|
<Compile Include="GeyserSync\GeyserManager.cs" />
|
|
|
|
|
<Compile Include="GeyserSync\QSBGeyser.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="DeathSync\Events\PlayerDeathMessage.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\Events\PlayerLeaveMessage.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="Tools\Events\PlayerProbeLauncherEvent.cs" />
|
|
|
|
|
<Compile Include="Tools\Events\PlayerSignalscopeEvent.cs" />
|
|
|
|
|
<Compile Include="Tools\Events\PlayerTranslatorEvent.cs" />
|
2020-11-03 21:42:14 +00:00
|
|
|
|
<Compile Include="EventsCore\QSBEvent.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\Events\PlayerJoinMessage.cs" />
|
2020-11-03 21:42:14 +00:00
|
|
|
|
<Compile Include="MessagesCore\ToggleMessage.cs" />
|
2020-08-16 17:15:36 +02:00
|
|
|
|
<Compile Include="TransformSync\QSBSector.cs" />
|
|
|
|
|
<Compile Include="TransformSync\QSBSectorManager.cs" />
|
2020-08-31 09:36:29 +01:00
|
|
|
|
<Compile Include="TransformSync\TransformSync.cs" />
|
2020-08-16 17:15:36 +02:00
|
|
|
|
<Compile Include="Utility\GOExtensions.cs" />
|
2020-09-07 19:57:43 +02:00
|
|
|
|
<Compile Include="Utility\ListExtensions.cs" />
|
2020-11-03 22:18:22 +00:00
|
|
|
|
<Compile Include="WorldSync\Events\BoolWorldObjectMessage.cs" />
|
|
|
|
|
<Compile Include="WorldSync\Events\WorldObjectMessage.cs" />
|
2020-07-30 22:27:14 +02:00
|
|
|
|
<Compile Include="Tools\QSBFlashlight.cs" />
|
2020-08-07 20:39:07 +01:00
|
|
|
|
<Compile Include="Tools\QSBProbe.cs" />
|
2020-07-30 22:27:14 +02:00
|
|
|
|
<Compile Include="Tools\QSBTool.cs" />
|
|
|
|
|
<Compile Include="Tools\ToolType.cs" />
|
2020-08-07 20:39:07 +01:00
|
|
|
|
<Compile Include="TransformSync\PlayerProbeSync.cs" />
|
2020-07-30 22:27:14 +02:00
|
|
|
|
<Compile Include="Utility\DebugActions.cs" />
|
2020-11-03 21:42:14 +00:00
|
|
|
|
<Compile Include="EventsCore\QSBEventManager.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\Events\PlayerStateMessage.cs" />
|
2020-11-03 21:42:14 +00:00
|
|
|
|
<Compile Include="Player\Events\PlayerStateEvent.cs" />
|
2020-08-13 21:46:16 +02:00
|
|
|
|
<Compile Include="DeathSync\Necronomicon.cs" />
|
2020-07-30 22:27:14 +02:00
|
|
|
|
<Compile Include="Utility\DebugLog.cs" />
|
2020-11-03 21:42:14 +00:00
|
|
|
|
<Compile Include="MessagesCore\PlayerMessage.cs" />
|
|
|
|
|
<Compile Include="MessagesCore\QSBMessageHandler.cs" />
|
2020-11-03 22:13:12 +00:00
|
|
|
|
<Compile Include="EventsCore\EventType.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\PlayerInfo.cs" />
|
|
|
|
|
<Compile Include="Player\State.cs" />
|
2020-08-13 21:46:16 +02:00
|
|
|
|
<Compile Include="DeathSync\PreventShipDestruction.cs" />
|
|
|
|
|
<Compile Include="DeathSync\RespawnOnDeath.cs" />
|
2020-11-03 21:33:48 +00:00
|
|
|
|
<Compile Include="Player\QSBPlayerManager.cs" />
|
2020-07-28 00:13:43 +01:00
|
|
|
|
<Compile Include="TransformSync\PlayerCameraSync.cs" />
|
|
|
|
|
<Compile Include="Utility\FlagsHelper.cs" />
|
2020-05-19 19:41:33 +02:00
|
|
|
|
<Compile Include="TransformSync\PlayerHUDMarker.cs" />
|
2020-07-30 22:27:14 +02:00
|
|
|
|
<Compile Include="Tools\PlayerToolsManager.cs" />
|
2020-08-20 21:07:40 +02:00
|
|
|
|
<Compile Include="Tools\ProbePatches.cs" />
|
2020-07-28 00:13:43 +01:00
|
|
|
|
<Compile Include="Utility\QuaternionHelper.cs" />
|
2020-02-24 19:55:16 +01:00
|
|
|
|
<Compile Include="TimeSync\PreserveTimeScale.cs" />
|
2020-02-21 23:36:07 +01:00
|
|
|
|
<Compile Include="TransformSync\ShipTransformSync.cs" />
|
|
|
|
|
<Compile Include="TransformSync\SectorSync.cs" />
|
2020-11-03 17:56:48 +00:00
|
|
|
|
<Compile Include="TimeSync\Events\ServerTimeMessage.cs" />
|
2020-02-24 19:55:16 +01:00
|
|
|
|
<Compile Include="TimeSync\WakeUpSync.cs" />
|
2020-02-13 20:23:26 +01:00
|
|
|
|
<Compile Include="QSBNetworkManager.cs" />
|
2020-02-10 23:03:28 +01:00
|
|
|
|
<Compile Include="QSB.cs" />
|
2020-02-21 23:36:07 +01:00
|
|
|
|
<Compile Include="TransformSync\PlayerTransformSync.cs" />
|
2020-02-10 23:03:28 +01:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2020-08-13 19:25:12 +02:00
|
|
|
|
<Compile Include="WorldSync\WorldRegistry.cs" />
|
|
|
|
|
<Compile Include="WorldSync\WorldObject.cs" />
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="default-config.json" />
|
|
|
|
|
<None Include="manifest.json" />
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2020-10-27 22:59:19 +00:00
|
|
|
|
<ItemGroup />
|
2020-02-10 23:03:28 +01:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
2020-05-20 22:52:27 +02:00
|
|
|
|
<PostBuildEvent>md "$(OwmlDir)\Mods\$(ProjectName)"
|
|
|
|
|
md "$(OwmlDir)\Mods\$(ProjectName)\assets"
|
|
|
|
|
del "$(OwmlDir)\Mods\$(ProjectName)\config.json"
|
2020-02-10 23:03:28 +01:00
|
|
|
|
|
2020-05-20 22:52:27 +02:00
|
|
|
|
copy /y "$(TargetPath)" "$(OwmlDir)\Mods\$(ProjectName)"
|
2020-02-10 23:03:28 +01:00
|
|
|
|
|
2020-05-20 22:52:27 +02:00
|
|
|
|
copy /y "$(ProjectDir)\default-config.json" "$(OwmlDir)\Mods\$(ProjectName)"
|
2020-02-10 23:03:28 +01:00
|
|
|
|
|
2020-05-20 22:52:27 +02:00
|
|
|
|
copy /y "$(ProjectDir)\manifest.json" "$(OwmlDir)\Mods\$(ProjectName)"
|
2020-02-10 23:03:28 +01:00
|
|
|
|
|
2020-05-20 22:52:27 +02:00
|
|
|
|
copy /y "$(SolutionDir)\AssetBundles" "$(OwmlDir)\Mods\$(ProjectName)\assets"</PostBuildEvent>
|
2020-02-10 23:03:28 +01:00
|
|
|
|
</PropertyGroup>
|
2020-07-28 00:13:43 +01:00
|
|
|
|
</Project>
|