Import the required source files into the project. 
                  	 
 
            	 
            
               - 
                  		  In Solution Explorer, right-click 
                     			 Program1.cbl, select 
                     			 Delete, then click 
                     			 OK to confirm deletion.
                     		  
                  		   This is a default file that Visual Studio creates, but it is not required for the tutorial.
                  		  
                  		
               
-  
                  		  In Solution Explorer, right-click the project name and select 
                     			 . 
                     		   
                  		
               
-  
                  		  Browse to the location that you downloaded the source to, select the following files, then click 
                     			 Add. 
                     		   
                  		    
                  			 
                   
                     			 
                      
                        				
                        - qdemo.cbl: Main COBOL program file 
                           				
                        
- custinfo.prc: Procedural code for the 
                           				  custinfo panel 
                           				
                        
- cusinfo.ws: Data for the 
                           				  custinfo panel 
                           				
                        
- message.prc: Procedural code for the 
                           				  message panel 
                           				
                        
- message.ws: Data for the 
                           				  message panel 
                           				
                        
- rmpanels.ws: Control data for RM/Panels 
                           				
                        
- qdemo.lib: RM/Panels library file 
                           				
                        
-  
                           				  ADISCTRL: The ADIS configuration file for ACCEPT/DISPLAY statements. 
                           				
                        
 
 Note: If the files are not displayed, to the right of the 
                     				 File name field, change the file type filter to display 
                     				 All Files (*.*). 
                     				
                        
 
 The files are added to the project, and is displayed in the Solution Explorer. 
                     			 
                   Tip: You can drag the files into the project from Windows Explorer, and drop them on the project name to add them directly to the
                     project. 
                     			 
                   
-  
                  		  Click 
                     			  to save the project. 
                     		   
                  		
               
The next task is to add some configuration files to the project.