blob: 6a87f74c2db6c05de6a7ebf3df62d7fb399c8137 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0"?>
<project>
<target name="all" description="Build all targets.">
<solution configuration="release">
<projects>
<include name="db_static.vcproj" />
</projects>
</solution>
</target>
</project>
|