13 lines
		
	
	
		
			620 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			620 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="..\..\Libs\Win32\tinyxml\src\tinyxml.cpp" />
 | |
|     <ClCompile Include="..\..\Libs\Win32\tinyxml\src\tinyxmlerror.cpp" />
 | |
|     <ClCompile Include="..\..\Libs\Win32\tinyxml\src\tinyxmlparser.cpp" />
 | |
|     <ClCompile Include="..\..\Libs\Win32\tinyxml\src\tinystr.cpp" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="..\..\Libs\Win32\tinyxml\src\tinyxml.h" />
 | |
|     <ClInclude Include="..\..\Libs\Win32\tinyxml\src\tinystr.h" />
 | |
|   </ItemGroup>
 | |
| </Project> | 
