Welcome to mirror list, hosted at ThFree Co, Russian Federation.

corcompare.build « corcompare « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 111cd0183631f5ac052761f1a8796a06bd75068e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="iso-8859-1"?>

<project name="CorCompare" default="linux">
	<target name="linux">
		<csc target="exe" output="./CorCompare.exe" debug="true">
			<sources>
				<includes name="*.cs" />
			</sources>
		</csc>
	</target>

</project>