diff --git a/BoneSync.sln b/BoneSync.sln index f46951f..94aa567 100644 --- a/BoneSync.sln +++ b/BoneSync.sln @@ -5,7 +5,7 @@ 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", "BoneSync\Facepunch.Steamworks\Facepunch.Steamworks.Win64.csproj", "{0289F09E-D594-46A9-96A7-B0F31F5D97B0}" +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 @@ -17,10 +17,10 @@ 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 - {0289F09E-D594-46A9-96A7-B0F31F5D97B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0289F09E-D594-46A9-96A7-B0F31F5D97B0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0289F09E-D594-46A9-96A7-B0F31F5D97B0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0289F09E-D594-46A9-96A7-B0F31F5D97B0}.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 diff --git a/BoneSync/BoneSync.csproj b/BoneSync/BoneSync.csproj index e214635..6dee43f 100644 --- a/BoneSync/BoneSync.csproj +++ b/BoneSync/BoneSync.csproj @@ -117,13 +117,6 @@ - - - {0289f09e-d594-46a9-96a7-b0f31f5d97b0} - Facepunch.Steamworks.Win64 - False - - diff --git a/BoneSync/Facepunch.Steamworks/Callbacks/CallResult.cs b/Facepunch.Steamworks/Callbacks/CallResult.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Callbacks/CallResult.cs rename to Facepunch.Steamworks/Callbacks/CallResult.cs diff --git a/BoneSync/Facepunch.Steamworks/Callbacks/ICallbackData.cs b/Facepunch.Steamworks/Callbacks/ICallbackData.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Callbacks/ICallbackData.cs rename to Facepunch.Steamworks/Callbacks/ICallbackData.cs diff --git a/BoneSync/Facepunch.Steamworks/Classes/AuthTicket.cs b/Facepunch.Steamworks/Classes/AuthTicket.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Classes/AuthTicket.cs rename to Facepunch.Steamworks/Classes/AuthTicket.cs diff --git a/BoneSync/Facepunch.Steamworks/Classes/Dispatch.cs b/Facepunch.Steamworks/Classes/Dispatch.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Classes/Dispatch.cs rename to Facepunch.Steamworks/Classes/Dispatch.cs diff --git a/BoneSync/Facepunch.Steamworks/Classes/SteamApi.cs b/Facepunch.Steamworks/Classes/SteamApi.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Classes/SteamApi.cs rename to Facepunch.Steamworks/Classes/SteamApi.cs diff --git a/BoneSync/Facepunch.Steamworks/Classes/SteamGameServer.cs b/Facepunch.Steamworks/Classes/SteamGameServer.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Classes/SteamGameServer.cs rename to Facepunch.Steamworks/Classes/SteamGameServer.cs diff --git a/BoneSync/Facepunch.Steamworks/Classes/SteamInternal.cs b/Facepunch.Steamworks/Classes/SteamInternal.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Classes/SteamInternal.cs rename to Facepunch.Steamworks/Classes/SteamInternal.cs diff --git a/BoneSync/Facepunch.Steamworks/Enum/LeaderboardDisplay.cs b/Facepunch.Steamworks/Enum/LeaderboardDisplay.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Enum/LeaderboardDisplay.cs rename to Facepunch.Steamworks/Enum/LeaderboardDisplay.cs diff --git a/BoneSync/Facepunch.Steamworks/Enum/LeaderboardSort.cs b/Facepunch.Steamworks/Enum/LeaderboardSort.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Enum/LeaderboardSort.cs rename to Facepunch.Steamworks/Enum/LeaderboardSort.cs diff --git a/BoneSync/Facepunch.Steamworks/Enum/SendType.cs b/Facepunch.Steamworks/Enum/SendType.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Enum/SendType.cs rename to Facepunch.Steamworks/Enum/SendType.cs diff --git a/BoneSync/Facepunch.Steamworks/Facepunch.Steamworks.Posix.csproj b/Facepunch.Steamworks/Facepunch.Steamworks.Posix.csproj similarity index 100% rename from BoneSync/Facepunch.Steamworks/Facepunch.Steamworks.Posix.csproj rename to Facepunch.Steamworks/Facepunch.Steamworks.Posix.csproj diff --git a/BoneSync/Facepunch.Steamworks/Facepunch.Steamworks.Win32.csproj b/Facepunch.Steamworks/Facepunch.Steamworks.Win32.csproj similarity index 100% rename from BoneSync/Facepunch.Steamworks/Facepunch.Steamworks.Win32.csproj rename to Facepunch.Steamworks/Facepunch.Steamworks.Win32.csproj diff --git a/BoneSync/Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj b/Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj similarity index 100% rename from BoneSync/Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj rename to Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj diff --git a/BoneSync/Facepunch.Steamworks/Facepunch.Steamworks.jpg b/Facepunch.Steamworks/Facepunch.Steamworks.jpg similarity index 100% rename from BoneSync/Facepunch.Steamworks/Facepunch.Steamworks.jpg rename to Facepunch.Steamworks/Facepunch.Steamworks.jpg diff --git a/BoneSync/Facepunch.Steamworks/Facepunch.Steamworks.targets b/Facepunch.Steamworks/Facepunch.Steamworks.targets similarity index 100% rename from BoneSync/Facepunch.Steamworks/Facepunch.Steamworks.targets rename to Facepunch.Steamworks/Facepunch.Steamworks.targets diff --git a/BoneSync/Facepunch.Steamworks/Generated/CustomEnums.cs b/Facepunch.Steamworks/Generated/CustomEnums.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/CustomEnums.cs rename to Facepunch.Steamworks/Generated/CustomEnums.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamAppList.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamAppList.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamAppList.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamAppList.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamApps.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamApps.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamApps.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamApps.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamClient.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamClient.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamClient.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamClient.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamController.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamController.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamController.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamController.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamFriends.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamFriends.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamFriends.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamFriends.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamGameSearch.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamGameSearch.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamGameSearch.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamGameSearch.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamGameServer.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamGameServer.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamGameServer.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamGameServer.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamGameServerStats.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamGameServerStats.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamGameServerStats.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamGameServerStats.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamHTMLSurface.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamHTMLSurface.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamHTMLSurface.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamHTMLSurface.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamHTTP.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamHTTP.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamHTTP.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamHTTP.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamInput.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamInput.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamInput.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamInput.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamInventory.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamInventory.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamInventory.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamInventory.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmaking.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmaking.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmaking.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmaking.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingPingResponse.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingPingResponse.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingPingResponse.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingPingResponse.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingPlayersResponse.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingPlayersResponse.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingPlayersResponse.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingPlayersResponse.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingRulesResponse.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingRulesResponse.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingRulesResponse.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingRulesResponse.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingServerListResponse.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingServerListResponse.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingServerListResponse.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingServerListResponse.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingServers.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingServers.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingServers.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamMatchmakingServers.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMusic.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamMusic.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMusic.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamMusic.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMusicRemote.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamMusicRemote.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamMusicRemote.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamMusicRemote.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworking.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworking.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworking.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamNetworking.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingConnectionCustomSignaling.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingConnectionCustomSignaling.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingConnectionCustomSignaling.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingConnectionCustomSignaling.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingCustomSignalingRecvContext.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingCustomSignalingRecvContext.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingCustomSignalingRecvContext.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingCustomSignalingRecvContext.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingSockets.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingSockets.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingSockets.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingSockets.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingUtils.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingUtils.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingUtils.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamNetworkingUtils.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamParentalSettings.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamParentalSettings.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamParentalSettings.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamParentalSettings.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamParties.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamParties.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamParties.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamParties.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamRemotePlay.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamRemotePlay.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamRemotePlay.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamRemotePlay.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamRemoteStorage.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamRemoteStorage.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamRemoteStorage.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamRemoteStorage.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamScreenshots.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamScreenshots.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamScreenshots.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamScreenshots.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamTV.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamTV.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamTV.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamTV.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamUGC.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamUGC.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamUGC.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamUGC.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamUser.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamUser.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamUser.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamUser.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamUserStats.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamUserStats.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamUserStats.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamUserStats.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamUtils.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamUtils.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamUtils.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamUtils.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamVideo.cs b/Facepunch.Steamworks/Generated/Interfaces/ISteamVideo.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/Interfaces/ISteamVideo.cs rename to Facepunch.Steamworks/Generated/Interfaces/ISteamVideo.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/SteamCallbacks.cs b/Facepunch.Steamworks/Generated/SteamCallbacks.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/SteamCallbacks.cs rename to Facepunch.Steamworks/Generated/SteamCallbacks.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/SteamConstants.cs b/Facepunch.Steamworks/Generated/SteamConstants.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/SteamConstants.cs rename to Facepunch.Steamworks/Generated/SteamConstants.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/SteamEnums.cs b/Facepunch.Steamworks/Generated/SteamEnums.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/SteamEnums.cs rename to Facepunch.Steamworks/Generated/SteamEnums.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/SteamStructFunctions.cs b/Facepunch.Steamworks/Generated/SteamStructFunctions.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/SteamStructFunctions.cs rename to Facepunch.Steamworks/Generated/SteamStructFunctions.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/SteamStructs.cs b/Facepunch.Steamworks/Generated/SteamStructs.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/SteamStructs.cs rename to Facepunch.Steamworks/Generated/SteamStructs.cs diff --git a/BoneSync/Facepunch.Steamworks/Generated/SteamTypes.cs b/Facepunch.Steamworks/Generated/SteamTypes.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Generated/SteamTypes.cs rename to Facepunch.Steamworks/Generated/SteamTypes.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/Connection.cs b/Facepunch.Steamworks/Networking/Connection.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/Connection.cs rename to Facepunch.Steamworks/Networking/Connection.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/ConnectionInfo.cs b/Facepunch.Steamworks/Networking/ConnectionInfo.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/ConnectionInfo.cs rename to Facepunch.Steamworks/Networking/ConnectionInfo.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/ConnectionManager.cs b/Facepunch.Steamworks/Networking/ConnectionManager.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/ConnectionManager.cs rename to Facepunch.Steamworks/Networking/ConnectionManager.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/IConnectionManager.cs b/Facepunch.Steamworks/Networking/IConnectionManager.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/IConnectionManager.cs rename to Facepunch.Steamworks/Networking/IConnectionManager.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/ISocketManager.cs b/Facepunch.Steamworks/Networking/ISocketManager.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/ISocketManager.cs rename to Facepunch.Steamworks/Networking/ISocketManager.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/NetAddress.cs b/Facepunch.Steamworks/Networking/NetAddress.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/NetAddress.cs rename to Facepunch.Steamworks/Networking/NetAddress.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/NetDebugFunc.cs b/Facepunch.Steamworks/Networking/NetDebugFunc.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/NetDebugFunc.cs rename to Facepunch.Steamworks/Networking/NetDebugFunc.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/NetErrorMessage.cs b/Facepunch.Steamworks/Networking/NetErrorMessage.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/NetErrorMessage.cs rename to Facepunch.Steamworks/Networking/NetErrorMessage.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/NetIdentity.cs b/Facepunch.Steamworks/Networking/NetIdentity.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/NetIdentity.cs rename to Facepunch.Steamworks/Networking/NetIdentity.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/NetKeyValue.cs b/Facepunch.Steamworks/Networking/NetKeyValue.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/NetKeyValue.cs rename to Facepunch.Steamworks/Networking/NetKeyValue.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/NetMsg.cs b/Facepunch.Steamworks/Networking/NetMsg.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/NetMsg.cs rename to Facepunch.Steamworks/Networking/NetMsg.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/NetPingLocation.cs b/Facepunch.Steamworks/Networking/NetPingLocation.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/NetPingLocation.cs rename to Facepunch.Steamworks/Networking/NetPingLocation.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/Socket.cs b/Facepunch.Steamworks/Networking/Socket.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/Socket.cs rename to Facepunch.Steamworks/Networking/Socket.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/SocketManager.cs b/Facepunch.Steamworks/Networking/SocketManager.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/SocketManager.cs rename to Facepunch.Steamworks/Networking/SocketManager.cs diff --git a/BoneSync/Facepunch.Steamworks/Networking/SteamDatagramRelayAuthTicket.cs b/Facepunch.Steamworks/Networking/SteamDatagramRelayAuthTicket.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Networking/SteamDatagramRelayAuthTicket.cs rename to Facepunch.Steamworks/Networking/SteamDatagramRelayAuthTicket.cs diff --git a/BoneSync/Facepunch.Steamworks/ServerList/Base.cs b/Facepunch.Steamworks/ServerList/Base.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/ServerList/Base.cs rename to Facepunch.Steamworks/ServerList/Base.cs diff --git a/BoneSync/Facepunch.Steamworks/ServerList/Favourites.cs b/Facepunch.Steamworks/ServerList/Favourites.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/ServerList/Favourites.cs rename to Facepunch.Steamworks/ServerList/Favourites.cs diff --git a/BoneSync/Facepunch.Steamworks/ServerList/Friends.cs b/Facepunch.Steamworks/ServerList/Friends.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/ServerList/Friends.cs rename to Facepunch.Steamworks/ServerList/Friends.cs diff --git a/BoneSync/Facepunch.Steamworks/ServerList/History.cs b/Facepunch.Steamworks/ServerList/History.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/ServerList/History.cs rename to Facepunch.Steamworks/ServerList/History.cs diff --git a/BoneSync/Facepunch.Steamworks/ServerList/Internet.cs b/Facepunch.Steamworks/ServerList/Internet.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/ServerList/Internet.cs rename to Facepunch.Steamworks/ServerList/Internet.cs diff --git a/BoneSync/Facepunch.Steamworks/ServerList/IpList.cs b/Facepunch.Steamworks/ServerList/IpList.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/ServerList/IpList.cs rename to Facepunch.Steamworks/ServerList/IpList.cs diff --git a/BoneSync/Facepunch.Steamworks/ServerList/LocalNetwork.cs b/Facepunch.Steamworks/ServerList/LocalNetwork.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/ServerList/LocalNetwork.cs rename to Facepunch.Steamworks/ServerList/LocalNetwork.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamApps.cs b/Facepunch.Steamworks/SteamApps.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamApps.cs rename to Facepunch.Steamworks/SteamApps.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamClient.cs b/Facepunch.Steamworks/SteamClient.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamClient.cs rename to Facepunch.Steamworks/SteamClient.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamFriends.cs b/Facepunch.Steamworks/SteamFriends.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamFriends.cs rename to Facepunch.Steamworks/SteamFriends.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamInput.cs b/Facepunch.Steamworks/SteamInput.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamInput.cs rename to Facepunch.Steamworks/SteamInput.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamInventory.cs b/Facepunch.Steamworks/SteamInventory.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamInventory.cs rename to Facepunch.Steamworks/SteamInventory.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamMatchmaking.cs b/Facepunch.Steamworks/SteamMatchmaking.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamMatchmaking.cs rename to Facepunch.Steamworks/SteamMatchmaking.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamMatchmakingServers.cs b/Facepunch.Steamworks/SteamMatchmakingServers.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamMatchmakingServers.cs rename to Facepunch.Steamworks/SteamMatchmakingServers.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamMusic.cs b/Facepunch.Steamworks/SteamMusic.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamMusic.cs rename to Facepunch.Steamworks/SteamMusic.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamNetworking.cs b/Facepunch.Steamworks/SteamNetworking.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamNetworking.cs rename to Facepunch.Steamworks/SteamNetworking.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamNetworkingSockets.cs b/Facepunch.Steamworks/SteamNetworkingSockets.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamNetworkingSockets.cs rename to Facepunch.Steamworks/SteamNetworkingSockets.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamNetworkingUtils.cs b/Facepunch.Steamworks/SteamNetworkingUtils.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamNetworkingUtils.cs rename to Facepunch.Steamworks/SteamNetworkingUtils.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamParental.cs b/Facepunch.Steamworks/SteamParental.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamParental.cs rename to Facepunch.Steamworks/SteamParental.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamParties.cs b/Facepunch.Steamworks/SteamParties.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamParties.cs rename to Facepunch.Steamworks/SteamParties.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamRemotePlay.cs b/Facepunch.Steamworks/SteamRemotePlay.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamRemotePlay.cs rename to Facepunch.Steamworks/SteamRemotePlay.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamRemoteStorage.cs b/Facepunch.Steamworks/SteamRemoteStorage.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamRemoteStorage.cs rename to Facepunch.Steamworks/SteamRemoteStorage.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamScreenshots.cs b/Facepunch.Steamworks/SteamScreenshots.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamScreenshots.cs rename to Facepunch.Steamworks/SteamScreenshots.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamServer.cs b/Facepunch.Steamworks/SteamServer.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamServer.cs rename to Facepunch.Steamworks/SteamServer.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamServerStats.cs b/Facepunch.Steamworks/SteamServerStats.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamServerStats.cs rename to Facepunch.Steamworks/SteamServerStats.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamUgc.cs b/Facepunch.Steamworks/SteamUgc.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamUgc.cs rename to Facepunch.Steamworks/SteamUgc.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamUser.cs b/Facepunch.Steamworks/SteamUser.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamUser.cs rename to Facepunch.Steamworks/SteamUser.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamUserStats.cs b/Facepunch.Steamworks/SteamUserStats.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamUserStats.cs rename to Facepunch.Steamworks/SteamUserStats.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamUtils.cs b/Facepunch.Steamworks/SteamUtils.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamUtils.cs rename to Facepunch.Steamworks/SteamUtils.cs diff --git a/BoneSync/Facepunch.Steamworks/SteamVideo.cs b/Facepunch.Steamworks/SteamVideo.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/SteamVideo.cs rename to Facepunch.Steamworks/SteamVideo.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/Achievement.cs b/Facepunch.Steamworks/Structs/Achievement.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/Achievement.cs rename to Facepunch.Steamworks/Structs/Achievement.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/AppId.cs b/Facepunch.Steamworks/Structs/AppId.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/AppId.cs rename to Facepunch.Steamworks/Structs/AppId.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/Controller.cs b/Facepunch.Steamworks/Structs/Controller.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/Controller.cs rename to Facepunch.Steamworks/Structs/Controller.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/DepotId.cs b/Facepunch.Steamworks/Structs/DepotId.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/DepotId.cs rename to Facepunch.Steamworks/Structs/DepotId.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/DlcInformation.cs b/Facepunch.Steamworks/Structs/DlcInformation.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/DlcInformation.cs rename to Facepunch.Steamworks/Structs/DlcInformation.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/DownloadProgress.cs b/Facepunch.Steamworks/Structs/DownloadProgress.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/DownloadProgress.cs rename to Facepunch.Steamworks/Structs/DownloadProgress.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/DurationControl.cs b/Facepunch.Steamworks/Structs/DurationControl.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/DurationControl.cs rename to Facepunch.Steamworks/Structs/DurationControl.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/FileDetails.cs b/Facepunch.Steamworks/Structs/FileDetails.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/FileDetails.cs rename to Facepunch.Steamworks/Structs/FileDetails.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/Friend.cs b/Facepunch.Steamworks/Structs/Friend.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/Friend.cs rename to Facepunch.Steamworks/Structs/Friend.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/GameId.cs b/Facepunch.Steamworks/Structs/GameId.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/GameId.cs rename to Facepunch.Steamworks/Structs/GameId.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/Image.cs b/Facepunch.Steamworks/Structs/Image.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/Image.cs rename to Facepunch.Steamworks/Structs/Image.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/InventoryDef.cs b/Facepunch.Steamworks/Structs/InventoryDef.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/InventoryDef.cs rename to Facepunch.Steamworks/Structs/InventoryDef.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/InventoryItem.cs b/Facepunch.Steamworks/Structs/InventoryItem.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/InventoryItem.cs rename to Facepunch.Steamworks/Structs/InventoryItem.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/InventoryPurchaseResult.cs b/Facepunch.Steamworks/Structs/InventoryPurchaseResult.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/InventoryPurchaseResult.cs rename to Facepunch.Steamworks/Structs/InventoryPurchaseResult.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/InventoryRecipe.cs b/Facepunch.Steamworks/Structs/InventoryRecipe.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/InventoryRecipe.cs rename to Facepunch.Steamworks/Structs/InventoryRecipe.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/InventoryResult.cs b/Facepunch.Steamworks/Structs/InventoryResult.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/InventoryResult.cs rename to Facepunch.Steamworks/Structs/InventoryResult.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/Leaderboard.cs b/Facepunch.Steamworks/Structs/Leaderboard.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/Leaderboard.cs rename to Facepunch.Steamworks/Structs/Leaderboard.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/LeaderboardEntry.cs b/Facepunch.Steamworks/Structs/LeaderboardEntry.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/LeaderboardEntry.cs rename to Facepunch.Steamworks/Structs/LeaderboardEntry.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/LeaderboardUpdate.cs b/Facepunch.Steamworks/Structs/LeaderboardUpdate.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/LeaderboardUpdate.cs rename to Facepunch.Steamworks/Structs/LeaderboardUpdate.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/Lobby.cs b/Facepunch.Steamworks/Structs/Lobby.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/Lobby.cs rename to Facepunch.Steamworks/Structs/Lobby.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/LobbyQuery.cs b/Facepunch.Steamworks/Structs/LobbyQuery.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/LobbyQuery.cs rename to Facepunch.Steamworks/Structs/LobbyQuery.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/MatchMakingKeyValuePair.cs b/Facepunch.Steamworks/Structs/MatchMakingKeyValuePair.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/MatchMakingKeyValuePair.cs rename to Facepunch.Steamworks/Structs/MatchMakingKeyValuePair.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/NumericalFilter.cs b/Facepunch.Steamworks/Structs/NumericalFilter.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/NumericalFilter.cs rename to Facepunch.Steamworks/Structs/NumericalFilter.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/OutgoingPacket.cs b/Facepunch.Steamworks/Structs/OutgoingPacket.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/OutgoingPacket.cs rename to Facepunch.Steamworks/Structs/OutgoingPacket.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/P2Packet.cs b/Facepunch.Steamworks/Structs/P2Packet.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/P2Packet.cs rename to Facepunch.Steamworks/Structs/P2Packet.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/PartyBeacon.cs b/Facepunch.Steamworks/Structs/PartyBeacon.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/PartyBeacon.cs rename to Facepunch.Steamworks/Structs/PartyBeacon.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/RemotePlaySession.cs b/Facepunch.Steamworks/Structs/RemotePlaySession.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/RemotePlaySession.cs rename to Facepunch.Steamworks/Structs/RemotePlaySession.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/Screenshot.cs b/Facepunch.Steamworks/Structs/Screenshot.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/Screenshot.cs rename to Facepunch.Steamworks/Structs/Screenshot.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/Server.cs b/Facepunch.Steamworks/Structs/Server.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/Server.cs rename to Facepunch.Steamworks/Structs/Server.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/ServerInit.cs b/Facepunch.Steamworks/Structs/ServerInit.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/ServerInit.cs rename to Facepunch.Steamworks/Structs/ServerInit.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/Stat.cs b/Facepunch.Steamworks/Structs/Stat.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/Stat.cs rename to Facepunch.Steamworks/Structs/Stat.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/SteamId.cs b/Facepunch.Steamworks/Structs/SteamId.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/SteamId.cs rename to Facepunch.Steamworks/Structs/SteamId.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/SteamIpAddress.cs b/Facepunch.Steamworks/Structs/SteamIpAddress.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/SteamIpAddress.cs rename to Facepunch.Steamworks/Structs/SteamIpAddress.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/SteamParamStringArray.cs b/Facepunch.Steamworks/Structs/SteamParamStringArray.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/SteamParamStringArray.cs rename to Facepunch.Steamworks/Structs/SteamParamStringArray.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/Ugc.cs b/Facepunch.Steamworks/Structs/Ugc.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/Ugc.cs rename to Facepunch.Steamworks/Structs/Ugc.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/UgcEditor.cs b/Facepunch.Steamworks/Structs/UgcEditor.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/UgcEditor.cs rename to Facepunch.Steamworks/Structs/UgcEditor.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/UgcItem.cs b/Facepunch.Steamworks/Structs/UgcItem.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/UgcItem.cs rename to Facepunch.Steamworks/Structs/UgcItem.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/UgcQuery.cs b/Facepunch.Steamworks/Structs/UgcQuery.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/UgcQuery.cs rename to Facepunch.Steamworks/Structs/UgcQuery.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/UgcResultPage.cs b/Facepunch.Steamworks/Structs/UgcResultPage.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/UgcResultPage.cs rename to Facepunch.Steamworks/Structs/UgcResultPage.cs diff --git a/BoneSync/Facepunch.Steamworks/Structs/UserItemVote.cs b/Facepunch.Steamworks/Structs/UserItemVote.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Structs/UserItemVote.cs rename to Facepunch.Steamworks/Structs/UserItemVote.cs diff --git a/BoneSync/Facepunch.Steamworks/Utility/Epoch.cs b/Facepunch.Steamworks/Utility/Epoch.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Utility/Epoch.cs rename to Facepunch.Steamworks/Utility/Epoch.cs diff --git a/BoneSync/Facepunch.Steamworks/Utility/Helpers.cs b/Facepunch.Steamworks/Utility/Helpers.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Utility/Helpers.cs rename to Facepunch.Steamworks/Utility/Helpers.cs diff --git a/BoneSync/Facepunch.Steamworks/Utility/Platform.cs b/Facepunch.Steamworks/Utility/Platform.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Utility/Platform.cs rename to Facepunch.Steamworks/Utility/Platform.cs diff --git a/BoneSync/Facepunch.Steamworks/Utility/SourceServerQuery.cs b/Facepunch.Steamworks/Utility/SourceServerQuery.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Utility/SourceServerQuery.cs rename to Facepunch.Steamworks/Utility/SourceServerQuery.cs diff --git a/BoneSync/Facepunch.Steamworks/Utility/SteamInterface.cs b/Facepunch.Steamworks/Utility/SteamInterface.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Utility/SteamInterface.cs rename to Facepunch.Steamworks/Utility/SteamInterface.cs diff --git a/BoneSync/Facepunch.Steamworks/Utility/Utf8String.cs b/Facepunch.Steamworks/Utility/Utf8String.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Utility/Utf8String.cs rename to Facepunch.Steamworks/Utility/Utf8String.cs diff --git a/BoneSync/Facepunch.Steamworks/Utility/Utility.cs b/Facepunch.Steamworks/Utility/Utility.cs similarity index 100% rename from BoneSync/Facepunch.Steamworks/Utility/Utility.cs rename to Facepunch.Steamworks/Utility/Utility.cs diff --git a/BoneSync/Facepunch.Steamworks/steam_api.dll b/Facepunch.Steamworks/steam_api.dll similarity index 100% rename from BoneSync/Facepunch.Steamworks/steam_api.dll rename to Facepunch.Steamworks/steam_api.dll diff --git a/BoneSync/Facepunch.Steamworks/steam_api64.dll b/Facepunch.Steamworks/steam_api64.dll similarity index 100% rename from BoneSync/Facepunch.Steamworks/steam_api64.dll rename to Facepunch.Steamworks/steam_api64.dll