From eb4a1d4350435d9e8d7400ff7fad4cbaad63588b Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 1 Mar 2023 20:21:48 -0500 Subject: [PATCH] Added Run Configurations --- .idea/runConfigurations/Build.xml | 10 ++++++++++ .idea/runConfigurations/Clean.xml | 8 ++++++++ .idea/runConfigurations/Install.xml | 10 ++++++++++ 3 files changed, 28 insertions(+) create mode 100644 .idea/runConfigurations/Build.xml create mode 100644 .idea/runConfigurations/Clean.xml create mode 100644 .idea/runConfigurations/Install.xml diff --git a/.idea/runConfigurations/Build.xml b/.idea/runConfigurations/Build.xml new file mode 100644 index 0000000..a601571 --- /dev/null +++ b/.idea/runConfigurations/Build.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Clean.xml b/.idea/runConfigurations/Clean.xml new file mode 100644 index 0000000..5ba1469 --- /dev/null +++ b/.idea/runConfigurations/Clean.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Install.xml b/.idea/runConfigurations/Install.xml new file mode 100644 index 0000000..1fb616b --- /dev/null +++ b/.idea/runConfigurations/Install.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file