From 62eb612d730ec1240d8f06003283c8f8e5502f75 Mon Sep 17 00:00:00 2001 From: kafeijao Date: Wed, 26 Apr 2023 18:45:24 +0100 Subject: [PATCH] Solution cleanup --- .gitignore | 5 + AASBufferFix/AASBufferFix.csproj | 52 +- AASBufferFix/AASBufferFix.sln | 25 - BadAnimatorFix/BadAnimatorFix.csproj | 71 +- BadAnimatorFix/BadAnimatorFix.sln | 25 - Blackout/Blackout.csproj | 81 +- Blackout/Blackout.sln | 25 - CVRGizmos/CVRGizmos.csproj | 31 +- CVRGizmos/CVRGizmos.sln | 25 - ChatBoxExtensions/ChatBoxExtensions.csproj | 43 +- ChatBoxExtensions/ChatBoxExtensions.sln | 25 - .../ClearHudNotifications.csproj | 44 +- .../ClearHudNotifications.sln | 25 - DesktopVRIK/DesktopVRIK.csproj | 57 +- DesktopVRIK/DesktopVRIK.sln | 25 - DesktopVRSwitch/DesktopVRSwitch.csproj | 73 +- DesktopVRSwitch/DesktopVRSwitch.sln | 25 - Directory.Build.props | 808 ++++++++++++++++++ FuckMetrics/FuckMetrics.csproj | 44 +- FuckMetrics/FuckMetrics.sln | 25 - FuckToes/FuckToes.csproj | 37 +- FuckToes/FuckToes.sln | 25 - GestureLock/GestureLock.csproj | 37 +- GestureLock/GestureLock.sln | 25 - IKFixes/IKFixes.csproj | 72 +- IKFixes/IKFixes.sln | 25 - JumpPatch/JumpPatch.csproj | 37 +- JumpPatch/JumpPatch.sln | 25 - MenuScalePatch/MenuScalePatch.csproj | 41 +- MenuScalePatch/MenuScalePatch.sln | 25 - NAK.CustomComponents/CustomComponents.csproj | 53 +- NAK.CustomComponents/CustomComponents.sln | 25 - NAK_CVR_Mods.sln | 136 +++ PathCamDisabler/PathCamDisabler.csproj | 76 +- PathCamDisabler/PathCamDisabler.sln | 25 - PickupPushPull/PickupPushPull.csproj | 37 +- PickupPushPull/PickupPushPull.sln | 25 - .../PortableCameraAdditions.csproj | 74 +- .../PortableCameraAdditions.sln | 25 - PropUndoButton/PropUndoButton.csproj | 55 +- PropUndoButton/PropUndoButton.sln | 25 - ThirdPerson/CameraLogic.cs | 6 +- ThirdPerson/ThirdPerson.csproj | 56 +- ThirdPerson/ThirdPerson.sln | 25 - .../TrackedControllerFix.csproj | 70 +- TrackedControllerFix/TrackedControllerFix.sln | 25 - nstrip_copy_stuff.ps1 | 2 +- 47 files changed, 988 insertions(+), 1635 deletions(-) delete mode 100644 AASBufferFix/AASBufferFix.sln delete mode 100644 BadAnimatorFix/BadAnimatorFix.sln delete mode 100644 Blackout/Blackout.sln delete mode 100644 CVRGizmos/CVRGizmos.sln delete mode 100644 ChatBoxExtensions/ChatBoxExtensions.sln delete mode 100644 ClearHudNotifications/ClearHudNotifications.sln delete mode 100644 DesktopVRIK/DesktopVRIK.sln delete mode 100644 DesktopVRSwitch/DesktopVRSwitch.sln create mode 100644 Directory.Build.props delete mode 100644 FuckMetrics/FuckMetrics.sln delete mode 100644 FuckToes/FuckToes.sln delete mode 100644 GestureLock/GestureLock.sln delete mode 100644 IKFixes/IKFixes.sln delete mode 100644 JumpPatch/JumpPatch.sln delete mode 100644 MenuScalePatch/MenuScalePatch.sln delete mode 100644 NAK.CustomComponents/CustomComponents.sln create mode 100644 NAK_CVR_Mods.sln delete mode 100644 PathCamDisabler/PathCamDisabler.sln delete mode 100644 PickupPushPull/PickupPushPull.sln delete mode 100644 PortableCameraAdditions/PortableCameraAdditions.sln delete mode 100644 PropUndoButton/PropUndoButton.sln delete mode 100644 ThirdPerson/ThirdPerson.sln delete mode 100644 TrackedControllerFix/TrackedControllerFix.sln diff --git a/.gitignore b/.gitignore index b72d213..2ab6adf 100644 --- a/.gitignore +++ b/.gitignore @@ -400,3 +400,8 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +.idea/ + +# Managed Libs +ManagedLibs/*.dll +ManagedLibs/*.db diff --git a/AASBufferFix/AASBufferFix.csproj b/AASBufferFix/AASBufferFix.csproj index 5a31a95..66a50a8 100644 --- a/AASBufferFix/AASBufferFix.csproj +++ b/AASBufferFix/AASBufferFix.csproj @@ -1,52 +1,2 @@ - - - - net472 - enable - latest - false - - - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\0Harmony.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AssetBundleModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll - - - - - - - - - + diff --git a/AASBufferFix/AASBufferFix.sln b/AASBufferFix/AASBufferFix.sln deleted file mode 100644 index 2216422..0000000 --- a/AASBufferFix/AASBufferFix.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AASBufferFix", "AASBufferFix.csproj", "{9C6339E8-657C-4A1F-9324-12BFB2558BBB}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9C6339E8-657C-4A1F-9324-12BFB2558BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9C6339E8-657C-4A1F-9324-12BFB2558BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9C6339E8-657C-4A1F-9324-12BFB2558BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9C6339E8-657C-4A1F-9324-12BFB2558BBB}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {D2EEA814-859D-4EE4-ADC8-DDDD36383310} - EndGlobalSection -EndGlobal diff --git a/BadAnimatorFix/BadAnimatorFix.csproj b/BadAnimatorFix/BadAnimatorFix.csproj index 040f29a..66a50a8 100644 --- a/BadAnimatorFix/BadAnimatorFix.csproj +++ b/BadAnimatorFix/BadAnimatorFix.csproj @@ -1,71 +1,2 @@ - - - - netstandard2.1 - enable - latest - false - True - - - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\0Harmony.dll - - - ..\..\FuckCohtml\FuckMetrics\ManagedLibs\Assembly-CSharp.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Aura2_Core.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\SteamVR.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\UIExpansionKit.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.Postprocessing.Runtime.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.TextMeshPro.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.VRModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.XRModule.dll - - - - - - - - - + diff --git a/BadAnimatorFix/BadAnimatorFix.sln b/BadAnimatorFix/BadAnimatorFix.sln deleted file mode 100644 index 83f9cfb..0000000 --- a/BadAnimatorFix/BadAnimatorFix.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BadAnimatorFix", "BadAnimatorFix.csproj", "{36FB9A18-B03E-45F6-9EF5-A276D2FFFC2B}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {36FB9A18-B03E-45F6-9EF5-A276D2FFFC2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {36FB9A18-B03E-45F6-9EF5-A276D2FFFC2B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {36FB9A18-B03E-45F6-9EF5-A276D2FFFC2B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {36FB9A18-B03E-45F6-9EF5-A276D2FFFC2B}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {61C931D9-0377-4934-BF85-FCEB9A40547E} - EndGlobalSection -EndGlobal diff --git a/Blackout/Blackout.csproj b/Blackout/Blackout.csproj index 52398a9..71bde9b 100644 --- a/Blackout/Blackout.csproj +++ b/Blackout/Blackout.csproj @@ -1,84 +1,23 @@ - - net472 - enable - latest - false - - - + - + + True + True + Resource1.resx + - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\0Harmony.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll - - - ..\..\Giamoz\Giamoz\bin\Debug\net472\Giamoz.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\SteamVR.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\UIExpansionKit.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AssetBundleModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll - + + ResXFileCodeGenerator + Resource1.Designer.cs + - - - True - True - Resource1.resx - - - - - - ResXFileCodeGenerator - Resource1.Designer.cs - - - - - - - - diff --git a/Blackout/Blackout.sln b/Blackout/Blackout.sln deleted file mode 100644 index 4433874..0000000 --- a/Blackout/Blackout.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blackout", "Blackout.csproj", "{1D5ABEE5-ACFA-4B0C-9195-968FA3DFEECD}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1D5ABEE5-ACFA-4B0C-9195-968FA3DFEECD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1D5ABEE5-ACFA-4B0C-9195-968FA3DFEECD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1D5ABEE5-ACFA-4B0C-9195-968FA3DFEECD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1D5ABEE5-ACFA-4B0C-9195-968FA3DFEECD}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {698498B4-20BF-45AF-A7A3-2F8091D6AE7E} - EndGlobalSection -EndGlobal diff --git a/CVRGizmos/CVRGizmos.csproj b/CVRGizmos/CVRGizmos.csproj index 5ced6e5..66a50a8 100644 --- a/CVRGizmos/CVRGizmos.csproj +++ b/CVRGizmos/CVRGizmos.csproj @@ -1,31 +1,2 @@ - - - - net472 - enable - latest - false - - - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\0Harmony.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - - - - - - - - - + diff --git a/CVRGizmos/CVRGizmos.sln b/CVRGizmos/CVRGizmos.sln deleted file mode 100644 index 45a6871..0000000 --- a/CVRGizmos/CVRGizmos.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CVRGizmos", "CVRGizmos.csproj", "{5465736B-DE27-4413-A374-1834FDE7DB0D}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5465736B-DE27-4413-A374-1834FDE7DB0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5465736B-DE27-4413-A374-1834FDE7DB0D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5465736B-DE27-4413-A374-1834FDE7DB0D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5465736B-DE27-4413-A374-1834FDE7DB0D}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {C0002BEC-CB43-4733-9961-C9CDDB3AC4EA} - EndGlobalSection -EndGlobal diff --git a/ChatBoxExtensions/ChatBoxExtensions.csproj b/ChatBoxExtensions/ChatBoxExtensions.csproj index 3260322..66a50a8 100644 --- a/ChatBoxExtensions/ChatBoxExtensions.csproj +++ b/ChatBoxExtensions/ChatBoxExtensions.csproj @@ -1,43 +1,2 @@ - - - - net472 - enable - latest - false - - - - - ..\_ManagedLibs\0Harmony.dll - - - ..\_ManagedLibs\Assembly-CSharp.dll - - - ..\_ManagedLibs\Assembly-CSharp-firstpass.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\ChatBox.dll - - - ..\_ManagedLibs\MelonLoader.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\ml_prm.dll - - - ..\_ManagedLibs\UnityEngine.CoreModule.dll - - - ..\_ManagedLibs\UnityEngine.InputLegacyModule.dll - - - - - - - - - + diff --git a/ChatBoxExtensions/ChatBoxExtensions.sln b/ChatBoxExtensions/ChatBoxExtensions.sln deleted file mode 100644 index d9d0892..0000000 --- a/ChatBoxExtensions/ChatBoxExtensions.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatBoxExtensions", "ChatBoxExtensions.csproj", "{319281C7-C2CC-4350-ACE9-A52467C3E1EF}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {319281C7-C2CC-4350-ACE9-A52467C3E1EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {319281C7-C2CC-4350-ACE9-A52467C3E1EF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {319281C7-C2CC-4350-ACE9-A52467C3E1EF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {319281C7-C2CC-4350-ACE9-A52467C3E1EF}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {67285FB2-B0B0-44AF-AC34-C47B3BF054ED} - EndGlobalSection -EndGlobal diff --git a/ClearHudNotifications/ClearHudNotifications.csproj b/ClearHudNotifications/ClearHudNotifications.csproj index 6dc7b11..66a50a8 100644 --- a/ClearHudNotifications/ClearHudNotifications.csproj +++ b/ClearHudNotifications/ClearHudNotifications.csproj @@ -1,44 +1,2 @@ - - - - net472 - enable - latest - false - True - - - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\0Harmony.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp-firstpass.dll - - - ..\..\..\_ManagedLibs\cohtml.Net.dll - - - ..\..\..\_ManagedLibs\Cohtml.Runtime.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\MelonLoader.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.CoreModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.InputLegacyModule.dll - - - - - - - - - + diff --git a/ClearHudNotifications/ClearHudNotifications.sln b/ClearHudNotifications/ClearHudNotifications.sln deleted file mode 100644 index 5ae6fd6..0000000 --- a/ClearHudNotifications/ClearHudNotifications.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClearHudNotifications", "ClearHudNotifications.csproj", "{753B581A-1D5F-413C-93D8-ADE3193E825C}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {753B581A-1D5F-413C-93D8-ADE3193E825C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {753B581A-1D5F-413C-93D8-ADE3193E825C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {753B581A-1D5F-413C-93D8-ADE3193E825C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {753B581A-1D5F-413C-93D8-ADE3193E825C}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {B69DA489-5322-4E63-9795-EEA831017CC8} - EndGlobalSection -EndGlobal diff --git a/DesktopVRIK/DesktopVRIK.csproj b/DesktopVRIK/DesktopVRIK.csproj index 60fc7d3..66a50a8 100644 --- a/DesktopVRIK/DesktopVRIK.csproj +++ b/DesktopVRIK/DesktopVRIK.csproj @@ -1,57 +1,2 @@ - - - - net472 - enable - latest - false - True - - - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\0Harmony.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp-firstpass.dll - - - ..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Cohtml.Runtime.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\MelonLoader.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.AnimationModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.AssetBundleModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.CoreModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.InputLegacyModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.PhysicsModule.dll - - - - - - - - - - - - - + diff --git a/DesktopVRIK/DesktopVRIK.sln b/DesktopVRIK/DesktopVRIK.sln deleted file mode 100644 index 6aba351..0000000 --- a/DesktopVRIK/DesktopVRIK.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesktopVRIK", "DesktopVRIK.csproj", "{07F06485-C387-470A-A43D-F3779A059F30}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {07F06485-C387-470A-A43D-F3779A059F30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {07F06485-C387-470A-A43D-F3779A059F30}.Debug|Any CPU.Build.0 = Debug|Any CPU - {07F06485-C387-470A-A43D-F3779A059F30}.Release|Any CPU.ActiveCfg = Release|Any CPU - {07F06485-C387-470A-A43D-F3779A059F30}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {05F83429-FD88-4C7A-B7D5-40516382B6FD} - EndGlobalSection -EndGlobal diff --git a/DesktopVRSwitch/DesktopVRSwitch.csproj b/DesktopVRSwitch/DesktopVRSwitch.csproj index 0e61fd5..66a50a8 100644 --- a/DesktopVRSwitch/DesktopVRSwitch.csproj +++ b/DesktopVRSwitch/DesktopVRSwitch.csproj @@ -1,73 +1,2 @@ - - - - net472 - enable - latest - false - - - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\0Harmony.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Aura2_Core.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\SteamVR.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\UIExpansionKit.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.Postprocessing.Runtime.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.TextMeshPro.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.VRModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.VRModule.dll - - - ..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.XRModule.dll - - - - - - - - - + diff --git a/DesktopVRSwitch/DesktopVRSwitch.sln b/DesktopVRSwitch/DesktopVRSwitch.sln deleted file mode 100644 index 0223868..0000000 --- a/DesktopVRSwitch/DesktopVRSwitch.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesktopVRSwitch", "DesktopVRSwitch.csproj", "{4008E6D1-32F9-449B-8820-80ACF0ED8233}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4008E6D1-32F9-449B-8820-80ACF0ED8233}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4008E6D1-32F9-449B-8820-80ACF0ED8233}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4008E6D1-32F9-449B-8820-80ACF0ED8233}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4008E6D1-32F9-449B-8820-80ACF0ED8233}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {9F6A1F88-B3D1-46F3-9370-9DDAE1F707C3} - EndGlobalSection -EndGlobal diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..515568b --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,808 @@ + + + + + $(CVRPATH)\Mods\ + latest + false + net472 + enable + false + + true + + + + true + full + false + DEBUG;TRACE + prompt + 4 + + + + embedded + true + TRACE + prompt + 4 + + + + + + $(MsBuildThisFileDirectory)\_ManagedLibs\BTKUILib.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UIExpansionKit.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\ChatBox.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\ml_prm.dll + False + + + + + + + $(MsBuildThisFileDirectory)\_ManagedLibs\0Harmony.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\MelonLoader.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Accessibility.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Assembly-CSharp-firstpass.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Assembly-CSharp.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Aura2_Core.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\AVProVideo.Demos.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\AVProVideo.Extensions.Timeline.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\AVProVideo.Extensions.UnityUI.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\AVProVideo.Extensions.VisualEffectGraph.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\AVProVideo.Runtime.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\AwesomeTechnologies.TouchReactSystemPro.Runtime.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\AwesomeTechnologies.VegetationStudioPro.Runtime.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Bhaptics.Tact.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Boxophobic.TheVehetationEngine.Runtime.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Boxophobic.Utils.Scripts.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Cinemachine.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\cohtml.Net.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Cohtml.RenderingBackend.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Cohtml.Runtime.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Crc32.NET.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\DarkRift.Client.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\DarkRift.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\DarkRift.Server.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\DissonanceVoip.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\endel.nativewebsocket.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\ICSharpCode.SharpZipLib.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\MagicaCloth.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\MeshBakerCore.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Mono.Data.Sqlite.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Mono.Posix.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Mono.Security.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Mono.WebBrowser.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\MPUIKit.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\mscorlib.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\netstandard.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Newtonsoft.Json.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\NicoKuroKusagi.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Novell.Directory.Ldap.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\PWCommon3DLL.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\QHierarchyNullable.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\QHierarchyRuntime.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\SALSA-LipSync.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\SALSA.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\ShapesRuntime.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\SteamAudioUnity.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\SteamVR.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\SteamVR_Actions.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.ComponentModel.Composition.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.ComponentModel.DataAnnotations.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Configuration.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Core.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Data.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Design.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Diagnostics.StackTrace.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.DirectoryServices.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Drawing.Design.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Drawing.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.EnterpriseServices.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Globalization.Extensions.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.IO.Compression.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.IO.Compression.FileSystem.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Net.Http.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Numerics.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Runtime.CompilerServices.Unsafe.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Runtime.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Runtime.Serialization.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Runtime.Serialization.Formatters.Soap.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Runtime.Serialization.Xml.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Security.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.ServiceModel.Internals.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Transactions.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Web.ApplicationServices.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Web.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Web.Services.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Windows.Forms.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Xml.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Xml.Linq.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\System.Xml.XPath.XDocument.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Tobii.GameIntegration.Net.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\TobiiXRCore.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\TobiiXRDevTools.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\TobiiXRG2OM.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\TobiiXRSDK.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UniTask.Addressables.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UniTask.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UniTask.DOTween.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UniTask.Linq.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UniTask.TextMeshPro.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Analytics.DataPrivacy.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Build.SlimPlayerRuntime.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Burst.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Burst.Unsafe.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Collections.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Deformations.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Entities.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Entities.Hybrid.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.InternalAPIEngineBridge.003.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Jobs.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Mathematics.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Mathematics.Extensions.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Mathematics.Extensions.Hybrid.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Platforms.Common.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Polybrush.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Postprocessing.Runtime.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.ProBuilder.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.ProBuilder.KdTree.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.ProBuilder.Poly2Tri.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.ProBuilder.Stl.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Properties.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Properties.Reflection.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Properties.UI.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.RenderPipelines.Core.Runtime.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.RenderPipelines.Core.ShaderLibrary.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Scenes.Hybrid.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.ScriptableBuildPipeline.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Serialization.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.TextMeshPro.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Timeline.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Transforms.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.Transforms.Hybrid.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Unity.VectorGraphics.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.AccessibilityModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.Advertisements.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.AIModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.AndroidJNIModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.AnimationModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.ARModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.AssetBundleModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.AudioModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.ClothModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.ClusterInputModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.ClusterRendererModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.CoreModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.CrashReportingModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.DirectorModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.DSPGraphModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.GameCenterModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.GridModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.HotReloadModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.ImageConversionModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.IMGUIModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.InputLegacyModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.InputModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.JSONSerializeModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.LocalizationModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.Monetization.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.ParticleSystemModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.PerformanceReportingModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.Physics2DModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.PhysicsModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.ProfilerModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.ScreenCaptureModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.SharedInternalsModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.SpriteMaskModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.SpriteShapeModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.StreamingModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.SubstanceModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.SubsystemsModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.TerrainModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.TerrainPhysicsModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.TextCoreModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.TextRenderingModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.TilemapModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.TLSModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UI.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UIElementsModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UIModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UmbraModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UNETModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UnityAnalyticsModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UnityConnectModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UnityTestProtocolModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UnityWebRequestAssetBundleModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UnityWebRequestAudioModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UnityWebRequestModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UnityWebRequestTextureModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.UnityWebRequestWWWModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.VehiclesModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.VFXModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.VideoModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.VRModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.WindModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\UnityEngine.XRModule.dll + False + + + $(MsBuildThisFileDirectory)\_ManagedLibs\Valve.Newtonsoft.Json.dll + False + + + + diff --git a/FuckMetrics/FuckMetrics.csproj b/FuckMetrics/FuckMetrics.csproj index a25c735..66a50a8 100644 --- a/FuckMetrics/FuckMetrics.csproj +++ b/FuckMetrics/FuckMetrics.csproj @@ -1,44 +1,2 @@ - - - - net472 - enable - latest - false - True - - - - - ..\_ManagedLibs\0Harmony.dll - - - ..\_ManagedLibs\Assembly-CSharp.dll - - - ..\_ManagedLibs\Assembly-CSharp-firstpass.dll - - - ..\_ManagedLibs\cohtml.Net.dll - - - ..\_ManagedLibs\Cohtml.Runtime.dll - - - ..\_ManagedLibs\MelonLoader.dll - - - ..\_ManagedLibs\UnityEngine.CoreModule.dll - - - ..\_ManagedLibs\UnityEngine.InputLegacyModule.dll - - - - - - - - - + diff --git a/FuckMetrics/FuckMetrics.sln b/FuckMetrics/FuckMetrics.sln deleted file mode 100644 index b6c2e37..0000000 --- a/FuckMetrics/FuckMetrics.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FuckMetrics", "FuckMetrics.csproj", "{D2625DDC-48EA-4390-8B4C-69D1E4E9C5E5}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D2625DDC-48EA-4390-8B4C-69D1E4E9C5E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D2625DDC-48EA-4390-8B4C-69D1E4E9C5E5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D2625DDC-48EA-4390-8B4C-69D1E4E9C5E5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D2625DDC-48EA-4390-8B4C-69D1E4E9C5E5}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {CE55D93A-682A-47F4-A971-65132B854210} - EndGlobalSection -EndGlobal diff --git a/FuckToes/FuckToes.csproj b/FuckToes/FuckToes.csproj index b7fe17e..66a50a8 100644 --- a/FuckToes/FuckToes.csproj +++ b/FuckToes/FuckToes.csproj @@ -1,37 +1,2 @@ - - - - net472 - enable - latest - false - - - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\0Harmony.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll - - - - - - - - - + diff --git a/FuckToes/FuckToes.sln b/FuckToes/FuckToes.sln deleted file mode 100644 index 4fb6ac2..0000000 --- a/FuckToes/FuckToes.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FuckToes", "FuckToes.csproj", "{7A4864FE-17AD-4D6D-B2CD-4111C05754D8}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7A4864FE-17AD-4D6D-B2CD-4111C05754D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7A4864FE-17AD-4D6D-B2CD-4111C05754D8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7A4864FE-17AD-4D6D-B2CD-4111C05754D8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7A4864FE-17AD-4D6D-B2CD-4111C05754D8}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {C0D6DAF4-5963-47A0-8D33-5E0E22061DAF} - EndGlobalSection -EndGlobal diff --git a/GestureLock/GestureLock.csproj b/GestureLock/GestureLock.csproj index b987c6c..66a50a8 100644 --- a/GestureLock/GestureLock.csproj +++ b/GestureLock/GestureLock.csproj @@ -1,37 +1,2 @@ - - - - net472 - enable - latest - false - - - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\0Harmony.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\SteamVR.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll - - - - - - - - - + diff --git a/GestureLock/GestureLock.sln b/GestureLock/GestureLock.sln deleted file mode 100644 index 65fa197..0000000 --- a/GestureLock/GestureLock.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GestureLock", "GestureLock.csproj", "{B318B038-DA12-4960-A35E-613BE26B7965}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B318B038-DA12-4960-A35E-613BE26B7965}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B318B038-DA12-4960-A35E-613BE26B7965}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B318B038-DA12-4960-A35E-613BE26B7965}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B318B038-DA12-4960-A35E-613BE26B7965}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {0ABE9CFE-D4F5-4B5B-9D1A-5D0B1DA7E2CD} - EndGlobalSection -EndGlobal diff --git a/IKFixes/IKFixes.csproj b/IKFixes/IKFixes.csproj index 6e01903..66a50a8 100644 --- a/IKFixes/IKFixes.csproj +++ b/IKFixes/IKFixes.csproj @@ -1,72 +1,2 @@ - - - - netstandard2.1 - enable - latest - false - True - - - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\0Harmony.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp-firstpass.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Aura2_Core.dll - - - ..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\cohtml.Net.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Cohtml.Runtime.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\MelonLoader.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\SteamVR.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Unity.Postprocessing.Runtime.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Unity.TextMeshPro.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.AnimationModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.CoreModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.InputLegacyModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.PhysicsModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.VRModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.XRModule.dll - - - - - - - - - - + diff --git a/IKFixes/IKFixes.sln b/IKFixes/IKFixes.sln deleted file mode 100644 index 03a1417..0000000 --- a/IKFixes/IKFixes.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IKFixes", "IKFixes.csproj", "{AD8D4FA6-8A34-4773-AA24-61F65976182F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AD8D4FA6-8A34-4773-AA24-61F65976182F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AD8D4FA6-8A34-4773-AA24-61F65976182F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AD8D4FA6-8A34-4773-AA24-61F65976182F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AD8D4FA6-8A34-4773-AA24-61F65976182F}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {1D85DEE4-4BBC-43DD-8AA4-53478A0915F7} - EndGlobalSection -EndGlobal diff --git a/JumpPatch/JumpPatch.csproj b/JumpPatch/JumpPatch.csproj index b7fe17e..66a50a8 100644 --- a/JumpPatch/JumpPatch.csproj +++ b/JumpPatch/JumpPatch.csproj @@ -1,37 +1,2 @@ - - - - net472 - enable - latest - false - - - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\0Harmony.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll - - - - - - - - - + diff --git a/JumpPatch/JumpPatch.sln b/JumpPatch/JumpPatch.sln deleted file mode 100644 index 1968644..0000000 --- a/JumpPatch/JumpPatch.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JumpPatch", "JumpPatch.csproj", "{E205C609-750F-4EF6-9180-09907A3D5EFA}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E205C609-750F-4EF6-9180-09907A3D5EFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E205C609-750F-4EF6-9180-09907A3D5EFA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E205C609-750F-4EF6-9180-09907A3D5EFA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E205C609-750F-4EF6-9180-09907A3D5EFA}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {75945C3C-368D-4A04-8EB7-F254473A946F} - EndGlobalSection -EndGlobal diff --git a/MenuScalePatch/MenuScalePatch.csproj b/MenuScalePatch/MenuScalePatch.csproj index dc1602b..66a50a8 100644 --- a/MenuScalePatch/MenuScalePatch.csproj +++ b/MenuScalePatch/MenuScalePatch.csproj @@ -1,41 +1,2 @@ - - - - net472 - enable - latest - false - True - - - - - ..\_ManagedLibs\0Harmony.dll - - - ..\_ManagedLibs\Assembly-CSharp.dll - - - ..\_ManagedLibs\Cohtml.Runtime.dll - - - ..\_ManagedLibs\MelonLoader.dll - - - ..\_ManagedLibs\UnityEngine.AnimationModule.dll - - - ..\_ManagedLibs\UnityEngine.CoreModule.dll - - - ..\_ManagedLibs\UnityEngine.InputLegacyModule.dll - - - - - - - - - + diff --git a/MenuScalePatch/MenuScalePatch.sln b/MenuScalePatch/MenuScalePatch.sln deleted file mode 100644 index 57b61f9..0000000 --- a/MenuScalePatch/MenuScalePatch.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MenuScalePatch", "MenuScalePatch.csproj", "{19D9CD91-0387-4E35-AFCD-BAB15AEC9765}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {19D9CD91-0387-4E35-AFCD-BAB15AEC9765}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {19D9CD91-0387-4E35-AFCD-BAB15AEC9765}.Debug|Any CPU.Build.0 = Debug|Any CPU - {19D9CD91-0387-4E35-AFCD-BAB15AEC9765}.Release|Any CPU.ActiveCfg = Release|Any CPU - {19D9CD91-0387-4E35-AFCD-BAB15AEC9765}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {4E0D4C6B-166C-4456-BAD7-6A358308116E} - EndGlobalSection -EndGlobal diff --git a/NAK.CustomComponents/CustomComponents.csproj b/NAK.CustomComponents/CustomComponents.csproj index 4fb4393..66a50a8 100644 --- a/NAK.CustomComponents/CustomComponents.csproj +++ b/NAK.CustomComponents/CustomComponents.csproj @@ -1,53 +1,2 @@ - - - - net472 - enable - latest - false - True - - - - - - - - - - - ..\_ManagedLibs\0Harmony.dll - - - ..\_ManagedLibs\Assembly-CSharp.dll - - - ..\_ManagedLibs\Assembly-CSharp-firstpass.dll - - - ..\_ManagedLibs\DarkRift.dll - - - ..\_ManagedLibs\MelonLoader.dll - - - ..\_ManagedLibs\UnityEngine.AnimationModule.dll - - - ..\_ManagedLibs\UnityEngine.CoreModule.dll - - - ..\_ManagedLibs\UnityEngine.InputLegacyModule.dll - - - ..\_ManagedLibs\UnityEngine.PhysicsModule.dll - - - - - - - - - + diff --git a/NAK.CustomComponents/CustomComponents.sln b/NAK.CustomComponents/CustomComponents.sln deleted file mode 100644 index 9b418c1..0000000 --- a/NAK.CustomComponents/CustomComponents.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomComponents", "CustomComponents.csproj", "{D83D5845-288A-4783-993D-09364AA48593}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D83D5845-288A-4783-993D-09364AA48593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D83D5845-288A-4783-993D-09364AA48593}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D83D5845-288A-4783-993D-09364AA48593}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D83D5845-288A-4783-993D-09364AA48593}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {A05CB0F0-E92F-4634-AA89-357AA256AD29} - EndGlobalSection -EndGlobal diff --git a/NAK_CVR_Mods.sln b/NAK_CVR_Mods.sln new file mode 100644 index 0000000..55ec05e --- /dev/null +++ b/NAK_CVR_Mods.sln @@ -0,0 +1,136 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrackedControllerFix", "TrackedControllerFix\TrackedControllerFix.csproj", "{883F7EC3-9A1E-4EBA-9A51-E2E7882DC5D4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AASBufferFix", "AASBufferFix\AASBufferFix.csproj", "{DBC8A547-F07B-40DB-8745-D79042C6C1A1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BadAnimatorFix", "BadAnimatorFix\BadAnimatorFix.csproj", "{E56C36DE-5F8D-41CC-A801-376D27D22EF5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blackout", "Blackout\Blackout.csproj", "{24BE113B-5D9F-4BFA-A883-CAD8279304A1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatBoxExtensions", "ChatBoxExtensions\ChatBoxExtensions.csproj", "{E3709319-8EDB-42C7-8A99-0F1FDF5AC312}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClearHudNotifications", "ClearHudNotifications\ClearHudNotifications.csproj", "{F74A59F9-7AE9-46AB-81B9-B50BDA4C30F0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CVRGizmos", "CVRGizmos\CVRGizmos.csproj", "{CF9BC79E-4FB6-429A-8C19-DF31F040BD4A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopVRIK", "DesktopVRIK\DesktopVRIK.csproj", "{CD33AB69-F9A4-4F32-B69A-473131F6393B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopVRSwitch", "DesktopVRSwitch\DesktopVRSwitch.csproj", "{30F56FE1-1654-4213-A51C-4C0278FB43A6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FuckMetrics", "FuckMetrics\FuckMetrics.csproj", "{55E805A5-404C-4BB9-9AF1-A432443B1424}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FuckToes", "FuckToes\FuckToes.csproj", "{79B2A7C4-348D-4A8E-94D1-BA22FDD5FEED}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GestureLock", "GestureLock\GestureLock.csproj", "{45A65AEB-4BFC-4E47-B181-BBB43BD81283}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IKFixes", "IKFixes\IKFixes.csproj", "{95D40C1C-6A7D-4AB3-8893-3E7B8375D01D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JumpPatch", "JumpPatch\JumpPatch.csproj", "{06AA6DE3-967A-4F1E-83B1-6DDA1524A638}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MenuScalePatch", "MenuScalePatch\MenuScalePatch.csproj", "{A089D5AA-B539-423C-9331-A30E8147EEF5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomComponents", "NAK.CustomComponents\CustomComponents.csproj", "{E43DB288-C6CF-469C-A250-17029A14770E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PathCamDisabler", "PathCamDisabler\PathCamDisabler.csproj", "{98169FD2-5CEB-46D1-A320-D7E06F82C9E0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PickupPushPull", "PickupPushPull\PickupPushPull.csproj", "{1B3245A6-1F6D-4C1F-AE53-8781A26A1AC7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortableCameraAdditions", "PortableCameraAdditions\PortableCameraAdditions.csproj", "{C4DAFE9D-C79B-4417-9B7D-B7327999DA4C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PropUndoButton", "PropUndoButton\PropUndoButton.csproj", "{FBFDB717-F81E-4C06-ACF9-A0F3FFDCDE00}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThirdPerson", "ThirdPerson\ThirdPerson.csproj", "{675CEC0E-3E8A-4970-98EA-9B79277A7252}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {06AA6DE3-967A-4F1E-83B1-6DDA1524A638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {06AA6DE3-967A-4F1E-83B1-6DDA1524A638}.Release|Any CPU.ActiveCfg = Release|Any CPU + {06AA6DE3-967A-4F1E-83B1-6DDA1524A638}.Debug|Any CPU.Build.0 = Debug|Any CPU + {06AA6DE3-967A-4F1E-83B1-6DDA1524A638}.Release|Any CPU.Build.0 = Release|Any CPU + {1B3245A6-1F6D-4C1F-AE53-8781A26A1AC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1B3245A6-1F6D-4C1F-AE53-8781A26A1AC7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1B3245A6-1F6D-4C1F-AE53-8781A26A1AC7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1B3245A6-1F6D-4C1F-AE53-8781A26A1AC7}.Release|Any CPU.Build.0 = Release|Any CPU + {24BE113B-5D9F-4BFA-A883-CAD8279304A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {24BE113B-5D9F-4BFA-A883-CAD8279304A1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {24BE113B-5D9F-4BFA-A883-CAD8279304A1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {24BE113B-5D9F-4BFA-A883-CAD8279304A1}.Release|Any CPU.Build.0 = Release|Any CPU + {30F56FE1-1654-4213-A51C-4C0278FB43A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {30F56FE1-1654-4213-A51C-4C0278FB43A6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {30F56FE1-1654-4213-A51C-4C0278FB43A6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {30F56FE1-1654-4213-A51C-4C0278FB43A6}.Release|Any CPU.Build.0 = Release|Any CPU + {45A65AEB-4BFC-4E47-B181-BBB43BD81283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {45A65AEB-4BFC-4E47-B181-BBB43BD81283}.Release|Any CPU.ActiveCfg = Release|Any CPU + {45A65AEB-4BFC-4E47-B181-BBB43BD81283}.Debug|Any CPU.Build.0 = Debug|Any CPU + {45A65AEB-4BFC-4E47-B181-BBB43BD81283}.Release|Any CPU.Build.0 = Release|Any CPU + {55E805A5-404C-4BB9-9AF1-A432443B1424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {55E805A5-404C-4BB9-9AF1-A432443B1424}.Release|Any CPU.ActiveCfg = Release|Any CPU + {55E805A5-404C-4BB9-9AF1-A432443B1424}.Debug|Any CPU.Build.0 = Debug|Any CPU + {55E805A5-404C-4BB9-9AF1-A432443B1424}.Release|Any CPU.Build.0 = Release|Any CPU + {675CEC0E-3E8A-4970-98EA-9B79277A7252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {675CEC0E-3E8A-4970-98EA-9B79277A7252}.Release|Any CPU.ActiveCfg = Release|Any CPU + {675CEC0E-3E8A-4970-98EA-9B79277A7252}.Debug|Any CPU.Build.0 = Debug|Any CPU + {675CEC0E-3E8A-4970-98EA-9B79277A7252}.Release|Any CPU.Build.0 = Release|Any CPU + {79B2A7C4-348D-4A8E-94D1-BA22FDD5FEED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {79B2A7C4-348D-4A8E-94D1-BA22FDD5FEED}.Release|Any CPU.ActiveCfg = Release|Any CPU + {79B2A7C4-348D-4A8E-94D1-BA22FDD5FEED}.Debug|Any CPU.Build.0 = Debug|Any CPU + {79B2A7C4-348D-4A8E-94D1-BA22FDD5FEED}.Release|Any CPU.Build.0 = Release|Any CPU + {883F7EC3-9A1E-4EBA-9A51-E2E7882DC5D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {883F7EC3-9A1E-4EBA-9A51-E2E7882DC5D4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {883F7EC3-9A1E-4EBA-9A51-E2E7882DC5D4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {883F7EC3-9A1E-4EBA-9A51-E2E7882DC5D4}.Release|Any CPU.Build.0 = Release|Any CPU + {95D40C1C-6A7D-4AB3-8893-3E7B8375D01D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {95D40C1C-6A7D-4AB3-8893-3E7B8375D01D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {95D40C1C-6A7D-4AB3-8893-3E7B8375D01D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {95D40C1C-6A7D-4AB3-8893-3E7B8375D01D}.Release|Any CPU.Build.0 = Release|Any CPU + {98169FD2-5CEB-46D1-A320-D7E06F82C9E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {98169FD2-5CEB-46D1-A320-D7E06F82C9E0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {98169FD2-5CEB-46D1-A320-D7E06F82C9E0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {98169FD2-5CEB-46D1-A320-D7E06F82C9E0}.Release|Any CPU.Build.0 = Release|Any CPU + {A089D5AA-B539-423C-9331-A30E8147EEF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A089D5AA-B539-423C-9331-A30E8147EEF5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A089D5AA-B539-423C-9331-A30E8147EEF5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A089D5AA-B539-423C-9331-A30E8147EEF5}.Release|Any CPU.Build.0 = Release|Any CPU + {C4DAFE9D-C79B-4417-9B7D-B7327999DA4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C4DAFE9D-C79B-4417-9B7D-B7327999DA4C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C4DAFE9D-C79B-4417-9B7D-B7327999DA4C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C4DAFE9D-C79B-4417-9B7D-B7327999DA4C}.Release|Any CPU.Build.0 = Release|Any CPU + {CD33AB69-F9A4-4F32-B69A-473131F6393B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CD33AB69-F9A4-4F32-B69A-473131F6393B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CD33AB69-F9A4-4F32-B69A-473131F6393B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CD33AB69-F9A4-4F32-B69A-473131F6393B}.Release|Any CPU.Build.0 = Release|Any CPU + {CF9BC79E-4FB6-429A-8C19-DF31F040BD4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CF9BC79E-4FB6-429A-8C19-DF31F040BD4A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CF9BC79E-4FB6-429A-8C19-DF31F040BD4A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CF9BC79E-4FB6-429A-8C19-DF31F040BD4A}.Release|Any CPU.Build.0 = Release|Any CPU + {DBC8A547-F07B-40DB-8745-D79042C6C1A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DBC8A547-F07B-40DB-8745-D79042C6C1A1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DBC8A547-F07B-40DB-8745-D79042C6C1A1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DBC8A547-F07B-40DB-8745-D79042C6C1A1}.Release|Any CPU.Build.0 = Release|Any CPU + {E3709319-8EDB-42C7-8A99-0F1FDF5AC312}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E3709319-8EDB-42C7-8A99-0F1FDF5AC312}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E3709319-8EDB-42C7-8A99-0F1FDF5AC312}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E3709319-8EDB-42C7-8A99-0F1FDF5AC312}.Release|Any CPU.Build.0 = Release|Any CPU + {E43DB288-C6CF-469C-A250-17029A14770E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E43DB288-C6CF-469C-A250-17029A14770E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E43DB288-C6CF-469C-A250-17029A14770E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E43DB288-C6CF-469C-A250-17029A14770E}.Release|Any CPU.Build.0 = Release|Any CPU + {E56C36DE-5F8D-41CC-A801-376D27D22EF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E56C36DE-5F8D-41CC-A801-376D27D22EF5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E56C36DE-5F8D-41CC-A801-376D27D22EF5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E56C36DE-5F8D-41CC-A801-376D27D22EF5}.Release|Any CPU.Build.0 = Release|Any CPU + {F74A59F9-7AE9-46AB-81B9-B50BDA4C30F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F74A59F9-7AE9-46AB-81B9-B50BDA4C30F0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F74A59F9-7AE9-46AB-81B9-B50BDA4C30F0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F74A59F9-7AE9-46AB-81B9-B50BDA4C30F0}.Release|Any CPU.Build.0 = Release|Any CPU + {FBFDB717-F81E-4C06-ACF9-A0F3FFDCDE00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FBFDB717-F81E-4C06-ACF9-A0F3FFDCDE00}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FBFDB717-F81E-4C06-ACF9-A0F3FFDCDE00}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FBFDB717-F81E-4C06-ACF9-A0F3FFDCDE00}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/PathCamDisabler/PathCamDisabler.csproj b/PathCamDisabler/PathCamDisabler.csproj index 703e8cc..66a50a8 100644 --- a/PathCamDisabler/PathCamDisabler.csproj +++ b/PathCamDisabler/PathCamDisabler.csproj @@ -1,76 +1,2 @@ - - - - net472 - enable - latest - false - - - - - - - - - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\0Harmony.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll - - - ..\..\Giamoz\Giamoz\bin\Debug\net472\Giamoz.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\SteamVR.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AssetBundleModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll - - - ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll - - - - - - True - True - Resource1.resx - - - - - - ResXFileCodeGenerator - Resource1.Designer.cs - - - - - - - - - + diff --git a/PathCamDisabler/PathCamDisabler.sln b/PathCamDisabler/PathCamDisabler.sln deleted file mode 100644 index 1f80bd8..0000000 --- a/PathCamDisabler/PathCamDisabler.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathCamDisabler", "PathCamDisabler.csproj", "{010592B6-9D1E-49D8-B4B2-6D5A6BCF5405}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {010592B6-9D1E-49D8-B4B2-6D5A6BCF5405}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {010592B6-9D1E-49D8-B4B2-6D5A6BCF5405}.Debug|Any CPU.Build.0 = Debug|Any CPU - {010592B6-9D1E-49D8-B4B2-6D5A6BCF5405}.Release|Any CPU.ActiveCfg = Release|Any CPU - {010592B6-9D1E-49D8-B4B2-6D5A6BCF5405}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {116A47FE-B7C5-4C2A-8437-5D5357FE783F} - EndGlobalSection -EndGlobal diff --git a/PickupPushPull/PickupPushPull.csproj b/PickupPushPull/PickupPushPull.csproj index b987c6c..66a50a8 100644 --- a/PickupPushPull/PickupPushPull.csproj +++ b/PickupPushPull/PickupPushPull.csproj @@ -1,37 +1,2 @@ - - - - net472 - enable - latest - false - - - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\0Harmony.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\SteamVR.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll - - - - - - - - - + diff --git a/PickupPushPull/PickupPushPull.sln b/PickupPushPull/PickupPushPull.sln deleted file mode 100644 index 670bd55..0000000 --- a/PickupPushPull/PickupPushPull.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PickupPushPull", "PickupPushPull.csproj", "{817132E7-2DE5-412F-A34C-A325C368F42B}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {817132E7-2DE5-412F-A34C-A325C368F42B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {817132E7-2DE5-412F-A34C-A325C368F42B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {817132E7-2DE5-412F-A34C-A325C368F42B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {817132E7-2DE5-412F-A34C-A325C368F42B}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {D636F9FB-C0CF-40CE-8105-E5238CDE0902} - EndGlobalSection -EndGlobal diff --git a/PortableCameraAdditions/PortableCameraAdditions.csproj b/PortableCameraAdditions/PortableCameraAdditions.csproj index eb63fa4..66a50a8 100644 --- a/PortableCameraAdditions/PortableCameraAdditions.csproj +++ b/PortableCameraAdditions/PortableCameraAdditions.csproj @@ -1,74 +1,2 @@ - - - - net472 - enable - latest - false - True - - - - - - - - - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\0Harmony.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp-firstpass.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Cohtml.Runtime.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\MelonLoader.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Unity.Postprocessing.Runtime.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Unity.TextMeshPro.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.AssetBundleModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.CoreModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.ImageConversionModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.InputLegacyModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.PhysicsModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.UI.dll - - - ..\..\..\_ManagedLibs\UnityEngine.UIModule.dll - - - - - - - - - + diff --git a/PortableCameraAdditions/PortableCameraAdditions.sln b/PortableCameraAdditions/PortableCameraAdditions.sln deleted file mode 100644 index 84887ac..0000000 --- a/PortableCameraAdditions/PortableCameraAdditions.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PortableCameraAdditions", "PortableCameraAdditions.csproj", "{3FFA9B93-18BA-4785-862A-DBDD95BE96A3}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3FFA9B93-18BA-4785-862A-DBDD95BE96A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3FFA9B93-18BA-4785-862A-DBDD95BE96A3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3FFA9B93-18BA-4785-862A-DBDD95BE96A3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3FFA9B93-18BA-4785-862A-DBDD95BE96A3}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {99545B29-77BE-44B4-8DC3-99133AB16810} - EndGlobalSection -EndGlobal diff --git a/PropUndoButton/PropUndoButton.csproj b/PropUndoButton/PropUndoButton.csproj index 76fb8b1..9e48033 100644 --- a/PropUndoButton/PropUndoButton.csproj +++ b/PropUndoButton/PropUndoButton.csproj @@ -1,57 +1,12 @@ - - net472 - enable - latest - false - True - - - - - - - + + + + + - - - - - - - - - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\0Harmony.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp-firstpass.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\DarkRift.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\MelonLoader.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.CoreModule.dll - - - C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.InputLegacyModule.dll - - - - - - - - diff --git a/PropUndoButton/PropUndoButton.sln b/PropUndoButton/PropUndoButton.sln deleted file mode 100644 index 0d15d70..0000000 --- a/PropUndoButton/PropUndoButton.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PropUndoButton", "PropUndoButton.csproj", "{240E33F2-E4DD-458D-8E79-96073872CE65}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {240E33F2-E4DD-458D-8E79-96073872CE65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {240E33F2-E4DD-458D-8E79-96073872CE65}.Debug|Any CPU.Build.0 = Debug|Any CPU - {240E33F2-E4DD-458D-8E79-96073872CE65}.Release|Any CPU.ActiveCfg = Release|Any CPU - {240E33F2-E4DD-458D-8E79-96073872CE65}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {C8F281CB-C5D8-4C4B-A7F6-9F1702C436EB} - EndGlobalSection -EndGlobal diff --git a/ThirdPerson/CameraLogic.cs b/ThirdPerson/CameraLogic.cs index 85836c2..9e34d68 100644 --- a/ThirdPerson/CameraLogic.cs +++ b/ThirdPerson/CameraLogic.cs @@ -130,7 +130,7 @@ internal static class CameraLogic } else { - Object.Destroy(ourCamComponent.GetComponent()); + UnityEngine.Object.Destroy(ourCamComponent.GetComponent()); } // Copy Beautify settings @@ -143,7 +143,7 @@ internal static class CameraLogic } else { - Object.Destroy(ourCamComponent.gameObject.GetComponent()); + UnityEngine.Object.Destroy(ourCamComponent.gameObject.GetComponent()); } } @@ -181,4 +181,4 @@ internal static class CameraLogic internal static void IncrementDist() { _dist += 0.25f; RelocateCam(CurrentLocation); } internal static void DecrementDist() { _dist -= 0.25f; RelocateCam(CurrentLocation); } internal static void AdjustScale(float height) { _scale = height; RelocateCam(CurrentLocation); } -} \ No newline at end of file +} diff --git a/ThirdPerson/ThirdPerson.csproj b/ThirdPerson/ThirdPerson.csproj index 66b26a6..5949b0b 100644 --- a/ThirdPerson/ThirdPerson.csproj +++ b/ThirdPerson/ThirdPerson.csproj @@ -1,54 +1,2 @@ - - - net472 - true - true - latest - 1.0.0.0 - 1.0.0 - True - - - - ..\_ManagedLibs\0Harmony.dll - - - ..\_ManagedLibs\Assembly-CSharp.dll - - - ..\_ManagedLibs\Assembly-CSharp-firstpass.dll - - - ..\_ManagedLibs\Aura2_Core.dll - - - ..\_ManagedLibs\Cohtml.Runtime.dll - - - ..\_ManagedLibs\MelonLoader.dll - - - ..\_ManagedLibs\Unity.Postprocessing.Runtime.dll - - - ..\_ManagedLibs\UnityEngine.AnimationModule.dll - - - ..\_ManagedLibs\UnityEngine.AssetBundleModule.dll - - - ..\_ManagedLibs\UnityEngine.CoreModule.dll - - - ..\_ManagedLibs\UnityEngine.InputLegacyModule.dll - - - ..\_ManagedLibs\UnityEngine.PhysicsModule.dll - - - - - - - - \ No newline at end of file + + diff --git a/ThirdPerson/ThirdPerson.sln b/ThirdPerson/ThirdPerson.sln deleted file mode 100644 index ffaaf99..0000000 --- a/ThirdPerson/ThirdPerson.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThirdPerson", "ThirdPerson.csproj", "{F5DE9D13-231E-4DBD-8294-D0AA1B5A91A1}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F5DE9D13-231E-4DBD-8294-D0AA1B5A91A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F5DE9D13-231E-4DBD-8294-D0AA1B5A91A1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F5DE9D13-231E-4DBD-8294-D0AA1B5A91A1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F5DE9D13-231E-4DBD-8294-D0AA1B5A91A1}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {B44A1184-3AC9-4ABD-8603-6B13ECDA5CA9} - EndGlobalSection -EndGlobal diff --git a/TrackedControllerFix/TrackedControllerFix.csproj b/TrackedControllerFix/TrackedControllerFix.csproj index e4c8455..66a50a8 100644 --- a/TrackedControllerFix/TrackedControllerFix.csproj +++ b/TrackedControllerFix/TrackedControllerFix.csproj @@ -1,70 +1,2 @@ - - - - netstandard2.1 - enable - latest - false - - - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\0Harmony.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Aura2_Core.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\SteamVR.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\UIExpansionKit.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.Postprocessing.Runtime.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.TextMeshPro.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.VRModule.dll - - - C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.XRModule.dll - - - - - - - - - + diff --git a/TrackedControllerFix/TrackedControllerFix.sln b/TrackedControllerFix/TrackedControllerFix.sln deleted file mode 100644 index da2e91a..0000000 --- a/TrackedControllerFix/TrackedControllerFix.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32630.192 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrackedControllerFix", "TrackedControllerFix.csproj", "{988BC351-E04B-4756-A6FC-A7E55E830DB6}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {988BC351-E04B-4756-A6FC-A7E55E830DB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {988BC351-E04B-4756-A6FC-A7E55E830DB6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {988BC351-E04B-4756-A6FC-A7E55E830DB6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {988BC351-E04B-4756-A6FC-A7E55E830DB6}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {F38A646E-1C36-4233-AC20-4E9F0CED9BDF} - EndGlobalSection -EndGlobal diff --git a/nstrip_copy_stuff.ps1 b/nstrip_copy_stuff.ps1 index bc7be7d..016a73f 100644 --- a/nstrip_copy_stuff.ps1 +++ b/nstrip_copy_stuff.ps1 @@ -42,7 +42,7 @@ Copy-Item $cvrPath$cvrManagedDataPath"\*" -Destination $managedLibsFolder # Third Party Dependencies $melonModsPath="\Mods\" -$modNames = @("BTKUILib") +$modNames = @("BTKUILib", "UIExpansionKit", "ChatBox", "ml_prm") $missingMods = New-Object System.Collections.Generic.List[string]