blob: dd703536ac187977a0d82202171b3f4af269dd8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0">
<project name="Qt# Binding Generator" default="all">
<target name="all">
<compile output="generator.exe" target="exe" optimize="true">
<references>
<file name="System.Xml" />
<file name="System" />
</references>
<sources>
<includes name="*.cs" />
</sources>
</compile>
</target>
</project>
|