aboutsummaryrefslogtreecommitdiff
path: root/cutl/libcutl-vc10.vcxproj
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-08 17:41:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-03-08 17:41:00 +0200
commit2ac86dfdafb9bf4d4e9252260a431755b56d8ebe (patch)
tree30a19391906b913b8a0773c7fe5a4b046c0703c4 /cutl/libcutl-vc10.vcxproj
parentdf1e7318da3320cfcfaee7f3c1f00a9eee7c9d25 (diff)
Add support for XML parsing and serialization
Diffstat (limited to 'cutl/libcutl-vc10.vcxproj')
-rw-r--r--cutl/libcutl-vc10.vcxproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/cutl/libcutl-vc10.vcxproj b/cutl/libcutl-vc10.vcxproj
index 573d60a..44c54ff 100644
--- a/cutl/libcutl-vc10.vcxproj
+++ b/cutl/libcutl-vc10.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -160,9 +160,14 @@
</ItemDefinitionGroup>
<ItemGroup>
__header_entries__(headers)
+__header_entries__(expat_headers)
+__header_entries__(genx_headers)
</ItemGroup>
<ItemGroup>
__source_entries__(sources)
+__source_entries__(boost_sources)
+__source_entries__(expat_sources)
+__source_entries__(genx_sources)
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">