diff --git a/Telecom/Telecom.csproj b/Telecom/Telecom.csproj index aac090e..c5edbc6 100644 --- a/Telecom/Telecom.csproj +++ b/Telecom/Telecom.csproj @@ -34,21 +34,20 @@ x64 - - ..\..\KSP_win64 1.12.2\KSP_x64_Data\Managed\Assembly-CSharp.dll + + $(ReferencePath)/Assembly-CSharp.dll False - - ..\..\KSP_win64 1.12.3\GameData\ContractConfigurator\ContractConfigurator.dll + + $(ReferencePath)/ContractConfigurator.dll False - - ..\..\KSP_win64 1.12.2\GameData\RealAntennas\RealAntennas.dll + + $(ReferencePath)/RealAntennas.dll False - - False - ..\..\..\Kerbal Space Program\KSP_win64 RO-PLC 1.12.3\GameData\RP-1\Plugins\RP0.dll + + $(ReferencePath)/RP0.dll False @@ -59,34 +58,30 @@ - - ..\..\KSP_win64 1.12.2\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll - False - - - False - ..\..\..\KSP_win64 1.12.3\KSP_x64_Data\Managed\UnityEngine.ImageConversionModule.dll - False - - - ..\..\KSP_win64 1.12.2\KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll - False - - - False - ..\..\..\Kerbal Space Program\KSP_win64 RO-PLC 1.12.3\KSP_x64_Data\Managed\UnityEngine.InputLegacyModule.dll - False - - - False - ..\..\..\Kerbal Space Program\KSP_win64 RO-PLC 1.12.3\KSP_x64_Data\Managed\UnityEngine.TextRenderingModule.dll - False - - - False - ..\..\KSP_win64 1.12.2\KSP_x64_Data\Managed\UnityEngine.UI.dll + + $(ReferencePath)/UnityEngine.CoreModule.dll False + + $(ReferencePath)/UnityEngine.ImageConversionModule.dll + False + + + $(ReferencePath)/UnityEngine.IMGUIModule.dll + False + + + $(ReferencePath)/UnityEngine.InputLegacyModule.dll + False + + + $(ReferencePath)/UnityEngine.TextRenderingModule.dll + False + + + $(ReferencePath)/UnityEngine.UI.dll + False + diff --git a/TelecomTests/TelecomTests.csproj b/TelecomTests/TelecomTests.csproj index 89d9f5c..54babb2 100644 --- a/TelecomTests/TelecomTests.csproj +++ b/TelecomTests/TelecomTests.csproj @@ -42,26 +42,30 @@ x64 - - ..\..\..\KSP_win64 RO 1.12.3\KSP_x64_Data\Managed\Assembly-CSharp.dll - + + $(ReferencePath)/Assembly-CSharp.dll + False + ..\packages\MSTest.TestFramework.2.2.7\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll ..\packages\MSTest.TestFramework.2.2.7\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - ..\..\..\KSP_win64 RO 1.12.3\GameData\RealAntennas\Plugins\RealAntennas.dll - + + $(ReferencePath)/RealAntennas.dll + False + - - ..\..\..\KSP_win64 1.12.3\GameData\000_KSPBurst\Plugins\Unity.Mathematics.dll - - - ..\..\..\KSP_win64 1.12.3\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll - + + $(ReferencePath)/Unity.Mathematics.dll + False + + + $(ReferencePath)/UnityEngine.CoreModule.dll + False + @@ -72,7 +76,7 @@ - + {c56ae65d-f12b-46df-ad6a-36862a047db0} Telecom diff --git a/Unlocker/Unlocker.csproj b/Unlocker/Unlocker.csproj index 1002676..1ab047f 100644 --- a/Unlocker/Unlocker.csproj +++ b/Unlocker/Unlocker.csproj @@ -32,23 +32,22 @@ 4 - - ..\..\KSP_win64 1.12.2\KSP_x64_Data\Managed\Assembly-CSharp.dll - False - - - ..\..\KSP_win64 1.12.3\GameData\ContractConfigurator\ContractConfigurator.dll - False - - - ..\..\KSP_win64 1.12.2\GameData\RealAntennas\RealAntennas.dll - False - - - False - ..\..\..\Kerbal Space Program\KSP_win64 RO-PLC 1.12.3\GameData\RP-1\Plugins\RP0.dll - False - + + $(ReferencePath)/Assembly-CSharp.dll + False + + + $(ReferencePath)/ContractConfigurator.dll + False + + + $(ReferencePath)/RealAntennas.dll + False + + + $(ReferencePath)/RP0.dll + False + @@ -57,34 +56,30 @@ - - ..\..\KSP_win64 1.12.2\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll - False - - - False - ..\..\..\KSP_win64 1.12.3\KSP_x64_Data\Managed\UnityEngine.ImageConversionModule.dll - False - - - ..\..\KSP_win64 1.12.2\KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll - False - - - False - ..\..\..\Kerbal Space Program\KSP_win64 RO-PLC 1.12.3\KSP_x64_Data\Managed\UnityEngine.InputLegacyModule.dll - False - - - False - ..\..\..\Kerbal Space Program\KSP_win64 RO-PLC 1.12.3\KSP_x64_Data\Managed\UnityEngine.TextRenderingModule.dll - False - - - False - ..\..\KSP_win64 1.12.2\KSP_x64_Data\Managed\UnityEngine.UI.dll - False - + + $(ReferencePath)/UnityEngine.CoreModule.dll + False + + + $(ReferencePath)/UnityEngine.ImageConversionModule.dll + False + + + $(ReferencePath)/UnityEngine.IMGUIModule.dll + False + + + $(ReferencePath)/UnityEngine.InputLegacyModule.dll + False + + + $(ReferencePath)/UnityEngine.TextRenderingModule.dll + False + + + $(ReferencePath)/UnityEngine.UI.dll + False + diff --git a/Unlocker/unlocker.cs b/Unlocker/unlocker.cs index 5c75696..518d91a 100644 --- a/Unlocker/unlocker.cs +++ b/Unlocker/unlocker.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; using System.Linq; -using KerbalConstructionTime; +using RP0; namespace σκοπός { [KSPScenario(