From 253fd1ae817552da0c8dd7ddf94820e79b921ec2 Mon Sep 17 00:00:00 2001 From: Hanz Date: Wed, 13 Aug 2025 22:14:24 -0500 Subject: [PATCH] consolidate dll list in one place --- Directory.Build.props | 31 ++++++++++++ References.Items.props | 112 +++++++++++++++++++++++++++++++++++++++++ ml_amt/ml_amt.csproj | 81 ++--------------------------- ml_asl/ml_asl.csproj | 58 +-------------------- ml_bft/ml_bft.csproj | 83 +----------------------------- ml_dht/ml_dht.csproj | 64 +---------------------- ml_lme/ml_lme.csproj | 82 ++---------------------------- ml_pah/ml_pah.csproj | 44 ++-------------- ml_pam/ml_pam.csproj | 72 ++------------------------ ml_pin/ml_pin.csproj | 68 +------------------------ ml_pmc/ml_pmc.csproj | 68 +------------------------ ml_ppu/ml_ppu.csproj | 69 ++----------------------- ml_prm/ml_prm.csproj | 87 ++------------------------------ ml_vei/ml_vei.csproj | 67 ++---------------------- ml_vet/ml_vet.csproj | 58 ++------------------- ml_vpc/ml_vpc.csproj | 38 +------------- 16 files changed, 176 insertions(+), 906 deletions(-) create mode 100644 Directory.Build.props create mode 100644 References.Items.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..73af789 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,31 @@ + + + + false + false + false + latest + + $(CVRPATH)/Mods/ + x64 + netstandard2.1 + + + + false + true + embedded + TRACE + x64 + 4 + + + + + + + + + + + diff --git a/References.Items.props b/References.Items.props new file mode 100644 index 0000000..2e1fc9e --- /dev/null +++ b/References.Items.props @@ -0,0 +1,112 @@ + + + + $(CVRPATH)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/ECM2.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Newtonsoft.Json.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/SteamVR.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Unity.Postprocessing.Runtime.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Unity.XR.Hands.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Unity.XR.OpenVR.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Unity.XR.OpenXR.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.AudioModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.ClothModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.JSONSerializeModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.ParticleSystemModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/cohtml.Net.dll + False + + + $(CVRPATH)/MelonLoader/net35/0Harmony.dll + False + + + $(CVRPATH)/MelonLoader/net35/MelonLoader.dll + False + + + $(CVRPATH)/Mods/BTKUILib.dll + False + + + diff --git a/ml_amt/ml_amt.csproj b/ml_amt/ml_amt.csproj index dd15933..3a45588 100644 --- a/ml_amt/ml_amt.csproj +++ b/ml_amt/ml_amt.csproj @@ -1,23 +1,10 @@ - netstandard2.1 - SDraw - SDraw - AvatarMotionTweaker - AvatarMotionTweaker - 1.5.2 - x64 AvatarMotionTweaker - - - - x64 - 4 - embedded - true - false - TRACE + AvatarMotionTweaker + AvatarMotionTweaker + 1.5.2 @@ -37,66 +24,4 @@ - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll - false - false - - - - - - - diff --git a/ml_asl/ml_asl.csproj b/ml_asl/ml_asl.csproj index 460b22b..5e868fc 100644 --- a/ml_asl/ml_asl.csproj +++ b/ml_asl/ml_asl.csproj @@ -1,75 +1,19 @@ - netstandard2.1 - x64 + AvatarSyncedLook AvatarSyncedLook - SDraw - SDraw AvatarSyncedLook 1.1.2 - AvatarSyncedLook - - - - embedded - true - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - - - - - diff --git a/ml_bft/ml_bft.csproj b/ml_bft/ml_bft.csproj index 1610bdd..ae4572c 100644 --- a/ml_bft/ml_bft.csproj +++ b/ml_bft/ml_bft.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 + BetterFingersTracking BetterFingersTracking - SDraw - SDraw BetterFingersTracking 1.1.3 - BetterFingersTracking - - - - embedded - true @@ -25,76 +16,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/SteamVR.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.XR.Hands.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.XR.OpenVR.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.XR.OpenXR.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll - false - false - - - - - - - diff --git a/ml_dht/ml_dht.csproj b/ml_dht/ml_dht.csproj index d85510f..9277638 100644 --- a/ml_dht/ml_dht.csproj +++ b/ml_dht/ml_dht.csproj @@ -1,20 +1,10 @@ - netstandard2.1 + DesktopHeadTracking DesktopHeadTracking - SDraw - SDraw DesktopHeadTracking 1.3.4 - x64 - DesktopHeadTracking - - - - x64 - embedded - true @@ -30,56 +20,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - - - - - diff --git a/ml_lme/ml_lme.csproj b/ml_lme/ml_lme.csproj index 22c07bb..abea3fe 100644 --- a/ml_lme/ml_lme.csproj +++ b/ml_lme/ml_lme.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 - LeapMotionExtension - 1.6.2 - SDraw - SDraw - LeapMotionExtension LeapMotionExtension - - - - embedded - true + LeapMotionExtension + LeapMotionExtension + 1.6.2 @@ -38,69 +29,6 @@ - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.JSONSerializeModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll - false - false - - - @@ -109,8 +37,4 @@ - - - - diff --git a/ml_pah/ml_pah.csproj b/ml_pah/ml_pah.csproj index 62c9070..0ea9d11 100644 --- a/ml_pah/ml_pah.csproj +++ b/ml_pah/ml_pah.csproj @@ -1,16 +1,10 @@ - netstandard2.1 - x64 - PlayerAvatarHistory PlayerAvatarHistory - SDraw - - - - embedded - true + PlayerAvatarHistory + PlayerAvatarHistory + 1.0.0 @@ -25,36 +19,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Newtonsoft.Json.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - - - - - diff --git a/ml_pam/ml_pam.csproj b/ml_pam/ml_pam.csproj index 1a90d04..454add9 100644 --- a/ml_pam/ml_pam.csproj +++ b/ml_pam/ml_pam.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 - PickupArmMovement - 1.2.3 - SDraw - SDraw - PickupArmMovement PickupArmMovement - - - - embedded - true + PickupArmMovement + PickupArmMovement + 1.2.3 @@ -29,61 +20,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll - false - false - - - - - - - diff --git a/ml_pin/ml_pin.csproj b/ml_pin/ml_pin.csproj index ddf99ba..716e8cf 100644 --- a/ml_pin/ml_pin.csproj +++ b/ml_pin/ml_pin.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 + PlayersInstanceNotifier PlayersInstanceNotifier - SDraw - SDraw PlayersInstanceNotifier 1.1.2 - PlayersInstanceNotifier - - - - embedded - true @@ -32,61 +23,4 @@ - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AudioModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestModule.dll - false - false - - - - - - - diff --git a/ml_pmc/ml_pmc.csproj b/ml_pmc/ml_pmc.csproj index 2ec8713..77ecc96 100644 --- a/ml_pmc/ml_pmc.csproj +++ b/ml_pmc/ml_pmc.csproj @@ -1,25 +1,12 @@ - netstandard2.1 - x64 + PlayerMovementCopycat PlayerMovementCopycat - SDraw - SDraw PlayerMovementCopycat 1.1.2 - PlayerMovementCopycat - - embedded - true - - - - - - @@ -31,57 +18,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll - false - false - - - diff --git a/ml_ppu/ml_ppu.csproj b/ml_ppu/ml_ppu.csproj index 06aac88..93888f3 100644 --- a/ml_ppu/ml_ppu.csproj +++ b/ml_ppu/ml_ppu.csproj @@ -1,17 +1,15 @@ - netstandard2.1 - x64 PlayerPickUp - SDraw + PlayerPickUp + PlayerPickUp 1.0.1 - - embedded - true - + + + @@ -21,61 +19,4 @@ - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/Mods/PlayerRagdollMod.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll - false - false - - - - - - - diff --git a/ml_prm/ml_prm.csproj b/ml_prm/ml_prm.csproj index b048b1a..1e0fc30 100644 --- a/ml_prm/ml_prm.csproj +++ b/ml_prm/ml_prm.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 - PlayerRagdollMod - 1.2.4 - SDraw - SDraw - PlayerRagdollMod PlayerRagdollMod - - - - embedded - true + PlayerRagdollMod + PlayerRagdollMod + 1.2.4 @@ -26,76 +17,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.ClothModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.ParticleSystemModule.dll - false - false - - - - - - - diff --git a/ml_vei/ml_vei.csproj b/ml_vei/ml_vei.csproj index 9470206..8742d8e 100644 --- a/ml_vei/ml_vei.csproj +++ b/ml_vei/ml_vei.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 - ViveExtendedInput - 1.1.2 - SDraw - SDraw - ViveExtendedInput ViveExtendedInput - - - - embedded - true + ViveExtendedInput + ViveExtendedInput + 1.1.2 @@ -21,54 +12,6 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.Postprocessing.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - @@ -77,8 +20,4 @@ - - - - diff --git a/ml_vet/ml_vet.csproj b/ml_vet/ml_vet.csproj index ad1c814..4b86f0d 100644 --- a/ml_vet/ml_vet.csproj +++ b/ml_vet/ml_vet.csproj @@ -1,20 +1,10 @@ - netstandard2.1 - x64 - ViveEyeTracking - 1.0.2 - SDraw - SDraw - ViveEyeTracking ViveEyeTracking - - - - embedded - true - TRACE;NIGHTLY_BUILD + ViveEyeTracking + ViveEyeTracking + 1.0.2 @@ -26,46 +16,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - - - - - diff --git a/ml_vpc/ml_vpc.csproj b/ml_vpc/ml_vpc.csproj index 689a72c..3ac5054 100644 --- a/ml_vpc/ml_vpc.csproj +++ b/ml_vpc/ml_vpc.csproj @@ -1,44 +1,10 @@ - netstandard2.1 - x64 VideoPlayerCookies - SDraw - SDraw + VideoPlayerCookies + VideoPlayerCookies 1.0.2 - - embedded - true - - - - - - - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - -