svn r5247 vc10 build: Missing boost_system*.lib entry

only_a_ptr

21-06-2013 00:27:11

Hello.

I just checked-out the lates svn snapshot (rev 5247), configured it with cmake-gui and built using msvc2010. Everything went smoothly except building nearly all .vcxproj projects gave me linking errors because of missing link dependency "libboost_system-*.lib". I added it manually (into Linker>>Input>>Additional-Dependencies) and everything compiled fine (except for TestApp which seems broken...)

Unfortunately I don't understand how CMake works so I can't do any more research. I tried to find a script responsible for gathering boost deps (using text search tool) but didn't find it. So, please check the scripts for me or give me some push in understanding how MyGUI's CMake scripts handle boost.

My platform: Windows7 x64 SP1, MSVC2012 SP1, Ogre 1.9 mercurial build, boost 1_53 simplified build from source

My CMakeCache.txt
EDIT: Ogre paths are saying 1.9RC1, but it's actually 1.9 unstable, just badly named dir.
# This is the CMakeCache file.
# For build in directory: e:/Lib/MyGUI_svn
# It was generated by CMake: C:/Program Files (x86)/CMake 2.8/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Path to Boost (required if Ogre was built with boost)
BOOST_ROOT:PATH=E:/Source/boost/boost_1_53_0

//The directory containing a CMake configuration file for Boost.
Boost_DIR:PATH=Boost_DIR-NOTFOUND

//Path to a file.
Boost_INCLUDE_DIR:PATH=E:/Source/boost/boost_1_53_0

//Boost library directory
Boost_LIBRARY_DIRS:FILEPATH=E:/Source/boost/boost_1_53_0/stage/lib

//Boost diagnostic define
Boost_LIB_DIAGNOSTIC_DEFINITIONS:STRING=-DBOOST_LIB_DIAGNOSTIC

//Semicolon separated list of supported configuration types, only
// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything
// else will be ignored.
CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING= /DWIN32 /D_WINDOWS /W3 /Zm1000 /GR /EHsc

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=/D_DEBUG /MDd /Zi /Ob0 /Od /RTC1

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /D NDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /D NDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /D NDEBUG

//Libraries linked by defalut with all C++ applications.
CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING= /DWIN32 /D_WINDOWS /W3 /Zm1000

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=/D_DEBUG /MDd /Zi /Ob0 /Od /RTC1

//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /D NDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /D NDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /D NDEBUG

//Libraries linked by defalut with all C applications.
CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=' /STACK:10000000 /machine:X86 '

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL

//MYGUI install prefix
CMAKE_INSTALL_PREFIX:PATH=E:/Lib/MyGUI_svn/sdk

//Path to a program.
CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/link.exe

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=' /STACK:10000000 /machine:X86 '

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=MYGUI

//RC compiler
CMAKE_RC_COMPILER:FILEPATH=rc

//Flags for Fortran compiler.
CMAKE_RC_FLAGS:STRING=' '

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=' /STACK:10000000 /machine:X86 '

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=OFF

//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=OFF

//Dependencies for the target
Common_LIB_DEPENDS:STATIC=general;MyGUI.OgrePlatform;

//Graphviz Dot tool for using Doxygen
DOXYGEN_DOT_EXECUTABLE:FILEPATH=DOXYGEN_DOT_EXECUTABLE-NOTFOUND

//Doxygen documentation generation tool (http://www.doxygen.org)
DOXYGEN_EXECUTABLE:FILEPATH=E:/Portable/Doxygen x64/doxygen.exe

//Dependencies for the target
EditorFramework_LIB_DEPENDS:STATIC=general;MyGUIEngine;general;Common;general;MyGUI.OgrePlatform;general;MyGUIEngine;

//Path to a file.
FREETYPE_FT2BUILD_INCLUDE_DIR:PATH=E:/Lib/Ogre-1.9.0RC1/Dependencies-vc100-x86-16.05.2013/include

//Path to a file.
FREETYPE_INCLUDE_DIR:PATH=E:/Lib/Ogre-1.9.0RC1/Dependencies-vc100-x86-16.05.2013/include/freetype

//Path to a library.
FREETYPE_LIBRARY_DBG:FILEPATH=E:/Lib/Ogre-1.9.0RC1/Dependencies-vc100-x86-16.05.2013/lib/Debug/freetype2411_D.lib

//Path to a library.
FREETYPE_LIBRARY_REL:FILEPATH=E:/Lib/Ogre-1.9.0RC1/Dependencies-vc100-x86-16.05.2013/lib/Release/freetype2411.lib

//Value Computed by CMake
MYGUI_BINARY_DIR:STATIC=E:/Lib/MyGUI_svn

//Build Plugin BerkeliumWidget
MYGUI_BUILD_BERKELIUM_PLUGIN:BOOL=OFF

//Build MyGUI demos
MYGUI_BUILD_DEMOS:BOOL=ON

//Generate documentation
MYGUI_BUILD_DOCS:BOOL=ON

//Build Plugin HikariWidget
MYGUI_BUILD_HIKARI_PLUGIN:BOOL=OFF

//Build MyGUI plugins
MYGUI_BUILD_PLUGINS:BOOL=ON

//Build TestApp
MYGUI_BUILD_TEST_APP:BOOL=ON

//Build the tools
MYGUI_BUILD_TOOLS:BOOL=ON

//Build the unit tests
MYGUI_BUILD_UNITTESTS:BOOL=OFF

//Build the wrapper
MYGUI_BUILD_WRAPPER:BOOL=ON

//Check memory leaks. Developers should enable this.
MYGUI_CHECK_MEMORY_LEAKS:BOOL=OFF

//Create package.
MYGUI_CREATE_PACKAGE:BOOL=OFF

//Path to prebuilt MYGUI dependencies
MYGUI_DEPENDENCIES_DIR:PATH=Dependencies

//Remove obsole functions from build
MYGUI_DONT_USE_OBSOLETE:BOOL=OFF

//Build executables with the full required RPATH to run from their
// install location.
MYGUI_FULL_RPATH:BOOL=OFF

//Generate .list files from visual studio project files
MYGUI_GENERATE_LIST_FILES_FROM_VSPROJECT:BOOL=OFF

//Use high level compiler warnings. Developers should enable this.
MYGUI_HIGH_LEVEL_WARNINGS:BOOL=ON

//Install documentation.
MYGUI_INSTALL_DOCS:BOOL=OFF

//Install media files.
MYGUI_INSTALL_MEDIA:BOOL=OFF

//Install debug pdb files
MYGUI_INSTALL_PDB:BOOL=OFF

//Install MyGUI demos.
MYGUI_INSTALL_SAMPLES:BOOL=OFF

//Install samples source files.
MYGUI_INSTALL_SAMPLES_SOURCE:BOOL=OFF

//Install MyGUI tools.
MYGUI_INSTALL_TOOLS:BOOL=OFF

//Ogre have DirectX render ssystem and we don't need to disable
// it
MYGUI_OGRE_WAS_BUILT_WITH_DIRECTX:BOOL=ON

//Specify the Render System. Possible values:
//\n 1 - Dummy
//\n 2 - Export (latter)
//\n 3 - Ogre
//\n 4 - OpenGL
//\n 5 - Direct3D 9
//\n 6 - Direct3D 11
MYGUI_RENDERSYSTEM:STRING=3

//Specify the Input Manager for samples. Possible values:
//\n 1 - OIS
//\n 2 - Win32
//\n 3 - Win32 (Mouse) + OIS (Keyboard)
MYGUI_SAMPLES_INPUT:STRING=2

//Value Computed by CMake
MYGUI_SOURCE_DIR:STATIC=E:/Source/MyGUI_svn

//Generate build files that do not reference CMake (should be used
// only from Scripts/prepareRelease.py)
MYGUI_STANDALONE_BUILD:BOOL=OFF

//Static build
MYGUI_STATIC:BOOL=OFF

//Copy dlls needed for sample builds
MYGUI_TRY_TO_COPY_DLLS:BOOL=ON

//Use freetype for font rendering
MYGUI_USE_FREETYPE:BOOL=ON

//Use Visual Studio solution folders for projects.
MYGUI_USE_PROJECT_FOLDERS:BOOL=OFF

//Dependencies for the target
MyGUI.OgrePlatform_LIB_DEPENDS:STATIC=optimized;e:/Lib/Ogre-1.9.0RC1/lib/Release/OgreMain.lib;debug;e:/Lib/Ogre-1.9.0RC1/lib/Debug/OgreMain_d.lib;

//Value Computed by CMake
MyGUIEngine_BINARY_DIR:STATIC=E:/Lib/MyGUI_svn/MyGUIEngine

//Dependencies for the target
MyGUIEngine_LIB_DEPENDS:STATIC=optimized;E:/Lib/Ogre-1.9.0RC1/Dependencies-vc100-x86-16.05.2013/lib/Release/freetype2411.lib;debug;E:/Lib/Ogre-1.9.0RC1/Dependencies-vc100-x86-16.05.2013/lib/Debug/freetype2411_D.lib;

//Value Computed by CMake
MyGUIEngine_SOURCE_DIR:STATIC=E:/Source/MyGUI_svn/MyGUIEngine

//Dependencies for the target
MyGUI_OgrePlatform_Export_LIB_DEPENDS:STATIC=general;MyGUIEngine;general;MyGUI.OgrePlatform;

//Dependencies for the target
MyGUI_RenderWindow_Export_LIB_DEPENDS:STATIC=general;Common;general;MyGUI.OgrePlatform;general;MyGUIEngine;

//Path to a file.
OGRE_BINARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Debug/OgreMain_d.dll

//Path to a file.
OGRE_BINARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Release/OgreMain.dll

//Path to Ogre build directory (same as OGRE_SOURCE by default)
OGRE_BUILD:PATH=

//x
OGRE_CONFIG_INCLUDE_DIR:PATH=e:/Lib/Ogre-1.9.0RC1/include

//x
OGRE_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/OgreMain/include

OGRE_LIBRARIES:STRING=debug;OgreMain_d;optimized;OgreMain

//x
OGRE_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/OgreMain_d.lib

//x
OGRE_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/OgreMain.lib

OGRE_LIB_DIR:PATH=E:/Lib/Ogre-1.9.0RC1/lib

//x
OGRE_MEDIA_DIR:PATH=E:/Source/Ogre-mercurial/Samples/Media

//Path to a file.
OGRE_Overlay_BINARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Debug/OgreOverlay_d.dll

//Path to a file.
OGRE_Overlay_BINARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Release/OgreOverlay.dll

//x
OGRE_Overlay_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/Components/Overlay/include

//x
OGRE_Overlay_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/OgreOverlay_d.lib

//x
OGRE_Overlay_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_Overlay_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/OgreOverlay.lib

//x
OGRE_PLUGIN_DIR_DBG:PATH=e:/Lib/Ogre-1.9.0RC1/bin/Debug

//x
OGRE_PLUGIN_DIR_REL:PATH=e:/Lib/Ogre-1.9.0RC1/bin/Release

//Path to a file.
OGRE_Paging_BINARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Debug/OgrePaging_d.dll

//Path to a file.
OGRE_Paging_BINARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Release/OgrePaging.dll

//x
OGRE_Paging_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/Components/Paging/include

//x
OGRE_Paging_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/OgrePaging_d.lib

//x
OGRE_Paging_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_Paging_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/OgrePaging.lib

//Path to a file.
OGRE_Plugin_BSPSceneManager_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/debug/Plugin_BSPSceneManager_d.dll

//x
OGRE_Plugin_BSPSceneManager_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/PlugIns/BSPSceneManager/include

//x
OGRE_Plugin_BSPSceneManager_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/Plugin_BSPSceneManager_d.lib

//x
OGRE_Plugin_BSPSceneManager_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_Plugin_BSPSceneManager_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/Plugin_BSPSceneManager.lib

//Path to a file.
OGRE_Plugin_BSPSceneManager_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/release/Plugin_BSPSceneManager.dll

//Path to a file.
OGRE_Plugin_CgProgramManager_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/debug/Plugin_CgProgramManager_d.dll

//x
OGRE_Plugin_CgProgramManager_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/PlugIns/CgProgramManager/include

//x
OGRE_Plugin_CgProgramManager_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/Plugin_CgProgramManager_d.lib

//x
OGRE_Plugin_CgProgramManager_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_Plugin_CgProgramManager_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/Plugin_CgProgramManager.lib

//Path to a file.
OGRE_Plugin_CgProgramManager_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/release/Plugin_CgProgramManager.dll

//Path to a file.
OGRE_Plugin_OctreeSceneManager_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/debug/Plugin_OctreeSceneManager_d.dll

//x
OGRE_Plugin_OctreeSceneManager_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/PlugIns/OctreeSceneManager/include

//x
OGRE_Plugin_OctreeSceneManager_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/Plugin_OctreeSceneManager_d.lib

//x
OGRE_Plugin_OctreeSceneManager_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_Plugin_OctreeSceneManager_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/Plugin_OctreeSceneManager.lib

//Path to a file.
OGRE_Plugin_OctreeSceneManager_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/release/Plugin_OctreeSceneManager.dll

//Path to a file.
OGRE_Plugin_OctreeZone_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/debug/Plugin_OctreeZone_d.dll

//x
OGRE_Plugin_OctreeZone_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/PlugIns/OctreeZone/include

//x
OGRE_Plugin_OctreeZone_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/Plugin_OctreeZone_d.lib

//x
OGRE_Plugin_OctreeZone_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_Plugin_OctreeZone_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/Plugin_OctreeZone.lib

//Path to a file.
OGRE_Plugin_OctreeZone_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/release/Plugin_OctreeZone.dll

//Path to a file.
OGRE_Plugin_PCZSceneManager_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/debug/Plugin_PCZSceneManager_d.dll

//x
OGRE_Plugin_PCZSceneManager_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/PlugIns/PCZSceneManager/include

//x
OGRE_Plugin_PCZSceneManager_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/Plugin_PCZSceneManager_d.lib

//x
OGRE_Plugin_PCZSceneManager_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_Plugin_PCZSceneManager_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/Plugin_PCZSceneManager.lib

//Path to a file.
OGRE_Plugin_PCZSceneManager_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/release/Plugin_PCZSceneManager.dll

//Path to a file.
OGRE_Plugin_ParticleFX_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/debug/Plugin_ParticleFX_d.dll

//x
OGRE_Plugin_ParticleFX_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/PlugIns/ParticleFX/include

//x
OGRE_Plugin_ParticleFX_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/Plugin_ParticleFX_d.lib

//x
OGRE_Plugin_ParticleFX_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_Plugin_ParticleFX_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/Plugin_ParticleFX.lib

//Path to a file.
OGRE_Plugin_ParticleFX_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/release/Plugin_ParticleFX.dll

//Path to a file.
OGRE_Property_BINARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Debug/OgreProperty_d.dll

//Path to a file.
OGRE_Property_BINARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Release/OgreProperty.dll

//Path to a file.
OGRE_Property_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/Components/Property/include

//Path to a library.
OGRE_Property_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/OgreProperty_d.lib

//Path to a library.
OGRE_Property_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/OgreProperty.lib

//Path to a file.
OGRE_RTShaderSystem_BINARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Debug/OgreRTShaderSystem_d.dll

//Path to a file.
OGRE_RTShaderSystem_BINARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Release/OgreRTShaderSystem.dll

//Path to a file.
OGRE_RTShaderSystem_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/Components/RTShaderSystem/include

//Path to a library.
OGRE_RTShaderSystem_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/OgreRTShaderSystem_d.lib

//Path to a library.
OGRE_RTShaderSystem_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/OgreRTShaderSystem.lib

//Path to a file.
OGRE_RenderSystem_Direct3D11_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/debug/RenderSystem_Direct3D11_d.dll

//x
OGRE_RenderSystem_Direct3D11_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/RenderSystems/Direct3D11/include

//x
OGRE_RenderSystem_Direct3D11_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/RenderSystem_Direct3D11_d.lib

//x
OGRE_RenderSystem_Direct3D11_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_RenderSystem_Direct3D11_LIBRARY_REL:FILEPATH=OGRE_RenderSystem_Direct3D11_LIBRARY_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_Direct3D11_REL:FILEPATH=OGRE_RenderSystem_Direct3D11_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_Direct3D9_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/debug/RenderSystem_Direct3D9_d.dll

//x
OGRE_RenderSystem_Direct3D9_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/RenderSystems/Direct3D9/include

//x
OGRE_RenderSystem_Direct3D9_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/RenderSystem_Direct3D9_d.lib

//x
OGRE_RenderSystem_Direct3D9_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_RenderSystem_Direct3D9_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/RenderSystem_Direct3D9.lib

//Path to a file.
OGRE_RenderSystem_Direct3D9_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/release/RenderSystem_Direct3D9.dll

//Path to a file.
OGRE_RenderSystem_GL3Plus_DBG:FILEPATH=OGRE_RenderSystem_GL3Plus_DBG-NOTFOUND

//x
OGRE_RenderSystem_GL3Plus_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/RenderSystems/GL3Plus/include

//x
OGRE_RenderSystem_GL3Plus_LIBRARY_DBG:FILEPATH=OGRE_RenderSystem_GL3Plus_LIBRARY_DBG-NOTFOUND

//x
OGRE_RenderSystem_GL3Plus_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_RenderSystem_GL3Plus_LIBRARY_REL:FILEPATH=OGRE_RenderSystem_GL3Plus_LIBRARY_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_GL3Plus_REL:FILEPATH=OGRE_RenderSystem_GL3Plus_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_GLES2_DBG:FILEPATH=OGRE_RenderSystem_GLES2_DBG-NOTFOUND

//x
OGRE_RenderSystem_GLES2_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/RenderSystems/GLES2/include

//x
OGRE_RenderSystem_GLES2_LIBRARY_DBG:FILEPATH=OGRE_RenderSystem_GLES2_LIBRARY_DBG-NOTFOUND

//x
OGRE_RenderSystem_GLES2_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_RenderSystem_GLES2_LIBRARY_REL:FILEPATH=OGRE_RenderSystem_GLES2_LIBRARY_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_GLES2_REL:FILEPATH=OGRE_RenderSystem_GLES2_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_GLES_DBG:FILEPATH=OGRE_RenderSystem_GLES_DBG-NOTFOUND

//x
OGRE_RenderSystem_GLES_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/RenderSystems/GLES/include

//x
OGRE_RenderSystem_GLES_LIBRARY_DBG:FILEPATH=OGRE_RenderSystem_GLES_LIBRARY_DBG-NOTFOUND

//x
OGRE_RenderSystem_GLES_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_RenderSystem_GLES_LIBRARY_REL:FILEPATH=OGRE_RenderSystem_GLES_LIBRARY_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_GLES_REL:FILEPATH=OGRE_RenderSystem_GLES_REL-NOTFOUND

//Path to a file.
OGRE_RenderSystem_GL_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/debug/RenderSystem_GL_d.dll

//x
OGRE_RenderSystem_GL_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/RenderSystems/GL/include

//x
OGRE_RenderSystem_GL_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/RenderSystem_GL_d.lib

//x
OGRE_RenderSystem_GL_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_RenderSystem_GL_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/RenderSystem_GL.lib

//Path to a file.
OGRE_RenderSystem_GL_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/release/RenderSystem_GL.dll

//Path to Ogre sources (set it if you don't have OGRE_HOME or OGRE_SRC
// environment variables)
OGRE_SOURCE:PATH=E:/Source/Ogre-mercurial

//Path to a file.
OGRE_Terrain_BINARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Debug/OgreTerrain_d.dll

//Path to a file.
OGRE_Terrain_BINARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Release/OgreTerrain.dll

//x
OGRE_Terrain_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/Components/Terrain/include

//x
OGRE_Terrain_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/OgreTerrain_d.lib

//x
OGRE_Terrain_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_Terrain_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/OgreTerrain.lib

//Path to a file.
OGRE_Volume_BINARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Debug/OgreVolume_d.dll

//Path to a file.
OGRE_Volume_BINARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/bin/Release/OgreVolume.dll

//x
OGRE_Volume_INCLUDE_DIR:PATH=E:/Source/Ogre-mercurial/Components/Volume/include

//x
OGRE_Volume_LIBRARY_DBG:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Debug/OgreVolume_d.lib

//x
OGRE_Volume_LIBRARY_FWK:STRING=NOTFOUND

//x
OGRE_Volume_LIBRARY_REL:FILEPATH=e:/Lib/Ogre-1.9.0RC1/lib/Release/OgreVolume.lib

//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=PKG_CONFIG_EXECUTABLE-NOTFOUND

//Dependencies for the target
Plugin_StrangeButton_LIB_DEPENDS:STATIC=general;MyGUIEngine;

//subversion command line client
SVN_EXECUTABLE:FILEPATH=C:/Program Files/TortoiseSVN/bin/svnversion.exe


########################
# INTERNAL cache entries
########################

//Stored GUID
ALL_BUILD_GUID_CMAKE:INTERNAL=F2B44D0D-A74D-4E62-887D-7CDBC11C97A2
//ADVANCED property for variable: Boost_INCLUDE_DIR
Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_LIBRARY_DIRS
Boost_LIBRARY_DIRS-ADVANCED:INTERNAL=1
//The library version string for boost libraries
Boost_LIB_VERSION:INTERNAL=1_53
//The version number for boost libraries
Boost_VERSION:INTERNAL=105300
//ADVANCED property for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=e:/Lib/MyGUI_svn
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=10
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/Program Files (x86)/CMake 2.8/bin/cmake.exe
//ADVANCED property for variable: CMAKE_CONFIGURATION_TYPES
CMAKE_CONFIGURATION_TYPES-ADVANCED:INTERNAL=1
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files (x86)/CMake 2.8/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files (x86)/CMake 2.8/bin/ctest.exe
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=C:/Program Files (x86)/CMake 2.8/bin/cmake-gui.exe
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Visual Studio 10
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=E:/Source/MyGUI_svn
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=33
//ADVANCED property for variable: CMAKE_RC_COMPILER
CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
CMAKE_RC_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS
CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/Program Files (x86)/CMake 2.8/share/cmake-2.8
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(unsigned short)
CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//Suppress Warnings that are meant for the author of the CMakeLists.txt
// files.
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Stored GUID
Common_GUID_CMAKE:INTERNAL=B7947657-FA51-4917-AA34-12277EF44768
//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE
DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_EXECUTABLE
DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
//Stored GUID
Demo_Colour_GUID_CMAKE:INTERNAL=6990C166-7D20-4197-A95A-418188AE6C0E
//Stored GUID
Demo_Console_GUID_CMAKE:INTERNAL=B935C9FF-6838-42FC-9455-49E7FBA4C014
//Stored GUID
Demo_Controllers_GUID_CMAKE:INTERNAL=599EE9AE-449D-4D33-84DC-2C80AA22AF68
//Stored GUID
Demo_Gui_GUID_CMAKE:INTERNAL=CCF8BB06-4A5D-4D19-B202-B8D52A28DAF4
//Stored GUID
Demo_ItemBox_GUID_CMAKE:INTERNAL=7E3D053E-7EE8-4975-826A-3989769B8328
//Stored GUID
Demo_PanelView_GUID_CMAKE:INTERNAL=5FA853AA-C628-4082-9F5A-B7EA328F825C
//Stored GUID
Demo_Picking_GUID_CMAKE:INTERNAL=28C14FD5-2FA1-416E-B480-221BCF658442
//Stored GUID
Demo_PluginStrangeButton_GUID_CMAKE:INTERNAL=525FF857-C322-47C4-85FF-977778BE79DB
//Stored GUID
Demo_Pointers_GUID_CMAKE:INTERNAL=A60CBDCD-3F59-4508-8186-F83BD3103F5D
//Stored GUID
Demo_RenderBox_GUID_CMAKE:INTERNAL=D03777E8-2572-4A08-B557-C4C82B02760E
//Stored GUID
Demo_ScrollView_GUID_CMAKE:INTERNAL=C45B1DC7-5698-4BE9-8978-6D67DD1E824D
//Stored GUID
Demo_Themes_GUID_CMAKE:INTERNAL=F530CF57-2300-4CC5-B97D-91B7BBACFD14
//Stored GUID
EditorFramework_GUID_CMAKE:INTERNAL=1CD01CFF-BFD1-48F5-947D-9408C5B87250
//Details about finding Doxygen
FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[E:/Portable/Doxygen x64/doxygen.exe][v1.8.3.1-20130402()]
//ADVANCED property for variable: FREETYPE_FT2BUILD_INCLUDE_DIR
FREETYPE_FT2BUILD_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREETYPE_INCLUDE_DIR
FREETYPE_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREETYPE_LIBRARY_DBG
FREETYPE_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREETYPE_LIBRARY_REL
FREETYPE_LIBRARY_REL-ADVANCED:INTERNAL=1
//x
FREETYPE_PREFIX_PATH_INT_CHECK:INTERNAL=
//Stored GUID
FontEditor_GUID_CMAKE:INTERNAL=0A69A03D-1CE3-44AD-A35C-AEA9A8DD3FF2
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_MYGUI_TEST_BIG_ENDIAN:INTERNAL=TRUE
//Have include stddef.h
HAVE_STDDEF_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Stored GUID
INSTALL_GUID_CMAKE:INTERNAL=3DBC22D5-C1D7-4D57-940E-F2A3F7EDA042
//Stored GUID
ImageEditor_GUID_CMAKE:INTERNAL=5749EA3F-1710-4F4C-9B3E-9C287275265B
//Stored GUID
LayoutEditor_GUID_CMAKE:INTERNAL=F4AB8C96-2796-4288-B6BD-34FAC9287088
//ADVANCED property for variable: MYGUI_OGRE_WAS_BUILT_WITH_DIRECTX
MYGUI_OGRE_WAS_BUILT_WITH_DIRECTX-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MYGUI_STANDALONE_BUILD
MYGUI_STANDALONE_BUILD-ADVANCED:INTERNAL=1
//Result of TEST_BIG_ENDIAN
MYGUI_TEST_BIG_ENDIAN:INTERNAL=0
//Stored GUID
MyGUI.OgrePlatform_GUID_CMAKE:INTERNAL=42E7A64C-0FC8-4164-AB09-EF2A998CC041
//Stored GUID
MyGUIEngine_GUID_CMAKE:INTERNAL=40DB430C-9E28-4E77-8C26-8C1FA5079B95
//Stored GUID
MyGUI_OgrePlatform_Export_GUID_CMAKE:INTERNAL=4C9E2008-6144-44B6-ABF6-A623CA7FE233
//Stored GUID
MyGUI_RenderWindow_Export_GUID_CMAKE:INTERNAL=A4728D54-A080-4F6D-BAEE-3664F0CD916B
//ADVANCED property for variable: OGRE_BINARY_DBG
OGRE_BINARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_BINARY_REL
OGRE_BINARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_CONFIG_INCLUDE_DIR
OGRE_CONFIG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_INCLUDE_DIR
OGRE_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_LIBRARY_DBG
OGRE_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_LIBRARY_FWK
OGRE_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_LIBRARY_REL
OGRE_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_MEDIA_DIR
OGRE_MEDIA_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Overlay_BINARY_DBG
OGRE_Overlay_BINARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Overlay_BINARY_REL
OGRE_Overlay_BINARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Overlay_INCLUDE_DIR
OGRE_Overlay_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Overlay_LIBRARY_DBG
OGRE_Overlay_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Overlay_LIBRARY_FWK
OGRE_Overlay_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Overlay_LIBRARY_REL
OGRE_Overlay_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_PLUGIN_DIR_DBG
OGRE_PLUGIN_DIR_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_PLUGIN_DIR_REL
OGRE_PLUGIN_DIR_REL-ADVANCED:INTERNAL=1
//x
OGRE_PREFIX_WATCH_INT_CHECK:INTERNAL=E:/Source/Ogre-mercurial;e:/Lib/OgreSDK_vc10_v1-8-1/;C:/Program Files (x86)/OGRE;C:/OgreSDK;E:/Source/Ogre-mercurial;e:/Source/Ogre-mercurial/;e:/Lib/Ogre-1.9.0RC1/
//ADVANCED property for variable: OGRE_Paging_BINARY_DBG
OGRE_Paging_BINARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Paging_BINARY_REL
OGRE_Paging_BINARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Paging_INCLUDE_DIR
OGRE_Paging_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Paging_LIBRARY_DBG
OGRE_Paging_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Paging_LIBRARY_FWK
OGRE_Paging_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Paging_LIBRARY_REL
OGRE_Paging_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_BSPSceneManager_DBG
OGRE_Plugin_BSPSceneManager_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_BSPSceneManager_INCLUDE_DIR
OGRE_Plugin_BSPSceneManager_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_BSPSceneManager_LIBRARY_DBG
OGRE_Plugin_BSPSceneManager_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_BSPSceneManager_LIBRARY_FWK
OGRE_Plugin_BSPSceneManager_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_BSPSceneManager_LIBRARY_REL
OGRE_Plugin_BSPSceneManager_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_BSPSceneManager_REL
OGRE_Plugin_BSPSceneManager_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_CgProgramManager_DBG
OGRE_Plugin_CgProgramManager_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_CgProgramManager_INCLUDE_DIR
OGRE_Plugin_CgProgramManager_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_CgProgramManager_LIBRARY_DBG
OGRE_Plugin_CgProgramManager_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_CgProgramManager_LIBRARY_FWK
OGRE_Plugin_CgProgramManager_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_CgProgramManager_LIBRARY_REL
OGRE_Plugin_CgProgramManager_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_CgProgramManager_REL
OGRE_Plugin_CgProgramManager_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeSceneManager_DBG
OGRE_Plugin_OctreeSceneManager_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeSceneManager_INCLUDE_DIR
OGRE_Plugin_OctreeSceneManager_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeSceneManager_LIBRARY_DBG
OGRE_Plugin_OctreeSceneManager_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeSceneManager_LIBRARY_FWK
OGRE_Plugin_OctreeSceneManager_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeSceneManager_LIBRARY_REL
OGRE_Plugin_OctreeSceneManager_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeSceneManager_REL
OGRE_Plugin_OctreeSceneManager_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeZone_DBG
OGRE_Plugin_OctreeZone_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeZone_INCLUDE_DIR
OGRE_Plugin_OctreeZone_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeZone_LIBRARY_DBG
OGRE_Plugin_OctreeZone_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeZone_LIBRARY_FWK
OGRE_Plugin_OctreeZone_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeZone_LIBRARY_REL
OGRE_Plugin_OctreeZone_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_OctreeZone_REL
OGRE_Plugin_OctreeZone_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_PCZSceneManager_DBG
OGRE_Plugin_PCZSceneManager_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_PCZSceneManager_INCLUDE_DIR
OGRE_Plugin_PCZSceneManager_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_PCZSceneManager_LIBRARY_DBG
OGRE_Plugin_PCZSceneManager_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_PCZSceneManager_LIBRARY_FWK
OGRE_Plugin_PCZSceneManager_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_PCZSceneManager_LIBRARY_REL
OGRE_Plugin_PCZSceneManager_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_PCZSceneManager_REL
OGRE_Plugin_PCZSceneManager_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_ParticleFX_DBG
OGRE_Plugin_ParticleFX_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_ParticleFX_INCLUDE_DIR
OGRE_Plugin_ParticleFX_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_ParticleFX_LIBRARY_DBG
OGRE_Plugin_ParticleFX_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_ParticleFX_LIBRARY_FWK
OGRE_Plugin_ParticleFX_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_ParticleFX_LIBRARY_REL
OGRE_Plugin_ParticleFX_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Plugin_ParticleFX_REL
OGRE_Plugin_ParticleFX_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Property_BINARY_DBG
OGRE_Property_BINARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Property_BINARY_REL
OGRE_Property_BINARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Property_INCLUDE_DIR
OGRE_Property_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Property_LIBRARY_DBG
OGRE_Property_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Property_LIBRARY_REL
OGRE_Property_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RTShaderSystem_BINARY_DBG
OGRE_RTShaderSystem_BINARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RTShaderSystem_BINARY_REL
OGRE_RTShaderSystem_BINARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RTShaderSystem_INCLUDE_DIR
OGRE_RTShaderSystem_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RTShaderSystem_LIBRARY_DBG
OGRE_RTShaderSystem_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RTShaderSystem_LIBRARY_REL
OGRE_RTShaderSystem_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D11_DBG
OGRE_RenderSystem_Direct3D11_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D11_INCLUDE_DIR
OGRE_RenderSystem_Direct3D11_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D11_LIBRARY_DBG
OGRE_RenderSystem_Direct3D11_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D11_LIBRARY_FWK
OGRE_RenderSystem_Direct3D11_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D11_LIBRARY_REL
OGRE_RenderSystem_Direct3D11_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D11_REL
OGRE_RenderSystem_Direct3D11_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D9_DBG
OGRE_RenderSystem_Direct3D9_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D9_INCLUDE_DIR
OGRE_RenderSystem_Direct3D9_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D9_LIBRARY_DBG
OGRE_RenderSystem_Direct3D9_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D9_LIBRARY_FWK
OGRE_RenderSystem_Direct3D9_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D9_LIBRARY_REL
OGRE_RenderSystem_Direct3D9_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_Direct3D9_REL
OGRE_RenderSystem_Direct3D9_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL3Plus_DBG
OGRE_RenderSystem_GL3Plus_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL3Plus_INCLUDE_DIR
OGRE_RenderSystem_GL3Plus_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL3Plus_LIBRARY_DBG
OGRE_RenderSystem_GL3Plus_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL3Plus_LIBRARY_FWK
OGRE_RenderSystem_GL3Plus_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL3Plus_LIBRARY_REL
OGRE_RenderSystem_GL3Plus_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL3Plus_REL
OGRE_RenderSystem_GL3Plus_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES2_DBG
OGRE_RenderSystem_GLES2_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES2_INCLUDE_DIR
OGRE_RenderSystem_GLES2_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES2_LIBRARY_DBG
OGRE_RenderSystem_GLES2_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES2_LIBRARY_FWK
OGRE_RenderSystem_GLES2_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES2_LIBRARY_REL
OGRE_RenderSystem_GLES2_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES2_REL
OGRE_RenderSystem_GLES2_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES_DBG
OGRE_RenderSystem_GLES_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES_INCLUDE_DIR
OGRE_RenderSystem_GLES_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES_LIBRARY_DBG
OGRE_RenderSystem_GLES_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES_LIBRARY_FWK
OGRE_RenderSystem_GLES_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES_LIBRARY_REL
OGRE_RenderSystem_GLES_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GLES_REL
OGRE_RenderSystem_GLES_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL_DBG
OGRE_RenderSystem_GL_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL_INCLUDE_DIR
OGRE_RenderSystem_GL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL_LIBRARY_DBG
OGRE_RenderSystem_GL_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL_LIBRARY_FWK
OGRE_RenderSystem_GL_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL_LIBRARY_REL
OGRE_RenderSystem_GL_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_RenderSystem_GL_REL
OGRE_RenderSystem_GL_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Terrain_BINARY_DBG
OGRE_Terrain_BINARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Terrain_BINARY_REL
OGRE_Terrain_BINARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Terrain_INCLUDE_DIR
OGRE_Terrain_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Terrain_LIBRARY_DBG
OGRE_Terrain_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Terrain_LIBRARY_FWK
OGRE_Terrain_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Terrain_LIBRARY_REL
OGRE_Terrain_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Volume_BINARY_DBG
OGRE_Volume_BINARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Volume_BINARY_REL
OGRE_Volume_BINARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Volume_INCLUDE_DIR
OGRE_Volume_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Volume_LIBRARY_DBG
OGRE_Volume_LIBRARY_DBG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Volume_LIBRARY_FWK
OGRE_Volume_LIBRARY_FWK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGRE_Volume_LIBRARY_REL
OGRE_Volume_LIBRARY_REL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//Stored GUID
Plugin_StrangeButton_GUID_CMAKE:INTERNAL=88676177-6B2A-4317-B46E-2F8F979DF3C5
//Stored GUID
SG_Filter_Actions_GUID_CMAKE:INTERNAL=96AE9EF5-0B66-4558-8DC6-12A38D14A1A0
//Stored GUID
SG_Filter_Application_GUID_CMAKE:INTERNAL=D8736A1E-0045-4E9D-92E8-66BCBC779440
//Stored GUID
SG_Filter_Base_GUID_CMAKE:INTERNAL=925CF158-B397-4839-914C-F119B6F64F5A
//Stored GUID
SG_Filter_CMake Rules_GUID_CMAKE:INTERNAL=02DEDFB0-530E-4A75-93DD-73F6D1DA3AC8
//Stored GUID
SG_Filter_CodeGenerator_GUID_CMAKE:INTERNAL=B5537979-921E-489F-ADB7-66EB7B47DB31
//Stored GUID
SG_Filter_Controllers_GUID_CMAKE:INTERNAL=9C2852AB-0A70-4F08-A446-822AD81E76EA
//Stored GUID
SG_Filter_Controls\Animations_GUID_CMAKE:INTERNAL=1372ED84-121C-41DF-B7B1-57072792F8AB
//Stored GUID
SG_Filter_Controls\Common_GUID_CMAKE:INTERNAL=9052B0A9-C33C-4247-B2C6-EC5B0C715F4D
//Stored GUID
SG_Filter_Controls\Controllers_GUID_CMAKE:INTERNAL=1AD1E0C8-76F1-401D-88D7-BAA1327CF146
//Stored GUID
SG_Filter_Controls\DockablePanel_GUID_CMAKE:INTERNAL=29C9CDAE-A94A-41A7-867B-833143F645FF
//Stored GUID
SG_Filter_Controls\Framework_GUID_CMAKE:INTERNAL=B7686195-75D9-49FA-82AC-656EF1761E58
//Stored GUID
SG_Filter_Controls\List_GUID_CMAKE:INTERNAL=987C18A6-65F7-48DA-9168-2CB7A20413CA
//Stored GUID
SG_Filter_Controls\Lists_GUID_CMAKE:INTERNAL=C65CB273-F2DD-4CAF-8342-65B941D5DBA4
//Stored GUID
SG_Filter_Controls\Properties_GUID_CMAKE:INTERNAL=DB7B9A31-E091-4105-839C-CBF34961F5F5
//Stored GUID
SG_Filter_Controls\Selectors_GUID_CMAKE:INTERNAL=B0285674-1E36-43ED-9F5A-694727B2B683
//Stored GUID
SG_Filter_Controls\Settings_GUID_CMAKE:INTERNAL=16C1D545-6C8E-4919-B8C8-813BFFB983E2
//Stored GUID
SG_Filter_Controls\Tests_GUID_CMAKE:INTERNAL=D9CB0CD7-6D1D-4596-9F0B-056C9FC675EE
//Stored GUID
SG_Filter_Controls\TextureBrowser_GUID_CMAKE:INTERNAL=3A3761A3-B587-4737-9D4C-F9824FBBB1B4
//Stored GUID
SG_Filter_Controls\TextureView\Selectors_GUID_CMAKE:INTERNAL=50F76D5D-4BCA-43F7-8F85-113D677F2C6A
//Stored GUID
SG_Filter_Controls\TextureView_GUID_CMAKE:INTERNAL=4323C579-DDE2-4981-8FBF-E40B1B02C8BE
//Stored GUID
SG_Filter_Controls_GUID_CMAKE:INTERNAL=FF3C397D-3EC7-4CCA-87D0-3274541D6DC0
//Stored GUID
SG_Filter_Data\Properties_GUID_CMAKE:INTERNAL=E059269D-7D52-4450-A861-BF4089254B16
//Stored GUID
SG_Filter_Data\Utility_GUID_CMAKE:INTERNAL=EBD856F5-8F74-49BF-A776-9427F87A6E1E
//Stored GUID
SG_Filter_Data_GUID_CMAKE:INTERNAL=F84188B7-CF90-456A-A889-B81059BF1DBC
//Stored GUID
SG_Filter_Exports_GUID_CMAKE:INTERNAL=A77051A2-2916-43EE-8EB4-03668FD30617
//Stored GUID
SG_Filter_GroupedMessage_GUID_CMAKE:INTERNAL=543E96BA-9388-469C-9775-3FAD252091D2
//Stored GUID
SG_Filter_Header Files\Core\Common\Base_GUID_CMAKE:INTERNAL=ABD77524-CBD9-4C71-9691-00209EA64EA2
//Stored GUID
SG_Filter_Header Files\Core\Common\Interfaces_GUID_CMAKE:INTERNAL=9289995E-B4FC-47E0-80CF-A8123113E3B4
//Stored GUID
SG_Filter_Header Files\Core\Common_GUID_CMAKE:INTERNAL=2A32C685-2A98-4051-960A-731514CE0166
//Stored GUID
SG_Filter_Header Files\Core\Controller_GUID_CMAKE:INTERNAL=3FD8AD4A-226D-4C1D-83CD-F803E78930EB
//Stored GUID
SG_Filter_Header Files\Core\LayerItem\Interfaces_GUID_CMAKE:INTERNAL=BA6D8B19-888E-4135-94D3-EF167AFC0EE9
//Stored GUID
SG_Filter_Header Files\Core\LayerItem_GUID_CMAKE:INTERNAL=EB0A3A21-0307-4667-BCA7-D90AD8173A03
//Stored GUID
SG_Filter_Header Files\Core\Manager_GUID_CMAKE:INTERNAL=45AF9BC3-521D-433C-9034-B3099463C825
//Stored GUID
SG_Filter_Header Files\Core\Resource\Data_GUID_CMAKE:INTERNAL=C3A82E7F-27C2-4F24-81C3-163A9DAC9987
//Stored GUID
SG_Filter_Header Files\Core\Resource\Interface_GUID_CMAKE:INTERNAL=649F28BA-FA25-4556-AD30-F153F44A523B
//Stored GUID
SG_Filter_Header Files\Core\Resource_GUID_CMAKE:INTERNAL=751ACE8B-3A81-496E-AB3A-7C1D6E44B5BA
//Stored GUID
SG_Filter_Header Files\Core\SubWidget\Interfaces_GUID_CMAKE:INTERNAL=321C9092-88BD-4D7D-895F-DB14E4150D2F
//Stored GUID
SG_Filter_Header Files\Core\SubWidget_GUID_CMAKE:INTERNAL=F778AC0D-99CF-49B1-B2CE-0C16FBB2B72E
//Stored GUID
SG_Filter_Header Files\Core\Types_GUID_CMAKE:INTERNAL=B0A255C6-6B23-4AB9-B7B3-8870970A31CB
//Stored GUID
SG_Filter_Header Files\Core_GUID_CMAKE:INTERNAL=B61E5ABA-C1D5-495E-9CA2-71044BCA22F4
//Stored GUID
SG_Filter_Header Files\Plugin_GUID_CMAKE:INTERNAL=55306720-6D95-4943-BC62-B46275D233EF
//Stored GUID
SG_Filter_Header Files\Utility\Logging_GUID_CMAKE:INTERNAL=5FC407E9-072C-44CF-9FC7-9478617CB952
//Stored GUID
SG_Filter_Header Files\Utility_GUID_CMAKE:INTERNAL=1A161C99-C87A-438D-AE25-F8BE7158A83B
//Stored GUID
SG_Filter_Header Files\Widget\Types_GUID_CMAKE:INTERNAL=17C62AFE-B83C-4EA9-B390-909E37655A97
//Stored GUID
SG_Filter_Header Files\Widget\Widget_GUID_CMAKE:INTERNAL=38D64D16-3BB3-418B-AD00-8E19F759EE99
//Stored GUID
SG_Filter_Header Files\Widget_GUID_CMAKE:INTERNAL=0973EA91-7576-46A0-BA34-C604C0A18A6D
//Stored GUID
SG_Filter_Header Files_GUID_CMAKE:INTERNAL=51A95C48-6FA5-4FB1-A0A8-C5B8356C93B5
//Stored GUID
SG_Filter_Managers\Commands_GUID_CMAKE:INTERNAL=BE1FFA2E-133E-4336-9336-41923A82CB14
//Stored GUID
SG_Filter_Managers\Dialogs_GUID_CMAKE:INTERNAL=520C240F-D780-4D2C-8005-52422E9C9EA8
//Stored GUID
SG_Filter_Managers\Exports_GUID_CMAKE:INTERNAL=34A0A770-F989-461B-A9C8-9152DF7E603E
//Stored GUID
SG_Filter_Managers\Factories_GUID_CMAKE:INTERNAL=24F7BE2E-D84A-4997-A1CA-A6A0E5DD208F
//Stored GUID
SG_Filter_Managers\Settings_GUID_CMAKE:INTERNAL=D7FD5FEA-6F47-4256-AC64-DEC5BC28A103
//Stored GUID
SG_Filter_Managers\States_GUID_CMAKE:INTERNAL=8CB5E2FA-F0AF-4D67-AF6A-BED801C45AF3
//Stored GUID
SG_Filter_Managers_GUID_CMAKE:INTERNAL=77AC5B70-F7A5-4B0C-968A-F2F4448B4341
//Stored GUID
SG_Filter_Object Files_GUID_CMAKE:INTERNAL=78A95661-AC26-448A-9933-867EA083937E
//Stored GUID
SG_Filter_Panels\Header_GUID_CMAKE:INTERNAL=7DAFD995-688E-4396-BFD5-7611C8EC8142
//Stored GUID
SG_Filter_Panels_GUID_CMAKE:INTERNAL=197689E4-D747-4582-85A2-9DE297F4776C
//Stored GUID
SG_Filter_Parse_GUID_CMAKE:INTERNAL=6DF37726-5B4D-4993-AAF6-455E585A5512
//Stored GUID
SG_Filter_Properties\Initialisators_GUID_CMAKE:INTERNAL=7AD69C2E-8746-4FCC-9132-C0B5F244FAB3
//Stored GUID
SG_Filter_Properties\Utility_GUID_CMAKE:INTERNAL=F314D926-A3FD-4A3F-B86F-4DE346265AEC
//Stored GUID
SG_Filter_Properties_GUID_CMAKE:INTERNAL=7BE33F6F-867D-41BB-BAE3-FD7EDABD3287
//Stored GUID
SG_Filter_Resources_GUID_CMAKE:INTERNAL=808A05D0-B9CE-46BC-89EC-717FD58FB54B
//Stored GUID
SG_Filter_Source Files\Core\Common\Base_GUID_CMAKE:INTERNAL=D2AEDDC3-7E7A-4460-98D6-8A9284DB428D
//Stored GUID
SG_Filter_Source Files\Core\Common_GUID_CMAKE:INTERNAL=F6F464F7-4301-4A95-8F28-8978372FA216
//Stored GUID
SG_Filter_Source Files\Core\Controller_GUID_CMAKE:INTERNAL=06F797BD-5217-4545-9C08-216232F73C79
//Stored GUID
SG_Filter_Source Files\Core\LayerItem_GUID_CMAKE:INTERNAL=6DE34DE0-3D8C-4D76-9710-BFFD271CADAF
//Stored GUID
SG_Filter_Source Files\Core\Manager_GUID_CMAKE:INTERNAL=5B4CFB72-1EF0-4A49-BD04-23F5E796C272
//Stored GUID
SG_Filter_Source Files\Core\Resource\Data_GUID_CMAKE:INTERNAL=F6DEE606-EC6E-47CF-A21F-15161B7221BC
//Stored GUID
SG_Filter_Source Files\Core\Resource_GUID_CMAKE:INTERNAL=6E393265-0A0C-4B43-94A3-576D099B9760
//Stored GUID
SG_Filter_Source Files\Core\SubWidget_GUID_CMAKE:INTERNAL=7A7CD369-4799-45EB-A57C-6E42765B357F
//Stored GUID
SG_Filter_Source Files\Core\Types_GUID_CMAKE:INTERNAL=C3E75F24-F083-4B76-83A0-8A4FA5AB047E
//Stored GUID
SG_Filter_Source Files\Core_GUID_CMAKE:INTERNAL=0EE6883C-3DCB-49D7-ABD8-AA6B1BB8E965
//Stored GUID
SG_Filter_Source Files\Plugin_GUID_CMAKE:INTERNAL=89B9690B-EE89-4EE0-BAF3-49240EA54BEE
//Stored GUID
SG_Filter_Source Files\Utility\Logging_GUID_CMAKE:INTERNAL=B8D4BC67-7902-4E64-8D47-285D3A7AB304
//Stored GUID
SG_Filter_Source Files\Utility_GUID_CMAKE:INTERNAL=96A4F8A0-44F5-45F6-95A8-1591919AA250
//Stored GUID
SG_Filter_Source Files\Widget\Widget_GUID_CMAKE:INTERNAL=88819AE8-272D-46D0-B9B3-A0C9E728BC77
//Stored GUID
SG_Filter_Source Files\Widget_GUID_CMAKE:INTERNAL=5846B10C-4281-45E0-BEE0-C6DEA1FE38EB
//Stored GUID
SG_Filter_Source Files_GUID_CMAKE:INTERNAL=FB215673-1C12-4047-8844-6AE381A9AF8A
//Stored GUID
SG_Filter_States_GUID_CMAKE:INTERNAL=37BD81E2-82C6-4343-9D3E-CDC5F0B741E6
//Stored GUID
SG_Filter_Utility_GUID_CMAKE:INTERNAL=ED48DE7F-F05E-4B50-8D8A-771CA49DF82B
//Stored GUID
SG_Filter_Windows_GUID_CMAKE:INTERNAL=1BF0FA96-8594-4357-B09E-760FC6E678FF
//Stored GUID
SkinEditor_GUID_CMAKE:INTERNAL=F283D958-F58E-470B-9E27-5804BF69B0EE
//Stored GUID
TestApp_GUID_CMAKE:INTERNAL=A3434737-D2EB-47A7-B628-092C2AFB4851
//Stored GUID
ZERO_CHECK_GUID_CMAKE:INTERNAL=F26FA088-5A78-4282-9639-0736D4FDBE27
//Stored GUID
api-docs_GUID_CMAKE:INTERNAL=4B38CEFD-72FD-4C67-9533-43B3AF277211