From 46ea157ee12c7125dbf683168cd1b8e2fdeae5ac Mon Sep 17 00:00:00 2001 From: Graham Date: Fri, 27 Dec 2019 14:47:48 +0000 Subject: [PATCH] Add IDEA run configurations --- .idea/.gitignore | 1 + .idea/runConfigurations/AstDeobfuscator.xml | 15 +++++++++++++++ .idea/runConfigurations/Decompiler.xml | 15 +++++++++++++++ .idea/runConfigurations/Deobfuscator.xml | 15 +++++++++++++++ .idea/runConfigurations/GameServer.xml | 15 +++++++++++++++ .idea/runConfigurations/client.xml | 10 ++++++++++ .idea/runConfigurations/dev_openrs2.xml | 15 +++++++++++++++ 7 files changed, 86 insertions(+) create mode 100644 .idea/runConfigurations/AstDeobfuscator.xml create mode 100644 .idea/runConfigurations/Decompiler.xml create mode 100644 .idea/runConfigurations/Deobfuscator.xml create mode 100644 .idea/runConfigurations/GameServer.xml create mode 100644 .idea/runConfigurations/client.xml create mode 100644 .idea/runConfigurations/dev_openrs2.xml diff --git a/.idea/.gitignore b/.idea/.gitignore index 220d2397..e60d2bff 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -3,3 +3,4 @@ !codeStyles !fileTemplates !inspectionProfiles +!runConfigurations diff --git a/.idea/runConfigurations/AstDeobfuscator.xml b/.idea/runConfigurations/AstDeobfuscator.xml new file mode 100644 index 00000000..881ecc9d --- /dev/null +++ b/.idea/runConfigurations/AstDeobfuscator.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Decompiler.xml b/.idea/runConfigurations/Decompiler.xml new file mode 100644 index 00000000..c776cd88 --- /dev/null +++ b/.idea/runConfigurations/Decompiler.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Deobfuscator.xml b/.idea/runConfigurations/Deobfuscator.xml new file mode 100644 index 00000000..a711a1ef --- /dev/null +++ b/.idea/runConfigurations/Deobfuscator.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/GameServer.xml b/.idea/runConfigurations/GameServer.xml new file mode 100644 index 00000000..95f33b6a --- /dev/null +++ b/.idea/runConfigurations/GameServer.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/client.xml b/.idea/runConfigurations/client.xml new file mode 100644 index 00000000..38feff88 --- /dev/null +++ b/.idea/runConfigurations/client.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/dev_openrs2.xml b/.idea/runConfigurations/dev_openrs2.xml new file mode 100644 index 00000000..bd8aa07c --- /dev/null +++ b/.idea/runConfigurations/dev_openrs2.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file