quantum-space-buddies/QSB/QSB.csproj

258 lines
14 KiB
XML
Raw Normal View History

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>
2020-02-10 22:03:28 +00: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">
<HintPath>$(GameDir)\OuterWilds_Data\Managed\Assembly-CSharp.dll</HintPath>
2020-02-10 22:03:28 +00: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 22:03:28 +00:00
<Reference Include="NAudio-Unity, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
2020-08-20 13:10:37 +00:00
<HintPath>..\packages\OWML.0.7.3\lib\net35\NAudio-Unity.dll</HintPath>
2020-02-10 22:03:28 +00: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 13:10:37 +00:00
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.dll</HintPath>
2020-02-10 22:03:28 +00:00
</Reference>
<Reference Include="OWML.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
2020-08-20 13:10:37 +00:00
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.Common.dll</HintPath>
2020-08-08 10:27:55 +00:00
</Reference>
<Reference Include="OWML.Logging, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
2020-08-20 13:10:37 +00:00
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.Logging.dll</HintPath>
2020-02-10 22:03:28 +00:00
</Reference>
<Reference Include="OWML.ModHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
2020-08-20 13:10:37 +00:00
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.dll</HintPath>
2020-02-10 22:03:28 +00:00
</Reference>
<Reference Include="OWML.ModHelper.Assets, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
2020-08-20 13:10:37 +00:00
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.Assets.dll</HintPath>
2020-02-10 22:03:28 +00:00
</Reference>
<Reference Include="OWML.ModHelper.Events, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
2020-08-20 13:10:37 +00:00
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.Events.dll</HintPath>
</Reference>
<Reference Include="OWML.ModHelper.Input, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
2020-08-20 13:10:37 +00:00
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.Input.dll</HintPath>
</Reference>
<Reference Include="OWML.ModHelper.Interaction, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
2020-08-20 13:10:37 +00:00
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.Interaction.dll</HintPath>
2020-02-10 22:03:28 +00:00
</Reference>
<Reference Include="OWML.ModHelper.Menus, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
2020-08-20 13:10:37 +00:00
<HintPath>..\packages\OWML.0.7.3\lib\net35\OWML.ModHelper.Menus.dll</HintPath>
2020-02-10 22:03:28 +00: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" />
2020-11-20 19:50:31 +00:00
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>E:\Epic\Epic Games\OuterWilds\OuterWilds_Data\Managed\UnityEngine.dll</HintPath>
2020-02-10 22:03:28 +00:00
</Reference>
<Reference Include="UnityEngine.AnimationModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
</Reference>
2020-08-13 18:43:47 +00:00
<Reference Include="UnityEngine.AudioModule">
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
</Reference>
2020-11-20 19:50:31 +00:00
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" />
2020-03-04 20:46:16 +00:00
<Reference Include="UnityEngine.IMGUIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
2020-03-04 20:46:16 +00:00
</Reference>
2020-02-10 22:03:28 +00:00
<Reference Include="UnityEngine.Networking">
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.Networking.dll</HintPath>
2020-02-10 22:03:28 +00:00
</Reference>
2020-08-13 21:06:34 +00:00
<Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
2020-08-13 21:17:18 +00:00
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
2020-08-13 21:06:34 +00:00
</Reference>
<Reference Include="UnityEngine.TextRenderingModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.UIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UNETModule">
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.UNETModule.dll</HintPath>
</Reference>
2020-02-10 22:03:28 +00:00
</ItemGroup>
<ItemGroup>
2020-02-21 22:36:07 +00:00
<Compile Include="Animation\AnimationSync.cs" />
2020-11-07 21:20:30 +00:00
<Compile Include="Animation\AnimationType.cs" />
2020-11-08 16:10:10 +00:00
<Compile Include="Animation\Events\CrouchEvent.cs" />
2020-02-21 22:36:07 +00:00
<Compile Include="Animation\AnimatorMirror.cs" />
<Compile Include="Animation\AnimControllerPatch.cs" />
2020-02-21 22:36:07 +00:00
<Compile Include="Animation\AnimFloatParam.cs" />
<Compile Include="Animation\CrouchSync.cs" />
2020-11-22 13:57:31 +00:00
<Compile Include="Animation\PlayerHeadRotationSync.cs" />
2020-12-11 13:14:58 +00:00
<Compile Include="DialogueConditionSync\Events\DialogueConditionEvent.cs" />
<Compile Include="DialogueConditionSync\Events\DialogueConditionMessage.cs" />
2020-11-03 17:56:48 +00:00
<Compile Include="ConversationSync\Events\ConversationEvent.cs" />
<Compile Include="ConversationSync\Events\ConversationMessage.cs" />
2020-09-22 20:11:29 +00: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 20:11:29 +00:00
<Compile Include="ConversationSync\ConversationType.cs" />
<Compile Include="ConversationSync\ConversationManager.cs" />
2020-08-13 19:46:16 +00:00
<Compile Include="DeathSync\DeathPatches.cs" />
2020-08-13 17:25:12 +00:00
<Compile Include="ElevatorSync\QSBElevator.cs" />
2020-11-03 17:56:48 +00:00
<Compile Include="ElevatorSync\Events\ElevatorEvent.cs" />
<Compile Include="ElevatorSync\ElevatorManager.cs" />
2020-08-12 19:58:29 +00:00
<Compile Include="ElevatorSync\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" />
2020-11-08 14:41:16 +00:00
<Compile Include="Animation\Events\ChangeAnimTypeEvent.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-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-09-05 12:24:51 +00:00
<Compile Include="OrbSync\OrbPatches.cs" />
2020-11-03 17:56:48 +00:00
<Compile Include="OrbSync\Events\OrbUserEvent.cs" />
<Compile Include="OrbSync\QSBOrbSlot.cs" />
2020-11-03 21:11:10 +00:00
<Compile Include="Patches\QSBPatchManager.cs" />
<Compile Include="Player\Events\ServerSendPlayerStatesEvent.cs" />
2020-11-03 21:33:48 +00:00
<Compile Include="Player\PlayerSyncObject.cs" />
2020-11-11 08:31:20 +00:00
<Compile Include="QSBInputManager.cs" />
2020-08-18 20:37:27 +00: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 20:39:21 +00:00
<Compile Include="QSBSceneManager.cs" />
2020-11-26 19:46:09 +00:00
<Compile Include="TimeSync\TimeSyncType.cs" />
<Compile Include="TimeSync\TimeSyncUI.cs" />
2020-08-13 21:06:34 +00: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" />
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" />
<Compile Include="TransformSync\NomaiOrbTransformSync.cs" />
2020-11-03 22:29:23 +00:00
<Compile Include="Player\Events\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 17:25:12 +00:00
<Compile Include="GeyserSync\GeyserManager.cs" />
<Compile Include="GeyserSync\QSBGeyser.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-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-11-03 22:29:23 +00:00
<Compile Include="SectorSync\QSBSector.cs" />
<Compile Include="SectorSync\QSBSectorManager.cs" />
2020-08-31 08:36:29 +00:00
<Compile Include="TransformSync\TransformSync.cs" />
<Compile Include="Utility\GOExtensions.cs" />
2020-09-07 17:57:43 +00:00
<Compile Include="Utility\ListExtensions.cs" />
2020-12-02 08:29:32 +00:00
<Compile Include="Utility\UnetExtensions.cs" />
2020-11-03 22:18:22 +00:00
<Compile Include="WorldSync\Events\BoolWorldObjectMessage.cs" />
<Compile Include="WorldSync\Events\WorldObjectMessage.cs" />
<Compile Include="Tools\QSBFlashlight.cs" />
<Compile Include="Tools\QSBProbe.cs" />
<Compile Include="Tools\QSBTool.cs" />
<Compile Include="Tools\ToolType.cs" />
<Compile Include="TransformSync\PlayerProbeSync.cs" />
<Compile Include="Utility\DebugActions.cs" />
2020-12-14 16:24:52 +00:00
<Compile Include="Events\QSBEventManager.cs" />
2020-11-03 21:33:48 +00:00
<Compile Include="Player\Events\PlayerStateMessage.cs" />
2020-08-13 19:46:16 +00:00
<Compile Include="DeathSync\Necronomicon.cs" />
<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" />
<Compile Include="Player\State.cs" />
2020-08-13 19:46:16 +00:00
<Compile Include="DeathSync\PreventShipDestruction.cs" />
<Compile Include="DeathSync\RespawnOnDeath.cs" />
2020-11-03 21:33:48 +00:00
<Compile Include="Player\QSBPlayerManager.cs" />
<Compile Include="TransformSync\PlayerCameraSync.cs" />
<Compile Include="Utility\FlagsHelper.cs" />
2020-11-03 22:29:23 +00:00
<Compile Include="Player\PlayerHUDMarker.cs" />
<Compile Include="Tools\PlayerToolsManager.cs" />
<Compile Include="Utility\QuaternionHelper.cs" />
<Compile Include="TimeSync\PreserveTimeScale.cs" />
2020-02-21 22:36:07 +00:00
<Compile Include="TransformSync\ShipTransformSync.cs" />
2020-11-03 22:29:23 +00:00
<Compile Include="SectorSync\SectorSync.cs" />
2020-11-03 17:56:48 +00:00
<Compile Include="TimeSync\Events\ServerTimeMessage.cs" />
<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" />
2020-02-21 22:36:07 +00:00
<Compile Include="TransformSync\PlayerTransformSync.cs" />
2020-02-10 22:03:28 +00:00
<Compile Include="Properties\AssemblyInfo.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" />
2020-02-10 22:03:28 +00:00
</ItemGroup>
<ItemGroup>
<None Include="default-config.json" />
<None Include="manifest.json" />
<None Include="packages.config" />
</ItemGroup>
2020-12-04 22:14:53 +00:00
<ItemGroup>
<ProjectReference Include="..\QuantumUNET\QuantumUNET.csproj">
<Project>{C8C53004-1508-4F86-A419-4292C188DC2A}</Project>
<Name>QuantumUNET</Name>
</ProjectReference>
</ItemGroup>
2020-02-10 22:03:28 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>md "$(OwmlDir)\Mods\$(ProjectName)"
md "$(OwmlDir)\Mods\$(ProjectName)\assets"
del "$(OwmlDir)\Mods\$(ProjectName)\config.json"
2020-02-10 22:03:28 +00:00
copy /y "$(TargetPath)" "$(OwmlDir)\Mods\$(ProjectName)"
2020-02-10 22:03:28 +00:00
copy /y "$(ProjectDir)\default-config.json" "$(OwmlDir)\Mods\$(ProjectName)"
2020-02-10 22:03:28 +00:00
copy /y "$(ProjectDir)\manifest.json" "$(OwmlDir)\Mods\$(ProjectName)"
2020-02-10 22:03:28 +00:00
copy /y "$(SolutionDir)\AssetBundles" "$(OwmlDir)\Mods\$(ProjectName)\assets"</PostBuildEvent>
2020-02-10 22:03:28 +00:00
</PropertyGroup>
</Project>