From aff75b9707587d8ce1f270a7147fd69dd813b773 Mon Sep 17 00:00:00 2001 From: cxxpxr <60411087+cxxpxr@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:19:04 -0400 Subject: [PATCH] fix --- .../{ => LRM_LoadBalancer}/Config.cs | 0 .../{ => LRM_LoadBalancer}/Endpoint.cs | 0 .../LRM_LoadBalancer/LRM_LoadBalancer.csproj | 13 +++++++++++++ .../{ => LRM_LoadBalancer}/Program.cs | 0 4 files changed, 13 insertions(+) rename LoadBalancerProject-DONT-IMPORT-INTO-UNITY/{ => LRM_LoadBalancer}/Config.cs (100%) rename LoadBalancerProject-DONT-IMPORT-INTO-UNITY/{ => LRM_LoadBalancer}/Endpoint.cs (100%) create mode 100644 LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/LRM_LoadBalancer.csproj rename LoadBalancerProject-DONT-IMPORT-INTO-UNITY/{ => LRM_LoadBalancer}/Program.cs (100%) diff --git a/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/Config.cs b/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Config.cs similarity index 100% rename from LoadBalancerProject-DONT-IMPORT-INTO-UNITY/Config.cs rename to LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Config.cs diff --git a/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/Endpoint.cs b/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Endpoint.cs similarity index 100% rename from LoadBalancerProject-DONT-IMPORT-INTO-UNITY/Endpoint.cs rename to LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Endpoint.cs diff --git a/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/LRM_LoadBalancer.csproj b/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/LRM_LoadBalancer.csproj new file mode 100644 index 0000000..25e5202 --- /dev/null +++ b/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/LRM_LoadBalancer.csproj @@ -0,0 +1,13 @@ + + + + Exe + net5.0 + + + + + + + + diff --git a/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/Program.cs b/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Program.cs similarity index 100% rename from LoadBalancerProject-DONT-IMPORT-INTO-UNITY/Program.cs rename to LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Program.cs