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

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