blob: 85caec32743518794c7f6e1dafa3233296dfc3fa (
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>
|