Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
24 views1 page

D

The document is an XML configuration file that defines user settings for an application named BANGLA_MAL_PRIVATED. It includes a section for user settings with two properties: 'User' and 'Pass', both serialized as strings with the value '1'. The configuration allows for local user definitions without requiring special permissions.

Uploaded by

ops.ghor00218
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views1 page

D

The document is an XML configuration file that defines user settings for an application named BANGLA_MAL_PRIVATED. It includes a section for user settings with two properties: 'User' and 'Pass', both serialized as strings with the value '1'. The configuration allows for local user definitions without requiring special permissions.

Uploaded by

ops.ghor00218
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<?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="BANGLA_MAL_PRIVATED.Properties.Settings"
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089"
allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<userSettings>
<BANGLA_MAL_PRIVATED.Properties.Settings>
<setting name="User" serializeAs="String">
<value>1</value>
</setting>
<setting name="Pass" serializeAs="String">
<value>1</value>
</setting>
</BANGLA_MAL_PRIVATED.Properties.Settings>
</userSettings>
</configuration>

You might also like