This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<configuration> | |
<appSettings> | |
<!--This is how your config file would look.--> | |
<add key="SomeNameSpace.Class1.STATIC" value="This is my static setting"/> | |
<add key="SomeNameSpace.Class1.STATIC_VERIFIED" value="This is my static setting that is verified to exist"/> | |
<add key="SomeNameSpace.Class1.NONSTATIC" value="This is my non-static setting"/> | |
<add key="SomeNameSpace.Class1.TESTMETHOD.SOMETHING.SPECIFIC" value="Some specific setting"/> |