You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							7 lines
						
					
					
						
							695 B
						
					
					
				
			
		
		
	
	
							7 lines
						
					
					
						
							695 B
						
					
					
				| <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | |
| <cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 | |
| 	<dc:creator><%=creator%></dc:creator>
 | |
| 	<cp:lastModifiedBy><%=lastModifiedBy%></cp:lastModifiedBy>
 | |
| 	<dcterms:created xsi:type="dcterms:W3CDTF"><%=created.toISOString().replace(/\.\d{3}/,"")%></dcterms:created>
 | |
| 	<dcterms:modified xsi:type="dcterms:W3CDTF"><%=modified.toISOString().replace(/\.\d{3}/,"")%></dcterms:modified>
 | |
| </cp:coreProperties> |