mirror of https://github.com/AxioDL/tinyxml2.git
11 lines
379 B
XML
Executable File
11 lines
379 B
XML
Executable File
<?xml version="1.0" encoding="utf-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> |