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