From 328bee40bced79f0e741d655f778ccfce8b8d298 Mon Sep 17 00:00:00 2001
From: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
Date: Tue, 31 Jan 2023 06:20:46 +1000
Subject: [PATCH] Add Rider launch configurations (#2646)

---
 .run/Full Server - Self-hosted.run.xml | 11 +++++++++++
 .run/Full Server.run.xml               | 14 ++++++++++++++
 .run/Min Server - Self-hosted.run.xml  |  7 +++++++
 .run/Min Server.run.xml                |  7 +++++++
 4 files changed, 39 insertions(+)
 create mode 100644 .run/Full Server - Self-hosted.run.xml
 create mode 100644 .run/Full Server.run.xml
 create mode 100644 .run/Min Server - Self-hosted.run.xml
 create mode 100644 .run/Min Server.run.xml

diff --git a/.run/Full Server - Self-hosted.run.xml b/.run/Full Server - Self-hosted.run.xml
new file mode 100644
index 0000000000..671697cf94
--- /dev/null
+++ b/.run/Full Server - Self-hosted.run.xml	
@@ -0,0 +1,11 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="Full Server - Self-hosted" type="CompoundRunConfigurationType">
+    <toRun name="Admin: Admin-SelfHost" type="LaunchSettings" />
+    <toRun name="Api: Api-SelfHost" type="LaunchSettings" />
+    <toRun name="Events: Events-SelfHost" type="LaunchSettings" />
+    <toRun name="Identity: Identity-SelfHost" type="LaunchSettings" />
+    <toRun name="Notifications: Notifications-SelfHost" type="LaunchSettings" />
+    <toRun name="Sso: Sso-SelfHost" type="LaunchSettings" />
+    <method v="2" />
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.run/Full Server.run.xml b/.run/Full Server.run.xml
new file mode 100644
index 0000000000..2031666f7e
--- /dev/null
+++ b/.run/Full Server.run.xml	
@@ -0,0 +1,14 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="Full Server" type="CompoundRunConfigurationType">
+    <toRun name="Admin" type="LaunchSettings" />
+    <toRun name="Api" type="LaunchSettings" />
+    <toRun name="Billing" type="LaunchSettings" />
+    <toRun name="Events" type="LaunchSettings" />
+    <toRun name="EventsProcessor" type="LaunchSettings" />
+    <toRun name="Icons" type="LaunchSettings" />
+    <toRun name="Identity" type="LaunchSettings" />
+    <toRun name="Notifications" type="LaunchSettings" />
+    <toRun name="Sso" type="LaunchSettings" />
+    <method v="2" />
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.run/Min Server - Self-hosted.run.xml b/.run/Min Server - Self-hosted.run.xml
new file mode 100644
index 0000000000..ef0ca539d1
--- /dev/null
+++ b/.run/Min Server - Self-hosted.run.xml	
@@ -0,0 +1,7 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="Min Server - Self-hosted" type="CompoundRunConfigurationType">
+    <toRun name="Api: Api-SelfHost" type="LaunchSettings" />
+    <toRun name="Identity: Identity-SelfHost" type="LaunchSettings" />
+    <method v="2" />
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.run/Min Server.run.xml b/.run/Min Server.run.xml
new file mode 100644
index 0000000000..6e6cac80a3
--- /dev/null
+++ b/.run/Min Server.run.xml	
@@ -0,0 +1,7 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="Min Server" type="CompoundRunConfigurationType">
+    <toRun name="Api" type="LaunchSettings" />
+    <toRun name="Identity" type="LaunchSettings" />
+    <method v="2" />
+  </configuration>
+</component>
\ No newline at end of file