diff --git a/Project/BCB/GUI/MediaInfo_GUI.cbproj b/Project/BCB/GUI/MediaInfo_GUI.cbproj index 9d22b0041..5fd474865 100644 --- a/Project/BCB/GUI/MediaInfo_GUI.cbproj +++ b/Project/BCB/GUI/MediaInfo_GUI.cbproj @@ -112,18 +112,18 @@ Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) Debug $(BDSINCLUDE)\windows\vcl;$(IncludePath) - $(BDS)\bin\default_app.manifest + ..\..\..\Source\GUI\VCL\Manifest.manifest Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) Debug - $(BDS)\bin\default_app.manifest + ..\..\..\Source\GUI\VCL\Manifest.manifest ..\..\..\..\zlib\contrib\BCB\Win64\Release\;..\..\..\..\ZenLib\Project\BCB\Library\Win64\Release\;..\..\..\..\MediaInfoLib\Project\BCB\Dll\Win64\Release\;$(ILINK_LibraryPath) Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) Debug - $(BDS)\bin\default_app.manifest + ..\..\..\Source\GUI\VCL\Manifest.manifest false diff --git a/Source/GUI/VCL/Manifest.manifest b/Source/GUI/VCL/Manifest.manifest new file mode 100644 index 000000000..f48a4c4b9 --- /dev/null +++ b/Source/GUI/VCL/Manifest.manifest @@ -0,0 +1,41 @@ + + + + + + + true/pm + PerMonitorV2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Source/GUI/VCL/Manifest.rc b/Source/GUI/VCL/Manifest.rc deleted file mode 100644 index 250a283af..000000000 --- a/Source/GUI/VCL/Manifest.rc +++ /dev/null @@ -1,7 +0,0 @@ -/* Copyright (c) MediaArea.net SARL. All Rights Reserved. - * - * Use of this source code is governed by a BSD-style license that can - * be found in the License.html file in the root of the source tree. - */ - -1 24 "GUI/VCL/manifest.xml" \ No newline at end of file diff --git a/Source/GUI/VCL/Manifest.xml b/Source/GUI/VCL/Manifest.xml deleted file mode 100644 index f54480652..000000000 --- a/Source/GUI/VCL/Manifest.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - Description de votre application ici. - - - - - - \ No newline at end of file