Yes, the App.config file is as follows:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section
name="applicationConfigurationManagement"
type="Microsoft.ApplicationBlocks.ConfigurationManagement.ConfigurationManagerSectionHandler,Microsoft.ApplicationBlocks.ConfigurationManagement, Version=1.0.0.0,Culture=neutral,PublicKeyToken=null" />
<section
name="CodeStore"
type="Microsoft.ApplicationBlocks.ConfigurationManagement.XmlHashtableSectionHandler,Microsoft.ApplicationBlocks.ConfigurationManagement,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null" />
</configSections>
<CodeStore>
<XmlSerializableHashtable xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Entries>
<Entry>
<key xsi:type="xsd:string">serverUrl</key>
<value xsi:type="xsd:string">http://www.salamandersoftware.biz/codestore/</value>
</Entry>
<Entry>
<key xsi:type="xsd:string">localPath</key>
<value xsi:type="xsd:string"></value>
</Entry>
<Entry>
<key xsi:type="xsd:bool">useProxy</key>
<value xsi:type="xsd:bool">false</value>
</Entry>
<Entry>
<key xsi:type="xsd:bool">bypassProxyOnLocal</key>
<value xsi:type="xsd:bool">false</value>
</Entry>
<Entry>
<key xsi:type="xsd:bool">proxyAuthorisation</key>
<value xsi:type="xsd:bool">false</value>
</Entry>
<Entry>
<key xsi:type="xsd:string">proxyAddress</key>
<value xsi:type="xsd:string"></value>
</Entry>
<Entry>
<key xsi:type="xsd:int">proxyPort</key>
<value xsi:type="xsd:int"></value>
</Entry>
<Entry>
<key xsi:type="xsd:string">proxyUser</key>
<value xsi:type="xsd:string"></value>
</Entry>
<Entry>
<key xsi:type="xsd:string">proxyPassword</key>
<value xsi:type="xsd:string"></value>
</Entry>
</Entries>
</XmlS