From 3be3276ce8c0a3b8757494a35b28be85e35c19c9 Mon Sep 17 00:00:00 2001 From: siimav Date: Sun, 24 Sep 2023 14:57:53 +0300 Subject: [PATCH] Reorg CC_RP0 --- .../AcceptContractBehaviour.cs | 0 .../AcceptContractBehaviourFactory.cs | 0 Source/CC_RP0/CC_RP0.csproj | 46 +++++++++---------- .../AvionicsCheckVesselParam.cs | 0 .../DownrangeDistanceVesselParam.cs | 0 Source/CC_RP0/{ => Parameter}/HasCompleted.cs | 0 .../HorizontalLandingVesselParam.cs | 0 .../CC_RP0/{ => Parameter}/ImpactCBParam.cs | 0 .../{ => Parameter}/RP1CollectScience.cs | 0 Source/CC_RP0/{ => Parameter}/RP1NoDocking.cs | 0 .../RP1RendezvousVesselParam.cs | 0 .../CC_RP0/{ => Parameter}/RP1ReturnHome.cs | 0 .../{ => Parameter}/ReachMachVesselParam.cs | 0 .../AvionicsCheckFactory.cs | 0 .../DownrangeDistanceFactory.cs | 0 .../HasCompletedFactory.cs | 0 .../HorizontalLandingFactory.cs | 0 .../{ => ParameterFactory}/ImpactCBFactory.cs | 0 .../RP1CollectScienceFactory.cs | 0 .../RP1NoDockingFactory.cs | 0 .../RP1RendezvousFactory.cs | 0 .../RP1ReturnHomeFactory.cs | 0 .../ReachMachFactory.cs | 0 .../ProgramActiveRequirement.cs | 0 24 files changed, 23 insertions(+), 23 deletions(-) rename Source/CC_RP0/{ => Behaviour}/AcceptContractBehaviour.cs (100%) rename Source/CC_RP0/{ => BehaviourFactory}/AcceptContractBehaviourFactory.cs (100%) rename Source/CC_RP0/{ => Parameter}/AvionicsCheckVesselParam.cs (100%) rename Source/CC_RP0/{ => Parameter}/DownrangeDistanceVesselParam.cs (100%) rename Source/CC_RP0/{ => Parameter}/HasCompleted.cs (100%) rename Source/CC_RP0/{ => Parameter}/HorizontalLandingVesselParam.cs (100%) rename Source/CC_RP0/{ => Parameter}/ImpactCBParam.cs (100%) rename Source/CC_RP0/{ => Parameter}/RP1CollectScience.cs (100%) rename Source/CC_RP0/{ => Parameter}/RP1NoDocking.cs (100%) rename Source/CC_RP0/{ => Parameter}/RP1RendezvousVesselParam.cs (100%) rename Source/CC_RP0/{ => Parameter}/RP1ReturnHome.cs (100%) rename Source/CC_RP0/{ => Parameter}/ReachMachVesselParam.cs (100%) rename Source/CC_RP0/{ => ParameterFactory}/AvionicsCheckFactory.cs (100%) rename Source/CC_RP0/{ => ParameterFactory}/DownrangeDistanceFactory.cs (100%) rename Source/CC_RP0/{ => ParameterFactory}/HasCompletedFactory.cs (100%) rename Source/CC_RP0/{ => ParameterFactory}/HorizontalLandingFactory.cs (100%) rename Source/CC_RP0/{ => ParameterFactory}/ImpactCBFactory.cs (100%) rename Source/CC_RP0/{ => ParameterFactory}/RP1CollectScienceFactory.cs (100%) rename Source/CC_RP0/{ => ParameterFactory}/RP1NoDockingFactory.cs (100%) rename Source/CC_RP0/{ => ParameterFactory}/RP1RendezvousFactory.cs (100%) rename Source/CC_RP0/{ => ParameterFactory}/RP1ReturnHomeFactory.cs (100%) rename Source/CC_RP0/{ => ParameterFactory}/ReachMachFactory.cs (100%) rename Source/CC_RP0/{ => Requirement}/ProgramActiveRequirement.cs (100%) diff --git a/Source/CC_RP0/AcceptContractBehaviour.cs b/Source/CC_RP0/Behaviour/AcceptContractBehaviour.cs similarity index 100% rename from Source/CC_RP0/AcceptContractBehaviour.cs rename to Source/CC_RP0/Behaviour/AcceptContractBehaviour.cs diff --git a/Source/CC_RP0/AcceptContractBehaviourFactory.cs b/Source/CC_RP0/BehaviourFactory/AcceptContractBehaviourFactory.cs similarity index 100% rename from Source/CC_RP0/AcceptContractBehaviourFactory.cs rename to Source/CC_RP0/BehaviourFactory/AcceptContractBehaviourFactory.cs diff --git a/Source/CC_RP0/CC_RP0.csproj b/Source/CC_RP0/CC_RP0.csproj index 9a6b6fc20b1..f9e9837f652 100644 --- a/Source/CC_RP0/CC_RP0.csproj +++ b/Source/CC_RP0/CC_RP0.csproj @@ -55,33 +55,33 @@ - - - - + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + - - + + diff --git a/Source/CC_RP0/AvionicsCheckVesselParam.cs b/Source/CC_RP0/Parameter/AvionicsCheckVesselParam.cs similarity index 100% rename from Source/CC_RP0/AvionicsCheckVesselParam.cs rename to Source/CC_RP0/Parameter/AvionicsCheckVesselParam.cs diff --git a/Source/CC_RP0/DownrangeDistanceVesselParam.cs b/Source/CC_RP0/Parameter/DownrangeDistanceVesselParam.cs similarity index 100% rename from Source/CC_RP0/DownrangeDistanceVesselParam.cs rename to Source/CC_RP0/Parameter/DownrangeDistanceVesselParam.cs diff --git a/Source/CC_RP0/HasCompleted.cs b/Source/CC_RP0/Parameter/HasCompleted.cs similarity index 100% rename from Source/CC_RP0/HasCompleted.cs rename to Source/CC_RP0/Parameter/HasCompleted.cs diff --git a/Source/CC_RP0/HorizontalLandingVesselParam.cs b/Source/CC_RP0/Parameter/HorizontalLandingVesselParam.cs similarity index 100% rename from Source/CC_RP0/HorizontalLandingVesselParam.cs rename to Source/CC_RP0/Parameter/HorizontalLandingVesselParam.cs diff --git a/Source/CC_RP0/ImpactCBParam.cs b/Source/CC_RP0/Parameter/ImpactCBParam.cs similarity index 100% rename from Source/CC_RP0/ImpactCBParam.cs rename to Source/CC_RP0/Parameter/ImpactCBParam.cs diff --git a/Source/CC_RP0/RP1CollectScience.cs b/Source/CC_RP0/Parameter/RP1CollectScience.cs similarity index 100% rename from Source/CC_RP0/RP1CollectScience.cs rename to Source/CC_RP0/Parameter/RP1CollectScience.cs diff --git a/Source/CC_RP0/RP1NoDocking.cs b/Source/CC_RP0/Parameter/RP1NoDocking.cs similarity index 100% rename from Source/CC_RP0/RP1NoDocking.cs rename to Source/CC_RP0/Parameter/RP1NoDocking.cs diff --git a/Source/CC_RP0/RP1RendezvousVesselParam.cs b/Source/CC_RP0/Parameter/RP1RendezvousVesselParam.cs similarity index 100% rename from Source/CC_RP0/RP1RendezvousVesselParam.cs rename to Source/CC_RP0/Parameter/RP1RendezvousVesselParam.cs diff --git a/Source/CC_RP0/RP1ReturnHome.cs b/Source/CC_RP0/Parameter/RP1ReturnHome.cs similarity index 100% rename from Source/CC_RP0/RP1ReturnHome.cs rename to Source/CC_RP0/Parameter/RP1ReturnHome.cs diff --git a/Source/CC_RP0/ReachMachVesselParam.cs b/Source/CC_RP0/Parameter/ReachMachVesselParam.cs similarity index 100% rename from Source/CC_RP0/ReachMachVesselParam.cs rename to Source/CC_RP0/Parameter/ReachMachVesselParam.cs diff --git a/Source/CC_RP0/AvionicsCheckFactory.cs b/Source/CC_RP0/ParameterFactory/AvionicsCheckFactory.cs similarity index 100% rename from Source/CC_RP0/AvionicsCheckFactory.cs rename to Source/CC_RP0/ParameterFactory/AvionicsCheckFactory.cs diff --git a/Source/CC_RP0/DownrangeDistanceFactory.cs b/Source/CC_RP0/ParameterFactory/DownrangeDistanceFactory.cs similarity index 100% rename from Source/CC_RP0/DownrangeDistanceFactory.cs rename to Source/CC_RP0/ParameterFactory/DownrangeDistanceFactory.cs diff --git a/Source/CC_RP0/HasCompletedFactory.cs b/Source/CC_RP0/ParameterFactory/HasCompletedFactory.cs similarity index 100% rename from Source/CC_RP0/HasCompletedFactory.cs rename to Source/CC_RP0/ParameterFactory/HasCompletedFactory.cs diff --git a/Source/CC_RP0/HorizontalLandingFactory.cs b/Source/CC_RP0/ParameterFactory/HorizontalLandingFactory.cs similarity index 100% rename from Source/CC_RP0/HorizontalLandingFactory.cs rename to Source/CC_RP0/ParameterFactory/HorizontalLandingFactory.cs diff --git a/Source/CC_RP0/ImpactCBFactory.cs b/Source/CC_RP0/ParameterFactory/ImpactCBFactory.cs similarity index 100% rename from Source/CC_RP0/ImpactCBFactory.cs rename to Source/CC_RP0/ParameterFactory/ImpactCBFactory.cs diff --git a/Source/CC_RP0/RP1CollectScienceFactory.cs b/Source/CC_RP0/ParameterFactory/RP1CollectScienceFactory.cs similarity index 100% rename from Source/CC_RP0/RP1CollectScienceFactory.cs rename to Source/CC_RP0/ParameterFactory/RP1CollectScienceFactory.cs diff --git a/Source/CC_RP0/RP1NoDockingFactory.cs b/Source/CC_RP0/ParameterFactory/RP1NoDockingFactory.cs similarity index 100% rename from Source/CC_RP0/RP1NoDockingFactory.cs rename to Source/CC_RP0/ParameterFactory/RP1NoDockingFactory.cs diff --git a/Source/CC_RP0/RP1RendezvousFactory.cs b/Source/CC_RP0/ParameterFactory/RP1RendezvousFactory.cs similarity index 100% rename from Source/CC_RP0/RP1RendezvousFactory.cs rename to Source/CC_RP0/ParameterFactory/RP1RendezvousFactory.cs diff --git a/Source/CC_RP0/RP1ReturnHomeFactory.cs b/Source/CC_RP0/ParameterFactory/RP1ReturnHomeFactory.cs similarity index 100% rename from Source/CC_RP0/RP1ReturnHomeFactory.cs rename to Source/CC_RP0/ParameterFactory/RP1ReturnHomeFactory.cs diff --git a/Source/CC_RP0/ReachMachFactory.cs b/Source/CC_RP0/ParameterFactory/ReachMachFactory.cs similarity index 100% rename from Source/CC_RP0/ReachMachFactory.cs rename to Source/CC_RP0/ParameterFactory/ReachMachFactory.cs diff --git a/Source/CC_RP0/ProgramActiveRequirement.cs b/Source/CC_RP0/Requirement/ProgramActiveRequirement.cs similarity index 100% rename from Source/CC_RP0/ProgramActiveRequirement.cs rename to Source/CC_RP0/Requirement/ProgramActiveRequirement.cs