blob: 7cb4307acf103a51576acf42a625b19ebae3119e [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../../help.css">
<title>Export Project Settings</title>
</head>
<body>
<h2>Exporting C/C++ Project Settings</h2>
<p>
To access the project settings export wizard do the following:
<ol>
<li>
Open the <b>Export Wizard Dialog</b> by selecting <b>File &gt; Export...</b> or
activate a context menu on a C/C++ project and select <b>Export...</b>.
</li>
<li>Select <b>C/C++ &gt; C/C++ Project Settings</b>.</li>
<li>Click <b>Next</b></li>
</ol>
</p>
<p>
<img src="../../images/export_dialog.png" alt="Export Wizard Dialog">
</p>
<p>
To export the settings for a project do the following:
<ol>
<li>Select a project. Only open C/C++ and Remote C/C++ projects are listed.</li>
<li>Select a build configuration</li>
<li>Select the types of settings to be exported</li>
<li>Choose a file to export the settings to. The settings are exported as an XML file.</li>
<li>Click <b>Finish</b></li>
</ol>
</p>
<p>
<img src="../../images/export_wizard.png" alt="Project Settings Export Wizard">
</p>
</body>