dep: Add tinyxml2

This commit is contained in:
Connor McLaughlin
2019-11-30 22:47:34 +10:00
parent 04c70b3118
commit 28a179ec1d
8 changed files with 5498 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="include\tinyxml2.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\tinyxml2.cpp" />
</ItemGroup>
</Project>