mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
7 lines
174 B
XML
7 lines
174 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<appSettings>
|
|
<add key="color" value="red" />
|
|
<add key="size" value="large" />
|
|
<add key="price" value="23.99" />
|
|
</appSettings>
|