41 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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="Project.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
 | |
|         </sectionGroup>
 | |
|     </configSections>
 | |
|     <connectionStrings>
 | |
|         <add name="Project.Properties.Settings.gwcs" connectionString="Data Source=10.131.36.205;Initial Catalog=GroupWare;Persist Security Info=True;User ID=gw;Password=Amkor123!" providerName="System.Data.SqlClient"/>
 | |
|     </connectionStrings>
 | |
|     <userSettings>
 | |
|         <Project.Properties.Settings>
 | |
|             <setting name="nilliila" serializeAs="String">
 | |
|                 <value>using System; 
 | |
| namespace HelloWorld 
 | |
| { 
 | |
|     public  static class HelloWorldClass 
 | |
|     { 
 | |
|        public static string test() 
 | |
|         { 
 | |
|                    return {0};
 | |
|         } 
 | |
|     } 
 | |
| };</value>
 | |
|             </setting>
 | |
|         </Project.Properties.Settings>
 | |
|     </userSettings>
 | |
|   <runtime>
 | |
|     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
 | |
|       <dependentAssembly>
 | |
|         <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
 | |
|         <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0"/>
 | |
|       </dependentAssembly>
 | |
|       <dependentAssembly>
 | |
|         <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
 | |
|         <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0"/>
 | |
|       </dependentAssembly>
 | |
|     </assemblyBinding>
 | |
|   </runtime>
 | |
| <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
 | 
