35 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version='1.0' encoding='utf-8'?>
 | |
| <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Project.Properties" GeneratedClassName="Settings">
 | |
|   <Profiles />
 | |
|   <Settings>
 | |
|     <Setting Name="gwcs" Type="(Connection string)" Scope="Application">
 | |
|       <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
 | |
| <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 | |
|   <ConnectionString>Data Source=10.131.15.18;Initial Catalog=EE;Persist Security Info=True;User ID=eeuser;Password=Amkor123!</ConnectionString>
 | |
|   <ProviderName>System.Data.SqlClient</ProviderName>
 | |
| </SerializableConnectionString></DesignTimeValue>
 | |
|       <Value Profile="(Default)">Data Source=10.131.15.18;Initial Catalog=EE;Persist Security Info=True;User ID=eeuser;Password=Amkor123!</Value>
 | |
|     </Setting>
 | |
|     <Setting Name="nilliila" Type="System.String" Scope="User">
 | |
|       <Value Profile="(Default)">using System; 
 | |
| namespace HelloWorld 
 | |
| { 
 | |
|     public  static class HelloWorldClass 
 | |
|     { 
 | |
|        public static string test() 
 | |
|         { 
 | |
|                    return {0};
 | |
|         } 
 | |
|     } 
 | |
| };</Value>
 | |
|     </Setting>
 | |
|     <Setting Name="PMPCS" Type="(Connection string)" Scope="Application">
 | |
|       <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
 | |
| <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 | |
|   <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Temp\PMP\SPMaster.mdb</ConnectionString>
 | |
|   <ProviderName>System.Data.OleDb</ProviderName>
 | |
| </SerializableConnectionString></DesignTimeValue>
 | |
|       <Value Profile="(Default)">Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Temp\PMP\SPMaster.mdb</Value>
 | |
|     </Setting>
 | |
|   </Settings>
 | |
| </SettingsFile> | 
