blob: a700ddf07e3f4fcda0ecd5b2aa3319c2d58d00c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="Contact.hpp" />
<ClInclude Include="ContactList.hpp" />
<ClInclude Include="CharArrayHelpers.hpp" />
</ItemGroup>
</Project>
|