Skip to content
Snippets Groups Projects
App.config 2.07 KiB
Newer Older
  • Learn to ignore specific revisions
  • Vaclav Svaton's avatar
    Vaclav Svaton committed
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
        <configSections>
            <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
                <section name="WsClient.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
            </sectionGroup>
        </configSections>
        <startup> 
            <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
        </startup>
        <applicationSettings>
            <WsClient.Properties.Settings>
                <setting name="WsClient_localhost_ClusterInformationWs_ClusterInformationWs"
                    serializeAs="String">
                    <value>http://localhost/HaasWS/ClusterInformationWs.asmx</value>
                </setting>
                <setting name="WsClient_localhost_FileTransferWs_FileTransferWs"
                    serializeAs="String">
                    <value>http://localhost/HaasWS/FileTransferWs.asmx</value>
                </setting>
                <setting name="WsClient_localhost_JobManagementWs_JobManagementWs"
                    serializeAs="String">
                    <value>http://localhost/HaasWS/JobManagementWs.asmx</value>
                </setting>
                <setting name="WsClient_localhost_UserAndLimitationManagementWs_UserAndLimitationManagementWs"
                    serializeAs="String">
                    <value>http://localhost/HaasWS/UserAndLimitationManagementWs.asmx</value>
                </setting>
                <setting name="WsClient_localhost_JobReportingWs_JobReportingWs"
                    serializeAs="String">
                    <value>http://localhost/HaasWS/JobReportingWs.asmx</value>
                </setting>
                <setting name="WsClient_localhost_DataTransferWs_DataTransferWs"
                    serializeAs="String">
                    <value>http://localhost/HaasWS/DataTransferWs.asmx</value>
                </setting>
            </WsClient.Properties.Settings>
        </applicationSettings>
    </configuration>