From 11580a2e716f9ac153b493e8acb21b6719e189e8 Mon Sep 17 00:00:00 2001 From: Susko3 <16479013+Susko3@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:24:59 +0100 Subject: [PATCH 1/3] Update rider .idea files for `osu.sln` --- .idea/.idea.osu/.idea/misc.xml | 6 ++++++ .idea/.idea.osu/.idea/modules.xml | 8 -------- .idea/.idea.osu/.idea/projectSettingsUpdater.xml | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 .idea/.idea.osu/.idea/misc.xml delete mode 100644 .idea/.idea.osu/.idea/modules.xml diff --git a/.idea/.idea.osu/.idea/misc.xml b/.idea/.idea.osu/.idea/misc.xml new file mode 100644 index 0000000000..1d8c84d0af --- /dev/null +++ b/.idea/.idea.osu/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.osu/.idea/modules.xml b/.idea/.idea.osu/.idea/modules.xml deleted file mode 100644 index 0360fdbc5e..0000000000 --- a/.idea/.idea.osu/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.osu/.idea/projectSettingsUpdater.xml b/.idea/.idea.osu/.idea/projectSettingsUpdater.xml index 7515e76054..4bb9f4d2a0 100644 --- a/.idea/.idea.osu/.idea/projectSettingsUpdater.xml +++ b/.idea/.idea.osu/.idea/projectSettingsUpdater.xml @@ -1,6 +1,6 @@ - \ No newline at end of file From 9e173f7fcd7f0861432ad56632d28e2aa494309e Mon Sep 17 00:00:00 2001 From: Susko3 <16479013+Susko3@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:28:11 +0100 Subject: [PATCH 2/3] Update rider .idea files for Android .slnf --- .idea/.idea.osu.Android/.idea/.name | 1 + .idea/.idea.osu.Android/.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.osu.Android/.idea/misc.xml | 6 ++++++ .idea/.idea.osu.Android/.idea/projectSettingsUpdater.xml | 6 ++++++ 4 files changed, 21 insertions(+) create mode 100644 .idea/.idea.osu.Android/.idea/.name create mode 100644 .idea/.idea.osu.Android/.idea/indexLayout.xml create mode 100644 .idea/.idea.osu.Android/.idea/misc.xml create mode 100644 .idea/.idea.osu.Android/.idea/projectSettingsUpdater.xml diff --git a/.idea/.idea.osu.Android/.idea/.name b/.idea/.idea.osu.Android/.idea/.name new file mode 100644 index 0000000000..86363b495c --- /dev/null +++ b/.idea/.idea.osu.Android/.idea/.name @@ -0,0 +1 @@ +osu.Android \ No newline at end of file diff --git a/.idea/.idea.osu.Android/.idea/indexLayout.xml b/.idea/.idea.osu.Android/.idea/indexLayout.xml new file mode 100644 index 0000000000..7b08163ceb --- /dev/null +++ b/.idea/.idea.osu.Android/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.osu.Android/.idea/misc.xml b/.idea/.idea.osu.Android/.idea/misc.xml new file mode 100644 index 0000000000..1d8c84d0af --- /dev/null +++ b/.idea/.idea.osu.Android/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.osu.Android/.idea/projectSettingsUpdater.xml b/.idea/.idea.osu.Android/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000000..4bb9f4d2a0 --- /dev/null +++ b/.idea/.idea.osu.Android/.idea/projectSettingsUpdater.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file From bc64fd20786c5af87c3c9a4fdb0198664a224912 Mon Sep 17 00:00:00 2001 From: Salman Ahmed Date: Sat, 15 Jan 2022 08:01:42 +0300 Subject: [PATCH 3/3] Add missing `vcs.xml` file to the android solution Present in both `.idea.osu` and `.idea.osu.Desktop`. --- .idea/.idea.osu.Android/.idea/vcs.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .idea/.idea.osu.Android/.idea/vcs.xml diff --git a/.idea/.idea.osu.Android/.idea/vcs.xml b/.idea/.idea.osu.Android/.idea/vcs.xml new file mode 100644 index 0000000000..94a25f7f4c --- /dev/null +++ b/.idea/.idea.osu.Android/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file