Added support for building TinyXML as a .lib or .dll

This commit is contained in:
PKEuS
2013-07-06 12:02:43 +02:00
parent 1c9250cab5
commit 16ed47dc14
6 changed files with 639 additions and 86 deletions

View File

@@ -2,10 +2,8 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="..\tinyxml2.cpp" />
<ClCompile Include="..\xmltest.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\tinyxml2.h" />
<ClInclude Include="..\xmltest.h" />
</ItemGroup>
</Project>