2020-12-04 22:14:53 +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>{C8C53004-1508-4F86-A419-4292C188DC2A}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>QuantumUNET</RootNamespace>
|
|
|
|
|
<AssemblyName>QuantumUNET</AssemblyName>
|
|
|
|
|
<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="NAudio-Unity, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2020-12-20 16:47:24 +00:00
|
|
|
|
<HintPath>..\packages\OWML.1.1.1\lib\net35\NAudio-Unity.dll</HintPath>
|
2020-12-04 22:14:53 +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>
|
2020-12-20 16:47:24 +00:00
|
|
|
|
<Reference Include="OWML.Common, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\OWML.1.1.1\lib\net35\OWML.Common.dll</HintPath>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
</Reference>
|
2020-12-20 16:47:24 +00:00
|
|
|
|
<Reference Include="OWML.Logging, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\OWML.1.1.1\lib\net35\OWML.Logging.dll</HintPath>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
</Reference>
|
2020-12-20 16:47:24 +00:00
|
|
|
|
<Reference Include="OWML.ModHelper, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\OWML.1.1.1\lib\net35\OWML.ModHelper.dll</HintPath>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
</Reference>
|
2020-12-20 16:47:24 +00:00
|
|
|
|
<Reference Include="OWML.ModHelper.Assets, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\OWML.1.1.1\lib\net35\OWML.ModHelper.Assets.dll</HintPath>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
</Reference>
|
2020-12-20 16:47:24 +00:00
|
|
|
|
<Reference Include="OWML.ModHelper.Events, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\OWML.1.1.1\lib\net35\OWML.ModHelper.Events.dll</HintPath>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
</Reference>
|
2020-12-20 16:47:24 +00:00
|
|
|
|
<Reference Include="OWML.ModHelper.Input, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\OWML.1.1.1\lib\net35\OWML.ModHelper.Input.dll</HintPath>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
</Reference>
|
2020-12-20 16:47:24 +00:00
|
|
|
|
<Reference Include="OWML.ModHelper.Interaction, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\OWML.1.1.1\lib\net35\OWML.ModHelper.Interaction.dll</HintPath>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
</Reference>
|
2020-12-20 16:47:24 +00:00
|
|
|
|
<Reference Include="OWML.ModHelper.Menus, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\OWML.1.1.1\lib\net35\OWML.ModHelper.Menus.dll</HintPath>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
</Reference>
|
2020-12-20 16:47:24 +00:00
|
|
|
|
<Reference Include="OWML.Utils, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\OWML.1.1.1\lib\net35\OWML.Utils.dll</HintPath>
|
2020-12-04 22:14:53 +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" />
|
|
|
|
|
<Reference Include="UnityEngine">
|
|
|
|
|
<HintPath>D:\EpicGames\OuterWilds\OuterWilds_Data\Managed\UnityEngine.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.AnimationModule">
|
|
|
|
|
<HintPath>D:\EpicGames\OuterWilds\OuterWilds_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
|
|
|
|
<HintPath>D:\EpicGames\OuterWilds\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.IMGUIModule">
|
|
|
|
|
<HintPath>D:\EpicGames\OuterWilds\OuterWilds_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.Networking">
|
|
|
|
|
<HintPath>D:\EpicGames\OuterWilds\OuterWilds_Data\Managed\UnityEngine.Networking.dll</HintPath>
|
|
|
|
|
</Reference>
|
2020-12-10 11:23:36 +00:00
|
|
|
|
<Reference Include="UnityEngine.UNETModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<HintPath>D:\EpicGames\OuterWilds\OuterWilds_Data\Managed\UnityEngine.UNETModule.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-12-13 22:25:23 +00:00
|
|
|
|
<Compile Include="Messages\QSBMsgType.cs" />
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2020-12-07 21:19:16 +00:00
|
|
|
|
<Compile Include="Messages\QSBAddPlayerMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBAnimationMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBAnimationParametersMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBAnimationTriggerMessage.cs" />
|
2020-12-16 09:08:38 +00:00
|
|
|
|
<Compile Include="Transport\QSBChannelBuffer.cs" />
|
|
|
|
|
<Compile Include="Transport\QSBChannelPacket.cs" />
|
2020-12-07 21:19:16 +00:00
|
|
|
|
<Compile Include="Messages\QSBClientAuthorityMessage.cs" />
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<Compile Include="QSBClientScene.cs" />
|
2020-12-07 21:19:16 +00:00
|
|
|
|
<Compile Include="Messages\QSBCRCMessage.cs" />
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<Compile Include="QSBCRCMessageEntry.cs" />
|
2020-12-07 21:19:16 +00:00
|
|
|
|
<Compile Include="Messages\QSBEmptyMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBErrorMessage.cs" />
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<Compile Include="QSBLocalClient.cs" />
|
2020-12-07 21:19:16 +00:00
|
|
|
|
<Compile Include="Messages\QSBMessageBase.cs" />
|
2020-12-16 09:08:38 +00:00
|
|
|
|
<Compile Include="Transport\QSBNetBuffer.cs" />
|
2020-12-07 21:19:16 +00:00
|
|
|
|
<Compile Include="Components\QSBNetworkAnimator.cs" />
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<Compile Include="QSBNetworkBehaviour.cs" />
|
|
|
|
|
<Compile Include="QSBNetworkClient.cs" />
|
|
|
|
|
<Compile Include="QSBNetworkConnection.cs" />
|
|
|
|
|
<Compile Include="QSBNetworkCRC.cs" />
|
2020-12-07 21:19:16 +00:00
|
|
|
|
<Compile Include="Components\QSBNetworkIdentity.cs" />
|
|
|
|
|
<Compile Include="Components\QSBNetworkManagerHUD.cs" />
|
|
|
|
|
<Compile Include="Components\QSBNetworkManagerUNET.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBNetworkMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBNetworkMessageDelegate.cs" />
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<Compile Include="QSBNetworkMessageHandlers.cs" />
|
2020-12-16 09:08:38 +00:00
|
|
|
|
<Compile Include="Transport\QSBNetworkReader.cs" />
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<Compile Include="QSBNetworkScene.cs" />
|
|
|
|
|
<Compile Include="QSBNetworkServer.cs" />
|
|
|
|
|
<Compile Include="QSBNetworkServerSimple.cs" />
|
2020-12-07 21:19:16 +00:00
|
|
|
|
<Compile Include="Components\QSBNetworkTransform.cs" />
|
2020-12-16 09:08:38 +00:00
|
|
|
|
<Compile Include="Transport\QSBNetworkWriter.cs" />
|
2020-12-07 21:19:16 +00:00
|
|
|
|
<Compile Include="Messages\QSBNotReadyMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBObjectDestroyMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBObjectSpawnFinishedMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBObjectSpawnMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBObjectSpawnSceneMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBOwnerMessage.cs" />
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<Compile Include="QSBPlayerController.cs" />
|
2020-12-07 21:19:16 +00:00
|
|
|
|
<Compile Include="Messages\QSBReadyMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBRemovePlayerMessage.cs" />
|
|
|
|
|
<Compile Include="Messages\QSBStringMessage.cs" />
|
2020-12-16 09:08:38 +00:00
|
|
|
|
<Compile Include="Messages\QSBSpawnDelegate.cs" />
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<Compile Include="QSBULocalConnectionToClient.cs" />
|
|
|
|
|
<Compile Include="QSBULocalConnectionToServer.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>copy /y "$(TargetPath)" "$(OwmlDir)\Mods\QSB"</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|