ll
This commit is contained in:
@@ -5,8 +5,6 @@ VisualStudioVersion = 17.9.34616.47
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BoneSync", "BoneSync\BoneSync.csproj", "{C33921DC-5778-4EEC-A2D0-E0AE522CC701}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Facepunch.Steamworks.Win64", "Facepunch.Steamworks\Facepunch.Steamworks.Win64.csproj", "{FBEAD21F-E45E-4EC5-86A3-1FA6089E140D}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -17,10 +15,6 @@ Global
|
||||
{C33921DC-5778-4EEC-A2D0-E0AE522CC701}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C33921DC-5778-4EEC-A2D0-E0AE522CC701}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C33921DC-5778-4EEC-A2D0-E0AE522CC701}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{FBEAD21F-E45E-4EC5-86A3-1FA6089E140D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{FBEAD21F-E45E-4EC5-86A3-1FA6089E140D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FBEAD21F-E45E-4EC5-86A3-1FA6089E140D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FBEAD21F-E45E-4EC5-86A3-1FA6089E140D}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
@@ -36,10 +37,25 @@
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="MelonLoader">
|
||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Stationeers\MelonLoader\MelonLoader.dll</HintPath>
|
||||
<Reference Include="0Harmony, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\BONEWORKS\BONEWORKS\MelonLoader\0Harmony.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Assembly-CSharp">
|
||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\BONEWORKS\BONEWORKS\MelonLoader\Managed\Assembly-CSharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Il2Cppmscorlib">
|
||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\BONEWORKS\BONEWORKS\MelonLoader\Managed\Il2Cppmscorlib.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MelonLoader, Version=0.5.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\BONEWORKS\BONEWORKS\MelonLoader\MelonLoader.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.TestPlatform.CoreUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.12.0\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll</HintPath>
|
||||
@@ -66,6 +82,15 @@
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="UnhollowerBaseLib">
|
||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\BONEWORKS\BONEWORKS\MelonLoader\Managed\UnhollowerBaseLib.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="UnityEngine">
|
||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\BONEWORKS\BONEWORKS\MelonLoader\Managed\UnityEngine.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="UnityEngine.CoreModule">
|
||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\BONEWORKS\BONEWORKS\MelonLoader\Managed\UnityEngine.CoreModule.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll</HintPath>
|
||||
</Reference>
|
||||
@@ -80,6 +105,151 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Facepunch.Steamworks\Callbacks\CallResult.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Callbacks\ICallbackData.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Classes\AuthTicket.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Classes\Dispatch.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Classes\SteamApi.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Classes\SteamGameServer.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Classes\SteamInternal.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Enum\LeaderboardDisplay.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Enum\LeaderboardSort.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Enum\SendType.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\CustomEnums.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamAppList.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamApps.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamClient.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamController.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamFriends.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamGameSearch.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamGameServer.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamGameServerStats.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamHTMLSurface.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamHTTP.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamInput.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamInventory.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamMatchmaking.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamMatchmakingPingResponse.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamMatchmakingPlayersResponse.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamMatchmakingRulesResponse.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamMatchmakingServerListResponse.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamMatchmakingServers.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamMusic.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamMusicRemote.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamNetworking.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamNetworkingConnectionCustomSignaling.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamNetworkingCustomSignalingRecvContext.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamNetworkingSockets.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamNetworkingUtils.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamParentalSettings.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamParties.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamRemotePlay.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamRemoteStorage.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamScreenshots.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamTV.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamUGC.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamUser.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamUserStats.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamUtils.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\Interfaces\ISteamVideo.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\SteamCallbacks.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\SteamConstants.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\SteamEnums.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\SteamStructFunctions.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\SteamStructs.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Generated\SteamTypes.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\Connection.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\ConnectionInfo.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\ConnectionManager.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\IConnectionManager.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\ISocketManager.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\NetAddress.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\NetDebugFunc.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\NetErrorMessage.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\NetIdentity.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\NetKeyValue.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\NetMsg.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\NetPingLocation.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\Socket.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\SocketManager.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Networking\SteamDatagramRelayAuthTicket.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\ServerList\Base.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\ServerList\Favourites.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\ServerList\Friends.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\ServerList\History.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\ServerList\Internet.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\ServerList\IpList.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\ServerList\LocalNetwork.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamApps.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamClient.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamFriends.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamInput.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamInventory.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamMatchmaking.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamMatchmakingServers.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamMusic.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamNetworking.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamNetworkingSockets.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamNetworkingUtils.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamParental.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamParties.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamRemotePlay.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamRemoteStorage.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamScreenshots.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamServer.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamServerStats.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamUgc.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamUser.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamUserStats.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamUtils.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\SteamVideo.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\Achievement.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\AppId.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\Controller.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\DepotId.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\DlcInformation.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\DownloadProgress.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\DurationControl.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\FileDetails.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\Friend.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\GameId.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\Image.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\InventoryDef.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\InventoryItem.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\InventoryPurchaseResult.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\InventoryRecipe.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\InventoryResult.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\Leaderboard.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\LeaderboardEntry.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\LeaderboardUpdate.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\Lobby.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\LobbyQuery.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\MatchMakingKeyValuePair.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\NumericalFilter.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\OutgoingPacket.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\P2Packet.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\PartyBeacon.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\RemotePlaySession.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\Screenshot.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\Server.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\ServerInit.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\Stat.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\SteamId.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\SteamIpAddress.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\SteamParamStringArray.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\Ugc.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\UgcEditor.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\UgcItem.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\UgcQuery.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\UgcResultPage.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Structs\UserItemVote.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Utility\Epoch.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Utility\Helpers.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Utility\Platform.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Utility\SourceServerQuery.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Utility\SteamInterface.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Utility\Utf8String.cs" />
|
||||
<Compile Include="Facepunch.Steamworks\Utility\Utility.cs" />
|
||||
<Compile Include="MelonLoaderMod.cs" />
|
||||
<Compile Include="Networking\LobbyManager\LobbyManager.cs" />
|
||||
<Compile Include="Networking\LobbyManager\SteamLobbyManager.cs" />
|
||||
@@ -89,15 +259,11 @@
|
||||
<Compile Include="Networking\PacketTypes.cs" />
|
||||
<Compile Include="Networking\Transport\SteamTransport.cs" />
|
||||
<Compile Include="Networking\Transport\TransportBase.cs" />
|
||||
<Compile Include="Patching\PoolPatches.cs" />
|
||||
<Compile Include="PlayerRigs\PlayerRig.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Networking\ByteEncoder.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Facepunch.Steamworks\Facepunch.Steamworks.Win64.csproj">
|
||||
<Project>{fbead21f-e45e-4ec5-86a3-1fa6089e140d}</Project>
|
||||
<Name>Facepunch.Steamworks.Win64</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
@@ -105,10 +271,15 @@
|
||||
<Analyzer Include="..\packages\xunit.analyzers.1.18.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
|
||||
<Analyzer Include="..\packages\xunit.analyzers.1.18.0\analyzers\dotnet\cs\xunit.analyzers.fixes.dll" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Facepunch.Steamworks\LICENSE.txt" />
|
||||
<EmbeddedResource Include="steam_api.dll" />
|
||||
<EmbeddedResource Include="steam_api64.dll" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
<PostBuildEvent>xcopy /Y "$(TargetPath)" "C:\Program Files (x86)\Steam\steamapps\common\BONEWORKS\BONEWORKS\Mods\"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user