From c132b00f6eda1fdcce5d530faf5bc263ea9729ac Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Thu, 8 Jul 2021 09:46:31 -0700 Subject: [PATCH] Removing some unused files from Code/Editor/Plugins (#1943) * fix path Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * remove some unused files from Code/Editor/Plugins Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- .../Plugins/EditorCommon/EditorCommon.def | 6 -- .../Plugins/EditorCommon/res/EditorCommon.rc2 | Bin 782 -> 0 bytes Code/Editor/Plugins/QtMocRule.props | 10 --- Code/Editor/Plugins/QtMocRule.targets | 46 ----------- Code/Editor/Plugins/QtMocRule.xml | 74 ------------------ Code/Editor/Plugins/QtRccRule.props | 10 --- Code/Editor/Plugins/QtRccRule.targets | 46 ----------- Code/Editor/Plugins/QtRccRule.xml | 74 ------------------ Code/Editor/Plugins/QtUicRule.props | 10 --- Code/Editor/Plugins/QtUicRule.targets | 47 ----------- Code/Editor/Plugins/QtUicRule.xml | 74 ------------------ 11 files changed, 397 deletions(-) delete mode 100644 Code/Editor/Plugins/EditorCommon/EditorCommon.def delete mode 100644 Code/Editor/Plugins/EditorCommon/res/EditorCommon.rc2 delete mode 100644 Code/Editor/Plugins/QtMocRule.props delete mode 100644 Code/Editor/Plugins/QtMocRule.targets delete mode 100644 Code/Editor/Plugins/QtMocRule.xml delete mode 100644 Code/Editor/Plugins/QtRccRule.props delete mode 100644 Code/Editor/Plugins/QtRccRule.targets delete mode 100644 Code/Editor/Plugins/QtRccRule.xml delete mode 100644 Code/Editor/Plugins/QtUicRule.props delete mode 100644 Code/Editor/Plugins/QtUicRule.targets delete mode 100644 Code/Editor/Plugins/QtUicRule.xml diff --git a/Code/Editor/Plugins/EditorCommon/EditorCommon.def b/Code/Editor/Plugins/EditorCommon/EditorCommon.def deleted file mode 100644 index a8d10ff297..0000000000 --- a/Code/Editor/Plugins/EditorCommon/EditorCommon.def +++ /dev/null @@ -1,6 +0,0 @@ -; EditorCommon.def : Declares the module parameters for the DLL. - -LIBRARY - -EXPORTS - ; Explicit exports can go here diff --git a/Code/Editor/Plugins/EditorCommon/res/EditorCommon.rc2 b/Code/Editor/Plugins/EditorCommon/res/EditorCommon.rc2 deleted file mode 100644 index 8ffc09417a13a873c604cd8f4fc9571c11d6906d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 782 zcmd6l%L>9U5Jm6WuL!slE%*nbE<}9bYb#nKEoci>7yi6@CPYLKbSXoUd1dC_OzyWt ziE6AwPJQi^>#S0hy6i`!RH2q;*ljYJtV&)d{1>z|=uRW;;M1hiR_7ccBhV}nroq@dKze=HT#%;6Aj_e3;CW( zhNmL`tSn%0+|H@&@fkJ;w|5L1ZDV{(|KE8TLQgegU - - - - %(RootDir)%(Directory)%(FileName).moc - $(QTDIR)\bin\moc.exe [AllOptions] [Inputs] - Moc'ing %(Filename)%(Extension)... - - - diff --git a/Code/Editor/Plugins/QtMocRule.targets b/Code/Editor/Plugins/QtMocRule.targets deleted file mode 100644 index fdcb95e6a3..0000000000 --- a/Code/Editor/Plugins/QtMocRule.targets +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - _QtMOC - - - - $(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml - - - - - - - - @(QtMOC, '|') - - - - - - - diff --git a/Code/Editor/Plugins/QtMocRule.xml b/Code/Editor/Plugins/QtMocRule.xml deleted file mode 100644 index 21850b34ab..0000000000 --- a/Code/Editor/Plugins/QtMocRule.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - General - - - - - Command Line - - - - - - - - - - - - - - Additional Options - - - Additional Options - - - - - - diff --git a/Code/Editor/Plugins/QtRccRule.props b/Code/Editor/Plugins/QtRccRule.props deleted file mode 100644 index 9c06b5c082..0000000000 --- a/Code/Editor/Plugins/QtRccRule.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - %(RootDir)%(Directory)rcc_%(FileName).h - $(QTDIR)\bin\rcc.exe [AllOptions] [Inputs] - Rcc'ing %(Filename)%(Extension)... - - - diff --git a/Code/Editor/Plugins/QtRccRule.targets b/Code/Editor/Plugins/QtRccRule.targets deleted file mode 100644 index bd4e7ae90e..0000000000 --- a/Code/Editor/Plugins/QtRccRule.targets +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - _QtRCC - - - - $(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml - - - - - - - - @(QtRCC, '|') - - - - - - - diff --git a/Code/Editor/Plugins/QtRccRule.xml b/Code/Editor/Plugins/QtRccRule.xml deleted file mode 100644 index ce7b98c323..0000000000 --- a/Code/Editor/Plugins/QtRccRule.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - General - - - - - Command Line - - - - - - - - - - - - - - Additional Options - - - Additional Options - - - - - - diff --git a/Code/Editor/Plugins/QtUicRule.props b/Code/Editor/Plugins/QtUicRule.props deleted file mode 100644 index ce08b40be7..0000000000 --- a/Code/Editor/Plugins/QtUicRule.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - %(RootDir)%(Directory)ui_%(FileName).h - $(QTDIR)\bin\uic.exe [AllOptions] [Inputs] - Uic'ing %(Filename)%(Extension)... - - - diff --git a/Code/Editor/Plugins/QtUicRule.targets b/Code/Editor/Plugins/QtUicRule.targets deleted file mode 100644 index a5ada15f79..0000000000 --- a/Code/Editor/Plugins/QtUicRule.targets +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - _QtUIC - - - - $(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml - - - - - - - - @(QtUIC, '|') - - - - - - - - diff --git a/Code/Editor/Plugins/QtUicRule.xml b/Code/Editor/Plugins/QtUicRule.xml deleted file mode 100644 index ec7ce4b214..0000000000 --- a/Code/Editor/Plugins/QtUicRule.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - General - - - - - Command Line - - - - - - - - - - - - - - Additional Options - - - Additional Options - - - - - -