* project can not have multiple source groups with different types * language of a project is now inferred from source groups * setting global NameHierarchy delimiter of first sourceGroup in project * added project settings migrations for source groups * Add Settings Migration classes (MoveKey, DeleteKey, Lambda) * Update sample projects with migrations * added method to config to retrieve sublevel key names * implemented recursive removing of keys in settings * moved project files out of top level * removed solution parsing code as it is not used anymore fortune cookie message = The secret of getting ahead is getting started.
22 lines
568 B
XML
22 lines
568 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<config>
|
|
<Bool>1</Bool>
|
|
<Int>42</Int>
|
|
<Float>3.1416</Float>
|
|
<String>Hello World!</String>
|
|
|
|
<source_groups>
|
|
<source_group_77438437-02db-4207-8bbf-75c627d53b89>
|
|
<type>C++ Source Group</type>
|
|
<source_paths>
|
|
<source_path>data</source_path>
|
|
</source_paths>
|
|
<header_search_paths>
|
|
<header_search_path>data/</header_search_path>
|
|
<header_search_path>src/</header_search_path>
|
|
</header_search_paths>
|
|
</source_group_77438437-02db-4207-8bbf-75c627d53b89>
|
|
</source_groups>
|
|
</config>
|
|
|