21 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <!--
 | |
|     This file is automatically generated by Visual Studio .Net. It is 
 | |
|     used to store generic object data source configuration information.  
 | |
|     Renaming the file extension or editing the content of this file may   
 | |
|     cause the file to be unrecognizable by the program.
 | |
| -->
 | |
| <GenericObjectDataSource DisplayName="Project" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
 | |
|    <TypeInfo>ProjectTracker.Library.Project, ProjectTracker.Library, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
 | |
|    <TypeUISetting>
 | |
|       <PropertyUISettings>
 | |
|          <PropertyUISetting Name="Id">
 | |
|             <ControlSettings>
 | |
|                <ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
 | |
|                   <BindableControlInfo Name="Label" Type="System.Windows.Forms.Label" AssemblyName="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 | |
|                </ControlSetting>
 | |
|             </ControlSettings>
 | |
|          </PropertyUISetting>
 | |
|       </PropertyUISettings>
 | |
|    </TypeUISetting>
 | |
| </GenericObjectDataSource> |