* used wstring in FilePath constructor where easily possible * added FilePath concatenate method that accepts string parameter * implemented using only wstring in MessageStatus * used wstring in config
23 lines
601 B
XML
23 lines
601 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<config>
|
|
<Bool>1</Bool>
|
|
<Int>42</Int>
|
|
<Float>3.1416</Float>
|
|
<String>Hello World!</String>
|
|
<WString>Hello World!</WString>
|
|
|
|
<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>
|
|
|