You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
1.3 KiB

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Login_Form_Design_Example.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
</startup>
<appSettings>
<add key="WebServiceIP" value="http://localhost:5000/" />
<add key="WebServiceIP1" value="http://localhost:6319/" />
</appSettings>
<userSettings>
<Login_Form_Design_Example.Properties.Settings>
<setting name="CheckBox" serializeAs="String">
<value>False</value>
</setting>
<setting name="UserName" serializeAs="String">
<value/>
</setting>
<setting name="Password" serializeAs="String">
<value/>
</setting>
</Login_Form_Design_Example.Properties.Settings>
</userSettings>
</configuration>