Editor/Plugins/ProjectSettingsTool

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
monroegm-disable-blank-issue-2
Esteban Papp 5 years ago
parent 4e3853ef46
commit 5bbcf8d725

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "DefaultImageValidator.h"
#include "PropertyImagePreview.h"

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "FunctorValidator.h"
namespace ProjectSettingsTool

@ -9,6 +9,7 @@
#include <AzCore/EBus/EBus.h>
#include <QtCore/QString>
namespace ProjectSettingsTool
{

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "PlatformSettings_Android.h"
#include "PlatformSettings_common.h"

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "PlatformSettings_Base.h"
#include "PlatformSettings_common.h"

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "PlatformSettings_Ios.h"
#include "PlatformSettings_common.h"

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "PlistDictionary.h"

@ -5,13 +5,13 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "ProjectSettingsContainer.h"
#include <AzCore/JSON/prettywriter.h>
#include <AzCore/JSON/stringbuffer.h>
#include <AzCore/XML/rapidxml_print.h>
#include <CryCommon/platform.h>
#include <Util/FileUtil.h>
namespace ProjectSettingsTool

@ -14,6 +14,8 @@
#include <AzCore/Outcome/Outcome.h>
#include <AzCore/std/smart_ptr/unique_ptr.h>
#include <AzCore/std/string/string.h>
#include <AzCore/std/containers/queue.h>
#include <AzCore/std/containers/unordered_map.h>
#include <AzFramework/StringFunc/StringFunc.h>

@ -5,7 +5,7 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include <EditorDefs.h>
#include "ProjectSettingsSerialization.h"
#include "PlatformSettings_common.h"

@ -5,7 +5,7 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include <EditorDefs.h>
#include "ProjectSettingsToolWindow.h"
#include "ui_ProjectSettingsToolWidget.h"

@ -1,16 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <AzCore/PlatformDef.h>
/////////////////////////////////////////////////////////////////////////////
// Engine
/////////////////////////////////////////////////////////////////////////////
#include <ISystem.h>
#include <Cry_Math.h>

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "ProjectSettingsValidator.h"
#include "Validators.h"

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "PropertyFileSelect.h"
#include "PlatformSettings_common.h"

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "PropertyFuncValBrowseEdit.h"
#include "PlatformSettings_common.h"
#include "ValidationHandler.h"

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "PropertyFuncValLineEdit.h"
#include "PlatformSettings_common.h"

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "PropertyImagePreview.h"
#include "DefaultImageValidator.h"

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "PropertyLinked.h"
#include "PlatformSettings_common.h"

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "Utils.h"
#include "LastPathBus.h"

@ -5,8 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "ValidationHandler.h"
#include "PropertyFuncValLineEdit.h"

@ -5,7 +5,6 @@
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include "Validators.h"
#include <QDir>

@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "ProjectSettingsTool_precompiled.h"
#include <AzToolsFramework/API/ToolsApplicationAPI.h>
#include <AzToolsFramework/API/ViewPaneOptions.h>

@ -7,7 +7,6 @@
set(FILES
main.cpp
ProjectSettingsTool_precompiled.h
DefaultImageValidator.cpp
DefaultImageValidator.h
FunctorValidator.cpp

Loading…
Cancel
Save